html{
	margin:0px;
	color: black;
	font-size:1em;
	padding-bottom:8px;
}

img {
	border:0;
}

#page {
	width:750px;
	margin:auto;
}

#displayOptions{
	height:2em;
	width:730px;
	margin:auto;
}

#topbar {
	background-image:url('/template/images/top.gif');
	background-position:top left;
	background-repeat:no-repeat;
	height:121px;
	width:100%;
}

#mainnav {
	background:#0D6CA1;
	height:20px;
	text-align: center; 
	padding: 2px 0px 2px 5px;
	border-bottom:1px solid #035787;
	border-top:2px solid #096AA0;
}

#leftnav {
	width: 150px;
	padding:4px 0px 0px 0px;
	float:left;
	min-height:0px;
}

* html #leftnav {
	height:0px;
}

#address{
	color:#A5A5A5;
	margin:auto;
	width:750px;
	text-align:center;
	font-size:85%;
}

#contentcontainer {
	text-align:left;
	float:left;
	background-color:#FFF;
	background-image:url('/template/images/main_back.gif');
	background-repeat:repeat-y;
	background-position:top left;
	border-left:2px solid #035787;
	border-right:2px solid #035787;
	border-bottom:1px solid #B6B7B7;
	min-height:300px;
}

* html #contentcontainer{
	height:300px;
}

#contentcontainer2 {
	text-align:left;
	background: #FFF;
	border-right: 1px solid #DDDDDD;
}

#contentcontainer #left {
	width:151px;
	float:left;
	margin-top:6px;
}

#left #newstitle{
	width:145px;
	font-weight:bold;
	color:#045F92;
	background-color:#95a4cf;
	height:18px;
	float:left;
	padding-left:5px;
	padding-top:2px;
}

#left #latestnews{
	background-color:#b5c1e1;
	float:left;
	width:150px;
}

#pageWrapper {
	width:595px;
	float:left;
}

#pageWrapperHome {
	width:595px;
	float:left;
}

#pageWrapperHome p{
	margin:0;
}

#pageWrapper2 {
	margin-left:0px;
	width:745px;
}

#pageWrapper #pageContent {
	position:relative;
	width:586px;
	padding-left:5px;
}

#pageWrapperHome #pageContent {
	position:relative;
	width:100%;
	padding:0;
}

#bottombar {
	background: #DDDDDD;
	height:29px;
	clear:both;
	text-align:center;
	border-left:2px solid #035787;
	border-right:2px solid #035787;
	border-bottom:2px solid #035787;
}

#bottombar #w3clogos {
	position:relative;
	left:5px;
	top:3px;
	float: left;
}

#bottombar #middletext {
	position:relative;
	left:300px;
	top:13px;
	float: left;
}

#bottombar #bottomnav {
	position:relative;
	right:5px;
	top:5px;
	float: right;
}

a {
	color:#0099FF;
	text-decoration:none;
}

a:link,a:visited {
	color:#DFDF00;
}

a:hover {
	color:#66CCFF;
}

body {
	font-size:.8em;
}

body,td {
	font-size:small;
	font-family:Arial,Verdana,Sans-serif;
	color:#000000;
}

h1 {
	font-size:160%;
	color:#045F92;
}

h2 {
	font-size:145%;
	color:#045F92;
}

h3 {
	font-size:125%;
	color:#045F92;
}

h4 {
	font-size:110%;
	color:#045F92;
}

#w3c a{
	color:#000;
}

#w3c {
	color:#DDDDDD;
}