@charset "utf-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	color: #FFFFFF;
	}

#wrapper {
	background-repeat:no-repeat;
	width: 923px; 
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	}

#header {
	background-image:url(../images/bg_header.png);
	background-repeat:no-repeat;
	width:100%;
	height:164px;
	}
	
#main_container {
	width:100%;
	min-height: 200px;
	}

#left_container {
	background-image:url(../images/bg_mid_left.png);
	background-repeat:repeat-y;
	width:751px;
	min-height:385px;
	float:left;
	}

#right_container {
	width:172px;
	float: right;
	}
	
#right_container_top {
	background-image:url(../images/spacer_blue_dk.png);
	min-height:194px;
	}
	
#right_container_bottom {
	height:191px;
	float:right;
	}

#footer{
	background-image:url(../images/bg_footer.png);
	background-repeat:no-repeat;
	width:100%;
	float:left;
	height:175px;
	}
	
.left_content {
	padding: 0 50px 0px 20px;
	}
		
/* Colors and typefaces of text */

#main_container h3, h4 {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#FFFFFF;
	}

#main_container h3 {
	font-size: 1.3em;
	}

#main_container h4 {
	font-size: 1.1em;
	}

#main_container p, ol, ul, li {
	font-family:"Times New Roman", Times, serif;
	color: #FFFFFF;
	}

.main ol, ul, li {
	font-family:"Times New Roman", Times, serif;
	color: #FFFFFF;
	}

	
a:link {
	text-decoration:none;
	color:#fff200;
}

a:hover {
	text-decoration:underline;
	color:#fff200;
}

a:visited {
	text-decoration:underline;
	color:#fff200;
}
.nav  { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	line-height:1.25em;
	font-weight:bold;
	color:#FFF;
	list-style:square;
	list-style:url(../images/disc.png);
	vertical-align:middle;
	}
	

.nav ul a:link {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
	line-height:1.75em;
	font-weight:bold;
	color:#FFF;
	list-style:square;
	list-style:url(../images/disc.png);
	vertical-align:middle;
}

.nav ul a:hover {
	color:#fff200;
	text-decoration:none;
}

.nav a:visited {
	color:#FFF;
	text-decoration:none;
}

td {vertical-align:top;}
