@charset "utf-8";
/* CSS Document */

/* Site Dimensions 940 Width */

body{
	font-family:Tahoma, Verdana, geneva, Arial, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	background: #fff url(../images/site_images/page-background.jpg) 50% 0 no-repeat;
	}
a {color:#ff0000; text-decoration:none;}
a:hover{color:#252525; text-decoration:underline;}
#clear_it{clear:both; display:block; height:1px;}
a img, img a, img{border:none;}
#wrapper{
	margin:0 auto;
	padding:0;
	width:940px;
	}
#header_box{
	margin:0 auto;
	padding:0;
	width:940px;
	height:125px;
	}
#logo{
	margin:0 auto;
	width:735px;
	height: 85px;
	background:url(../images/site_images/logo-background.png) transparent repeat-x center;
	}
#nav{
	background:#000;
	height: 40px;
	}	
#body_box_index{
	width:936px;
	margin:0px;
	background-color:#fff;
	border:2px solid #dedede;
	font-size:14px;
	display:block;
	margin-top: 0px;	/*border-top:none;*/
	}
#body_box{
	width:916px;
	background:#fff;
	border:2px solid #dedede;
	font-size:14px;
	padding:0 10px;
	}	
#footer{
	}			
/*******************************/
    
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
.animatedtabs{
background:#000;
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
	list-style-type: none;
	margin: 0;
	margin-left: 0px; /*offset of first tab relative to page left edge*/
	padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(../images/site_images/tab-blue-right.gif) no-repeat left top;
margin: 0;
margin-right: 5px; /*Spacing between each tab*/
padding: 0 0 0 5px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(../images/site_images/tab-blue-right.gif) no-repeat right top;
padding: 5px 9px 3px 4px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: #fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: #ff0000;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
color:#ff0000;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
color:#ff0000;
}

/* BEGIN CONTENT STYLING /*
/**************************/
h1{
	font-size:22px;
	padding:0;
	margin:0;
	color:#252525;
	letter-spacing:1px;
}
.red_banner{
	color:#ff0000;
	font-weight:bold;
	text-align:center;
	padding:0;
	margin:10px 0 0 0;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	display: block;
}
.red_banner a{color:#ff0000;}
.red_banner a:hover{color:#252525; text-decoration:none;}
.first_letter{font-size:22px;}
.sub_heads{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	color:#f70000;
	padding: 5px 0 0 10px;
	margin: 0;
}
p.body, .table_content{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#252525;
	margin:0;
	padding:10px 5px 0 10px
}

