@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	vertical-align: top;
	empty-cells: show;
}
.twoColFixLtHdr #container {
	width: 1002px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #F7CB5C;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/main_bg.jpg);
} 
.twoColFixLtHdr #header {
	margin: 0px;
	height: 205px;
	vertical-align: top;
	border: 0px solid #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 211px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	vertical-align: top;
	height: 515px;
}
.twoColFixLtHdr #mainContent {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 0px solid #000000;
	top: 2px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.nav_menu {
	font-size: 13px;
	font-family: "Trebuchet MS", arial, verdana, Helvetica;
	font-weight: 600;
	color: #ffffff;
	}
.nav_menu a{
	color: #FFFFFF; text-decoration:none;
}

.nav_menu a:active{
	color : #FFFFFF; text-decoration:none;
}
.nav_menu a:visited{
	color: #FFFFFF; text-decoration:none;
	}

.nav_menu a:hover{
	color : #FFFFFF; text-decoration:underline;
	}
.test {
	color: #0033FF;
	font-family: Verdana;
	font-size: 10px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.section_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/section_header.jpg);
	background-repeat: no-repeat;
	line-height: normal;
	font-style: normal;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.arcticle_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
.arcticle_title a{
	color: #666666;text-decoration:none;
}
.arcticle_title a:active{
	color: #666666;text-decoration:none;
	
}
.arcticle_title a:visited{
	color: #666666;text-decoration:none;
}
.arcticle_title a:hover{
	color: #666666;text-decoration:underline;
}

.section_header_end_point {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/section_header.jpg);
	background-repeat: repeat;
	line-height: normal;
	font-style: normal;
}
.ctrail {
	font-size: 11px;
	color: #93928B;
	text-decoration: none;
	white-space: normal;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}
.ctrail a {	color : #93928B; text-decoration:none; }
.ctrail a:hover { color : #93928B; text-decoration: underline; }


.more {
	font-size: 10px;
	color: #2c6192;
	text-decoration: none;
	white-space: normal;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}
.more a {	color : #2c6192; text-decoration:none; }
.more a:hover { color : #009a3a; text-decoration: underline; }

.arcticle_title_big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3399FF;
	font-weight: bold;
}
.author {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #93928B;
	text-decoration: none;
}
.article_content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #93928B;
	text-decoration: none;
}

.issue_select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #93928B;
	text-decoration: none;
}

.menu{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color: #666666; font-size: 13px; text-decoration:none;
	
}
.menu a{
	color: #666666; text-decoration:none;
}
.menu a:active{
	color: #666666; text-decoration:none;
	
}
.menu a:visited{
	color: #666666; text-decoration:none;
}
.menu a:hover{
	color: #666666; text-decoration:underline;
}
	
	



.footer_text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.footer_text a{
	color: #666666; text-decoration:none;
}
.footer_text a:active{
	color: #666666; text-decoration:none;
	
}
.footer_text a:visited{
	color: #666666; text-decoration:none;
}
 .footer_text a:hover{
	color: #666666; text-decoration:underline;
	}
	
.seacrh_link{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color: #666666; font-size: 12px; text-decoration:none;
	
}
.seacrh_link a{
	color: #666666; text-decoration:none;
}
.seacrh_link a:active{
	color: #666666; text-decoration:none;
	
}
.seacrh_link a:visited{
	color: #666666; text-decoration:none;
}
.seacrh_link a:hover{
	color: #666666; text-decoration:underline;
}
.paging {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
.paging a{
	color: #666666; text-decoration:none;
}
.search_highlight { background-color: #faeb74; }

