/* CSS Document */

body {
	height:                100%;
	background-color:      #215484;	
	font-family:           Arial, Verdana, Helvetica, sans-serif;
	font-size:             12px;	
	font-weight:           normal;
	text-decoration:       none;
}

#content-width {	
	margin-left: 			auto;
	margin-right: 			auto;
	margin-top: 			5px;
	margin-bottom:			auto;
	position: 				relative;
	width: 					850px;	
	height: 				700px;
	/* border-left: 		1px solid #000066; */
	/* border-right: 		1px solid #000066; */
	/* border-top: 			1px solid #000066; */
	/* border-bottom:       1px solid #000066; */
	background-color: 		#ffffff;
}

#header_left {
	background-image: 		url("../images/layout/header_left.jpg");
	position: 				absolute;
	height: 				134px;
	width: 					438px;
}

#header_right {
	background-image: 		url("../images/layout/header_right.jpg");
	position: 				absolute;
	height: 				134px;
	width: 					412px;
	left: 					438px;
}

#menu_top {
	position: 				absolute;
	height: 				118px;
	width: 					197px;
	top: 					134px;
}

#menu_mid {
	position: 				absolute;
	height: 				163px;
	width: 					197px;
	top: 					250px;
}

#menu_bottom {
	position: 				absolute;
	height: 				250px;
	width: 					197px;
	top: 					412px;
}

#content_background {
	position: 				absolute;
	top: 					134px;
	left: 					196px;
	width: 					653px;
	height:					566px;
	background-image:	    url("../images/layout/content_background.jpg");
}

#content_intro {
	position: 				absolute;
	width:					575px;
	height:					25px;
	top: 					75px;
	left: 					10px;
	text-align: 			left;
	font-size: 				15px;
	font-family: 			Arial, Helvetica, sans-serif;
	font-weight: 			bold;

}

#content {
	position: 				absolute;
	top: 					125px;
	left: 					10px;
	width: 					635px;
	height:					440px;
	font-size: 				13px;
	font-family: 			Arial, Helvetica, sans-serif;
	font-weight: 			200;
	overflow:				auto;
}


#content_links {
	position: 				absolute;
	top: 					125px;
	left: 					10px;
	width: 					635px;
	height:					440px;
	font-size: 				13px;
	font-family: 			Arial, Helvetica, sans-serif;
	font-weight: 			200;
	overflow:				auto;
}	

#bottom {
	position: 			absolute;
	top:				570px;
	left: 				-98px;
	height:				15px;
	width:				750px;
	text-align:			right;
	font-size:			11px;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		normal;
}

#bottom a:link		{ color: #00FF0F; font-weight: normal; font-size: 11px;}
#bottom a:visited	{ color: #ffffff; font-weight: normal; font-size: 11px;}
#bottom a:hover 	{ color: #FFFF00; font-weight: normal; font-size: 11px;}
#bottom a:active	{ color: #FFFF00; font-weight: normal; font-size: 11px;}

