/* CSS Document - Oldham Design LLC *//*============================= Structure ===========================*/div#wrap {	margin:0 auto;	width:762px;	background-color:#11277E;	}	html,body {	margin:0;	padding:0 0 15px;	min-width:762px;	background-color:#11277E;	background-image:url(../images/background.jpg);	background-repeat:repeat-x;	background-position:top;	font-family:  Arial, Helvetica, sans-serif;	}	#ie5fix	{	height: 1px;	voice-family: "\"}\"";	voice-family: inherit;	display: none;}	/*\ IE Win hack ~ height acts like min-height */ * html #wrap {height: 100%;} /* end comment required */ #header {	width: 762px;	margin-bottom:3px;	}#main {	background-color:#FFFFFF;	width:758px;	height: 100%;	border:2px solid #FEC440;	}	#content {	width: auto;	padding-top: 8px;	padding-left:27px;	padding-right:27px;	}#footer {	text-align:center;	margin:0 auto;	font-size:11px;	padding:0px 10px 8px 10px;	}#footer p {	margin:0;	font-family:  Arial, Helvetica, sans-serif;	}/*======================= End Structure =======================*//*============================== Links ==============================*/a:LINK {	text-decoration: none;	font-weight:bold;	text-decoration: underline;	color: #11277E;	}	a:VISITED {	text-decoration: none;	text-decoration: underline;	font-weight:bold;	color: #11277E;	}	a:HOVER {	text-decoration: none;	color: #11277E;	}/*============================ End Links =============================*//*============================ Navigation ============================*/#nav {width:752px; background-color:#FEC440; margin:0 0 0 0; padding-left:10px;}.menu{	margin-bottom: 0;}.menu ul{	padding: 3px 9px 4px 9px;	margin-left: 0;	margin-top: 0;	margin-bottom: 0;	list-style-type: none;	text-align: left; /*set to left, center, or right to align the menu as desired*/	text-transform:uppercase;}.menu li{	display: inline;	margin: 0;}.menu li a{	text-decoration: none;	padding: 6px 9px 5px 9px;	margin: 0;	margin-right: -2px; /*distance between each tab*/	color:#000000;	font-size: 12px;	font-family:Arial, Helvetica, sans-serif;	background-color: #FEC440;}.menu li a:visited{	text-decoration: none;	color:#000000;}.menu li a:hover, .menu li.selected a{	text-decoration: none;	background-color:#11277E;	color:#FEC440;}/*======================= End Navigation =======================*//* Header fonts begin...*/h1{	font-size:120%;	color:#11277E;	text-align:left;}h2{	color:#11277E;	font-size:105%;	text-align:left;}h3{	color: #11277E;	font-size:90%;	text-align:left;}/* Para style */p{	background:transparent;	text-align:left;	color:#000000;	font-size:75%;	line-height: 150%;	left: auto;}.colorboldupper {	font-weight:bold;	color: #11277E;	text-transform:uppercase;}.center {	text-align: center;}.floatright {	float: right;}.floatleft {	float: left;}.em {	font-style:oblique;	font-weight:bold;	color: #11277E;}