/* CSS Document */

body {
	background:#9DA8BE;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 0.7em/1.2em Verdana,Arial,Helvetica,sans-serif;
	color:#00204E;
	}

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("/Resource/CMS/Assets/e8aee126-eb97-1028-9fa8-001111b1f2d6/CSS/right_column_bg.gif") repeat-y top right;
	clear: both;
	min-width: 700px;	
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url("/Resource/CMS/Assets/e8aee126-eb97-1028-9fa8-001111b1f2d6/CSS/left_column_bg.gif") repeat-y top left;
	}
#header {
	background:#00204E url("/Resource/CMS/Assets/e8aee126-eb97-1028-9fa8-001111b1f2d6/CSS/header_bg.gif") no-repeat top right;
	padding:0;
	margin:0;
	text-align:left;
	color:#FFF;
	float:left;
	width: 100%;
	min-width: 700px;	
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#7A2875;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:200px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#243A74;
	z-index:100;
	}
#rightcol {
	position:relative;
	top:-10px;
	float:right;
	width:170px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px; /* actual value */
	margin:0 0 -10px 0;
	background:#243A74;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 205px;
	margin-top: -10px;
	}
#centercol a {
	color:#9E2929;
	text-decoration:none;
	border-bottom:1px dotted;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#243A74;
	}