@charset "utf-8";
/* CSS Document */

@import url("form.css");
@import url("nav.css");
@import url("datatable.css");

body {
	margin:0px auto;
	background-color:white;
	font-family:Tahoma, Arial, san-serif;
	color:#454545;
	font-size:14px; 
	
	
}

h1 {
	display:inline;
	padding:none;
	margin:0px;
	font-size:24px;
	color:#cf8f2b;
	font-weight:normal;
	line-height:normal;
}

h2 {
	display:inline;
	padding:none;
	margin:0px;
	font-size:18px;
	color:#d38e21;	
	font-weight:bold;
	line-height:normal;
}

h3 {

}

h4 {
	display:inline;
	padding:none;
	margin:0px;
	font-size:12px;
	color:#949494;	
	font-weight:normal;
	line-height:normal;
}

h5 {
	display:inline;
	padding:none;
	margin:0px;
	font-size:10px;
	color:#949494;	
	font-weight:normal;
	line-height:normal;
}

/*** CONTAINERS ***/

#header_container {
	margin:0px auto;
	background-color:#0e146c;
}

#nav_container {
	margin:0px auto;
	background:url(../images/nav_bg.jpg);
	border-top:#FFFFFF 2px solid;
	border-bottom:#FFFFFF 1px solid;
}

#content_container {
	margin:0px auto;
}

#footer_container {
	margin:0px auto;
}

/*** END OF CONTAINERS ***/


/*** HEADER ***/

#header {
	width:960px;
	height:212px;
	background:#0e146c url(../images/header_bg.jpg) no-repeat; 
	margin:0px auto;
}

#header_left {
	width:305px;
	height:162px;
	padding-top:50px;
	float:left;
	padding-left:15px;
	
}

#header_right {
	float:right;
	width:640px;
	height:112px;
	padding-top:95px;
}

/*** END OF HEADER ***/


/*** NAV ***/

#nav {
	height:27px;
	width:960px;
	margin:0px auto;
	padding-top:8px;
	text-align:right;
}

#nav_butt a {
	color:white;
	text-decoration:none;
	font-weight:bolder;
	margin-right:26px;
}

#nav_butt a:hover {
	color:#0e146c;
}

/*** END OF NAV ***/


/*** CONTENT ***/

#content {
	height:auto;
	width:960px;
	margin:0px auto;
}

#content_top {
	width:960px;
	height:56px;
	background: url(../images/content_top.jpg) left no-repeat;

	
}

#content_left {
	padding-top:18px;
	width:359px;
	height:296px;
	float:left;
	border-right:#d9d9d9 2px solid;
	
}


#content_left_links_container_whole {
	width:320px;
	height:274px;
}

#content_left_links_container_top {
	width:320px;
	height:136px;
	border-bottom:#FFFFFF 1px solid;
}

#content_left_links_container_bottom {
	width:320px;
	height:136px;
	border-top:#FFFFFF 1px solid;
}

#content_left_links_box_1_3 {
	width:160px;
	height:136px;
	float:left;
	border-right:#FFFFFF 1px solid;
}

#content_left_links_box_2_4 {
	width:158px;
	height:136px;
	float:right;
	border-left:#FFFFFF 1px solid;
}
















/***
#content_left_links_container {
	width:322px;
	height:274px;
	background:url(../images/content_left_innerbg.jpg) no-repeat;
	
}



#content_left_links_box1 {
	width:160px;
	height:136px;
	border:none;
	float:left;
}

#content_left_links_box1:hover {
	background:url(../images/box1_rollover.jpg) ;
	border:none;
}

#content_left_links_box2 {
	width:160px;
	height:136px;
	border:none;
	float:right;


}

#content_left_links_box2:hover {
	background:url(../images/box2_rollover.png);
	border:none;
}

#content_left_links_box3 {
	width:160px;
	height:136px;
	float:left;
	margin-top:2px;
}

#content_left_links_box3:hover {
	background:url(../images/box3_rollover.png);
	border:none;
}

#content_left_links_box4 {

	width:160px;
	height:136px;

}

#content_left_links_box4:hover {
	background:url(../images/box4_rollover.png) right no-repeat;
	border:none;
}

***/

#content_right {
	float:right;
	width:557px;
	height:272px;
	padding-left:42px;
	padding-top:13px;
	line-height:26px;


}

/*** END OF CONTENT ***/


/*** FOOTER ***/


#footer {
	border-top:#d6d6d6 2px solid;
	width:960px;
	height:158px;
	margin:0px auto;
	
}



#footer_left {
	width:719px;
	height:78px;
	float:left;
	padding-top:19px;
	
}

#footer_butt a{
	padding-top:5px;
	margin-right:28px;
	text-decoration:none;
	color:#949494;
	font-size:12px;
	font-weight:normal;
}

#footer_butt a:hover {
	text-decoration:underline;
}

#footer_right {
	width:241px;
	height:116px;
	float:right;
}


/*** END OF FOOTER ***/




/*** END OF CSS ***/



