html, body 
{
	height:100%;
}
body 
{
	margin: 0px;
	padding: 0px;
	text-align:center;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #003a63;
	background-image: url(images/background.gif);
}

#wrapper 
{
	width:718px;
	margin: 0px auto;
	text-align:left;
	background-color: #dbdbdb;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#contentleft 
{
	width:165px;
	padding:0px;
	float:left;
	background:#dbdbdb;
	border-top: 1px solid #5d5d5d;
}

#contentcenter 
{
	width:365px;
	padding:10px;
	margin: 0px;
	float:left;
	background:#fff;
	border-top: 1px solid #5d5d5d;
	border-right: 1px solid #5d5d5d;
	border-left: 1px solid #5d5d5d;
	background-image: url(images/middlecolumnbackground.gif);
	background-repeat: repeat-y;
}

#contentright 
{
	width:165px;
	padding:0px;
	float:left;
	background:#dbdbdb;
	border-top: 1px solid #5d5d5d;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 164px;
}

#contentheader 
{
	height: 80px;
	width: 718px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	background:#fff;
	border-top: 32px solid #003a63;
	border-bottom: 3px solid #003a63;
	color: #000;
}
#address 
{
	padding: 10px;
	color: #003a63;
	font-family: tahoma;
	font-size: 1em;
	font-weight: bold;
}
#footer 
{
	height: 39px;
	width: 718px;
	padding: 0px;
	margin: 0px;
	background:#003a63;
	text-align: center;
}
h1 
{
	font-size:14px;
	padding-top:10px;
}
#contentcenter h1 
{
	widows: inherint;
	font-size:14px;
	padding:5px;
	margin:0px;
	background-repeat:no-repeat;
	background: #ededed;
	border: 1px solid #7b7b7b;
	text-align: left;
}

#contentcenter p
{
	font-size: 11px;
	text-align: left;
}

#contentheader h1 
{
	font-size:14px;
	padding:10px;
	margin:0px;
}
#contentleft h1 
{
	font-size:18px;
	color: #FFF;
	background-color: #003a63;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#contentleft ul 
{
	list-style-type: none;
	padding:10px;
	margin: 0px;
}
#contentleft ul a
{
	text-decoration: none;
	color: #000;
}
#contentleft ul a:hover
{
	text-decoration: underline;
	color: #003a63;
}
#contentright h1 
{
	font-size:18px;
	color: #FFF;
	background-color: #003a63;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#contentright ul 
{
	list-style-type: none;
	padding:10px;
	margin: 0px;
}
#contentright ul a
{
	text-decoration: none;
	color: #000;
}
#contentright ul a:hover
{
	text-decoration: underline;
	color: #003a63;
}

#topnavcontent 
{
	height: 20px;
	width: 718px;
	padding: 0px;
	margin-top: 0px;
	margin: 0px;
	background:#003a63;
	text-align: center;
	font-weight: bold;
}
#topnavcontent a
{
	color: #FFFFFF;
	text-decoration: none;
}
#topnavcontent a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

ul#topnav 
{ 
	padding: 0;
	margin-top: 0px;
	list-style-type: none; 
	padding: 0px 0px 0px 0px;
	width: 718px;
}
ul#topnav li
{
	display: inline;
	text-align: center;
	padding: 0px 15px 0px 0px;
	width: 100px;
	color:#FFFFFF;
}
.menuholder
{
	width: 700px;
	margin: auto;
}
ul#topnav li a 
{
	color: #fff;
	padding: .25em .5em;
	margin-top: 0px;
	text-decoration: none;
}
.topnav td
{
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
}
.topnav a
{
	color: #FFFFFF;
	font-weight: bold;
}

ul#topnav li a:hover
{
	text-decoration: underline;
}

ul#bottomnav 
{ 
	padding: 0;
	margin-top: 5px;
	list-style-type: none; 
	width: 90%;
	padding-top: 5px;	
}
ul#bottomnav li
{
	display: inline;
}
ul#bottomnav li a 
{
	color: #fff;
	padding: .75em 2.5em;
	margin-top: 5px;
	text-decoration: none;
}
ul#bottomnav li a:hover
{
	text-decoration: underline;
}

p
{
	text-align: left;
}

#ul
{
	text-align: left;
}

.copyright
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}
.copyright a
{
	color: #FFFFFF;
	text-decoration: none;
}