body {
	margin: auto;
	padding: 0px;
	background: #fff url(../images/i_mainbg4.gif) top center repeat-y;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #000;  
	font-size: 11px;
}

/* layout */

#mainwrap {
	background-color: #fff;
	width: 800px;
	margin: auto;
	padding: 0;
	text-align: center;
	clear: both;

}

#header {
	background: #B2BB1E url(../images/i_headerlogo.gif) bottom left no-repeat;
	width: 800px;
	height: 125px;
}

#content {
	width: 800px;
	text-align: left;
	min-height: 400px;
	}

#contentleft {
	float: left;
	width: 500px;
	padding-bottom: 20px;
	margin: 0;
	margin-left: 15px;
	}

#contentright {
	float: right;
	width: 200px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	}

#footer {
	background-color: #B2BB1E;
	margin: auto;
	height: 100px;
	width: 800px;
	clear: both;
	text-align: left;
	}
	
/* text */	

#contentleft {
	font-family: palatino linotype, palatino, times new roman,times,serif;
	color: #333333;  
	font-size: 13px;
	line-height: 16px;
}

#contentleft p {
	font-family: palatino linotype, palatino, times new roman,times,serif;
	color: #333333;  
	font-size: 13px;
	line-height: 16px;
}

#contentleft a {
	font-family: palatino linotype, palatino, times new roman,times,serif;
	color: #5E6E66;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
}

#contentleft a:hover {
	color: #B2BB1E;
	text-decoration: underline;
}

#contentleft h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #5E6E66;  
	font-size: 16px;
}

#contentleft h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #B2BB1E;  
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 18px;
}

#contentleft h3 {
	font-family: palatino linotype, palatino, times new roman,times,serif;
	color: #5E6E66;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	/*margin-bottom: -10px;*/
}

#contentleft ul {
	list-style: none;
	padding-left: 17px;
	border-left: 3px solid;
}



#contentright p {
	font-family: palatino linotype, palatino, times new roman,times,serif;
	color: #333333;  
	font-size: 11px;
}

#contentright a {
	font-family: palatino linotype, palatino, times new roman,times,serif;
	color: #5E6E66;
	font-size: 13px;
	text-decoration: none;
}

#contentright a:hover {
	color: #B2BB1E;
	text-decoration: underline;
}

#contentright h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #5E6E66;  
	font-size: 13px;
}

#contentright h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #B2BB1E;  
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;

}

#contentright h3 {
	font-family: palatino linotype, palatino, times new roman,times,serif;
	color: #5E6E66;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: -10px;
}

#contentright h4 { /*same as h3 but preserves linebreak after header*/
	font-family: palatino linotype, palatino, times new roman,times,serif;
	color: #5E6E66;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
}

#footer p {
	font-family: palatino linotype, palatino, times new roman,times,serif;
	color: #fff;  
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 10px;
	padding-top: 10px;
}

#footer a {
	font-family: palatino linotype, palatino, times new roman,times,serif;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


/* nav */


#topnav {
	display: block;
	width: 800px;
	height: 30px;
	text-align: left;
	margin: 15px 0 15px 0;
	background-color: #5E6E66;
	}
	
/* remove list bullets and margin/padding */
/* #topnav ul {padding:0;margin:0;list-style-type:none;} */

#topnav a {
	float: left;
	margin-top:0px;
	padding: 8px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;  
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#topnav a:hover {
	background-color:#B2BB1E;
	}

#topnav a.selected {
	background-color:#B2BB1E;
	color: #fff;
	}
	
/* subnav */

#subnav {
	display: block;
	position: relative;
	top: -15px;
	padding: 4px 0px 6px 0px;
	width: 800px;
	text-align: left;
	line-height: 15px;
	background-color: #B2BB1E;
	}

#subnav a {

	padding: 1px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;  
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#subnav a:hover {
	background-color:#fff;
	padding: 1px 8px 3px 8px;
	border: 2px solid #B2BB1E;
	color:#B2BB1E;
	/* color: #fff; */
	}

#subnav a.selected {
	background-color:#fff;
	padding: 1px 8px 3px 8px;
	border: 2px solid #B2BB1E;
	color:#B2BB1E;
	/* color: #fff; */
	}
	
/* sidenav */
	
#sidenav {
	width: 180px;
	background: #fff;
	margin-bottom: 40px;
}

#sidenav ul {
	list-style: none;
	padding: 0;
	margin: 0px;
	border-top: 1px solid #B2BB1E;

}

#sidenav ul li a {
	padding-left: 17px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B2BB1E;
	height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
	border-bottom: 1px solid #B2BB1E;
}

#sidenav ul li a:hover {
	background-color: #B2BB1E;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#sidenav ul li.selected a {
	background-color: #ff0000;
	font-weight: bold;
	color: #fff;
}

#sidenav ul li a span {
	background: #000;
	color: #fff;
}


/* misc */

.line {
	border-bottom: #5E6E66 1px solid;
	}

/* twitter */

#twtr-widget-1 .twtr-timestamp a:hover {
	color: #B2BB1E;
	text-decoration: underline;
}
#twtr-widget-1 .twtr-timeline i a {font-size: 9px;}
#twtr-widget-1 .twtr-ft, .twtr-hd {display:none;}

