/*hr color: eff5ef*/


/*************************************
 +Containers
 *************************************/
body{
	background:#fff url(../images/header_blank.jpg) repeat-x top center;
	/*border-top:5px solid #333;*/
	color:#555;
	margin:0;
	padding:0;
	text-align:center;
	font: 12px/160% Georgia, serif;
	line-height: 1.5;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:750px;
}
#content{
	font-size:1.2em;
	float:left;
	padding-top:2em;
	padding-right: 2em;
	width:600px;
}
#sidebar{
	font-size:1.1em;
	float:right;
	margin-top:2em;
	padding-left: 1em;
	width: 100px;
	border-left: 1px #99cc99 solid;
	}
#header{
	height: 215px;
}
#footer{
	background:#333;
	border-top:1px solid #777;
	color:#888;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
	line-height: 1;
}
.title h2{
	font-size:1.8em;
	color: #669966;
}


.title h3{
	font-size:1.3em;
	color:#669966;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}

.menu {
	font-size: medium; 
	line-height: 2;
	margin: 20px 0 0 50px;
}


/*************************************
 +Entry
 *************************************/
 
.title {
margin-top: 1.5em;
}
.entry{
	padding-bottom: 1.5em;
	border-bottom: 1px dashed #669966;
}

.entry ul li {
	padding-left: 20px;
	list-style: none;
	background: url(../images/bullet.png) left top no-repeat;
	margin-bottom: 2em;
	
}


/*************************************
 +Sidebar
 *************************************/

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 2px;
	width: 150px;
}
	

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	border-bottom:1px dotted #ddd;
	}




/*************************************
 +Menu Styling
 *************************************/

#menu {
	line-height: 2;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu a {
	width: 100%;
	/*font-family: Tahoma, sans-serif;*/
	color: #333333;
	text-decoration: none;
	padding: 5px;
}

#menu a:hover {
	color: #669966;
}

#submenu {
	margin: 0 0 0 10px;
}

#submenu a {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #55555;
	text-decoration: none;
	padding: 5px;
}	

.highlight {
	background: #dfdfdf;
}

/*************************************
 +Image Styling
 *************************************/


.border {
	padding: 5px;
	border: 1px #669966 solid;
}

.noBorder {
	padding: 5px;
	border: none;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#669966;
	text-decoration:underline;
}
a:hover{
	color:#336633;
}

.green {
	color: #669966;
}

#faq {
	line-height: 1.5;
}

#faq p { 
	padding-bottom: 5px;
	border-bottom: 1px dashed #669966;
}

