body{
	font-family: "Arial";
	font-size:12px;
}

table tr td{
	vertical-align:top;
	padding-right:2px;
	padding-bottom:2px;
}

h1{
	background-image:url("images/bgh1.jpg");
	background-repeat:no-repeat;
	width:772px;
	line-height:14px;
	padding-left:25px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:5px;
	color:white;
}

#container{
	position:relative;
	float:left;
	width: 872px; 
	left: 50%;
	margin-left: -436px; /* - (width/2) */
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
	min-height:650px;
	height:100%;
}
#footer {	
	position:relative;
	float:left;
	width: 872px; 
	left: 50%;
	margin-left: -436px; /* - (width/2) */
	min-height:20px;
	height:100%;
	clear:both;
	color:black;
	margin-bottom:25px;
}
#footer a {
	color:#144F91;
	font-weight:bold;
}

#header{
	font-size:16px;
}

#logo{
	float:left;
}

#marquee{
	padding-top:15px;
	width:872px;
	float:left;
}

#content{
	width:772px;
	padding-left:35px;
	padding-right:65px;
	padding-top:35px;
	padding-bottom:10px;
	float:left;
	position:relative;
	line-height:17px;
	height:100%;
}

#content a{
	color:#3E67AB;
	font-weight:bold;
	text-decoration:none;
}

#content ul li{
	list-style-type:disc;
	margin-left:15px;
	padding-left:10px;
}

#contacttable tr td{
	padding:5px;
}


.uppercase{
	text-transform: uppercase; 
}

.websitetitle{
	font-size:30pt;
	font-weight:bold;
	color:#144F91;
}