/* current file from Wednesday 7/15 */
@charset "utf-8";

body {
	padding:0;
	margin:0;
	background:url(../images/body_bg.gif) 0 0 repeat-x #C3EA5E;
	color:#000;
	text-align: center;
	font: normal 90% Georgia, "Times New Roman", Times, serif;
}
#header {
	width:778px;
	height:105px;
	background:url(../images/header_01.jpg) no-repeat 0 0;
	padding:285px 0px 0;
	margin:0 auto;
	position:relative;
	text-align: left;
}
#header h1 {
	margin: 0px 0 0 -9999px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
}
#header img{
	position:absolute;
	top:285px;
	left: 65px;
}
#mainContent {
	width: 629px;
	text-align: left;
	background: url(../images/body_bg_mid.gif) repeat-y 0px bottom;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#mainContent img {
	padding: 5px;
	border: 5px ridge #990000;
	margin-left: 0px;
}
#mctop  {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/body_top_bg.gif) no-repeat 0px 0px;
	height: 75px;
	display: block;
	margin: 0px;
}
#mctop ul.nav{
	height:28px;
	padding:40px 0px 0px 25px;
	width: 631px;
	float: none;
	margin:0 auto;
}
#mctop ul.nav li{
	padding:0;
	margin:0;
	list-style-type: none;
	float: left;
}
#mctop ul.nav li a{
	display:block;
	height:28px;
	color:#523500;
	text-decoration:none;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-weight: bold;
	font-variant: normal;
	background: url(none);
	margin: 0px 1px 0 0;
	padding: 0 11px;
}

#mctop ul.nav li a:hover{
	background:url(../images/nav_hover.gif) 0 0 repeat-x #FFFEEF;
	color:#fff;
}
#mctop ul.nav li.active{
	display:block;
	height:28px;
	margin:0;
	padding:0 11px;
	background:url(../images/nav_hover.gif) 0 0 repeat-x #FFFEEF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#leftside {
	padding: 0 10px 0 15px;
	width: 410px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
} 
/*#mainContent p, h2 {
	padding-left: 20px;
}*/
#leftside table tr td {

}
.tbltsm {
	font-size: 90%;
	font-weight: bold;
	color: #990000;
	vertical-align: top;
	width: auto;
}
.tbltsmlink a{
	font-size: 85%;
	font-weight: bold;
	color: #990000;
	vertical-align: top;
	text-decoration: underline;
}


.tbhead {
	font-size: 120%;
	font-weight: bold;
	color: #990000;
}
.tbdesp {
	font-size: 85%;
	padding-left: 0px;
	padding-top: 0px;
}

.bottommain {
	background: url(../images/body_bottom_bg.gif) no-repeat 0px 0px;
	height: 68px;
	display: block;
	margin: -50px auto 0px;
	width: 631px;
	padding: 0px;
} 
#rightside {
	float: right; /* since this element is floated, a width must be given */
	width: 184px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 55px;
}
#rightside h2{
	display:block;
	background:url(../images/serch_bg.gif) 0 0 no-repeat #ECE2C3;
	width:145px;
	height:27px;
	padding:0 0 0 20px;
	margin:0 0 5px;
	font:normal 18px/27px Georgia, "Times New Roman", Times, serif;
	color:#694F10;
	float:left;
}
.imgcaption {
	margin: 5px auto 60px;
	font-size: 70%;
	text-align: center;
	padding: 0px;
	width: 184px;
	clear: both;
}
#rightside h2.scope{
	display:block;
	background:url(../images/serch_bg.gif) 0 0 no-repeat #ECE2C3;
	width:160px;
	height:27px;
	padding:0 0 0 20px;
	margin:0 0 12px;
	font:normal 18px/27px Georgia, "Times New Roman", Times, serif;
	color:#694F10;
	float:left;
}
#rightside  img.rtimg{
	padding: 3px;
	border: 2px solid #bf0000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#rightside ul{
	width:160px;
	padding:0 0 28px 20px;
	margin:0;
	float:left;
	list-style-type: none;
	display: block;
	text-align: left;
}
#rightside ul li{
	padding:0;
	margin:0;
	float:left
}
#rightside ul li a{
	display:block;
	width:135px;
	background:url(../images/arrow1.gif) 0 5px no-repeat #F8EFD3;
	padding:0 0 0 15px;
	color:#BF0000;
	text-decoration:none;
	height:19px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	font-size: 95%;
}
#rightside ul li a.double {
	line-height: 17px;
	height: 35px;
}
#rightside ul li a:hover{
	background:url(../images/arrow1_hover.gif) 0 5px no-repeat #FEFAEC;
	color:#694F10;
}
#rightside img.banner{
	display:block;
	width:157px;
	height:146px;
	margin:0 0 15px 0;
	padding:0 0 0 3px;
	float:left;
}
#rightside p.bottom{
	display:block;
	background:url(../images/bottom_bg.gif) 0 0 no-repeat;
	width:162px;
	height:14px;
	padding:0 0 50 22px;
	margin:0;
	float:left;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.smlkdes {
	font-size: 85%;
	color: #bf0000;
	margin-right: 20px;
	margin-left: 35px;
}

.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;
}
	
/*------------------------------------------------right panel end---------------------*/

/*------------------------------------------------body end---------------------*/

/*------------------------------------------------footer start---------------------*/
#footer{
	width:778px;
	height:207px;
	margin:0 auto;
	padding:31px 0 0 0;
	background:#ffffcc url(../images/footer_bg.gif) no-repeat scroll left bottom;
}
#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: 0px;
}
#footer p.credits{
	color:#990000;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0px;
	font-size: 70%;
}
#footer ul.navb{
	height:38px;
	padding:0 0px;
	width: 631px;
	margin: 0 0px 0 150px;
	float: none;
}
#footer ul.navb li{
	padding:0;
	margin:0;
	list-style-type: none;
	float: left;
}

#footer ul.navb li a{
	display:block;
	height:38px;
	color:#bf0000;
	text-decoration:underline;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	background: url(none);
	margin: 0px 1px 0 0;
	padding: 0 11px;
}
.imgcaption2 {
	font-size: 70%;
	text-align: left;
	padding: 0px;
	width: 184px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
.indent {
	margin-right: 15px;
	margin-left: 15px;
}

