/* CSS Document */
html {
	height:100%;
}

body {
	color:#000;
	font-family:verdana, "trebuchet MS", helvetica, sans-serif;
	font-size:12px;
background-color: #22316C;
text-align:left;
}

h1 {
font-family: "Times New Roman", Times, serif;
font-size: 22px; 
font-style: normal;
color:#000;
text-align:left;
margin-top:25px;
padding-bottom:4px;
border-bottom:1px solid #000;
width:90%;

}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
font-weight: lighter;
color:#000000;
text-align:center;
}

h3 {
font-family: "Times New Roman", Times, serif;
font-style: normal;
font-size: 18px;
color:#800000;
padding-top:4px;
padding-bottom:1px;
padding-left:3px;
}

h4 {
font-family:"Courier New", Courier, monospace;
font-size:14px;
color:#CC6600;
text-decoration:underline;
}

#content ul li{
margin-bottom:20px;
}

#container {
margin:0 auto;
width:860px;
background-color:white;
border: 2px solid #660000;
}

#header {
height:160px;
background-image:url(images/new_banner.jpg);
background-repeat:no-repeat;
}

#address {
background-color:#800000;
padding-top:4px;
padding-bottom:2px;
font-weight:normal;
height: 20px;
border-bottom:4px solid #333366;
border-top:4px solid #333366;
}

.address{
font-size: 14px;
color:#fff;
float:left;
margin-left:10px;
text-align:left;
}

.phoneNumber{ 
color:#fff;
font-size: 14px;
float:right;
margin-right:10px;  
}

/* default link styles, for content area */

a {color: blue; text-decoration: none; }
a:link {color: blue; }
a:visited {color: #6699CC; }
a:hover {color: #FFCC33; text-decoration:underline; }
a:active { color: #FF6633; }

/* classed link styles, for navigation area */



#leftnav {
float:left;
width: 180px;
top:280px;
padding:10px;
margin:0;
line-height:180%;
height:100%;
}

#leftnav img{
padding-top:50px;
}

#leftnav ul
{
margin-top:40px;
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: lighter;
color:#333366;
}

#leftnav a
{
display: block;
padding: 3px;
width: 180px ;
background-color: white;
border-bottom: 2px solid #800000;
text-transform:uppercase;
}

#leftnav a:link, #navlist a:visited
{
color:black;
text-decoration: none;
}

#leftnav a:hover
{
background-color:#333366;
color:white;
text-decoration:none;
}

#content {
float:left;
	background-color:white;
	width:620px;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:30px;
	min-height:600px;
	border-left:1px solid #800000;	
}

#footer {
background-color:#800000;
color: #fff;
clear:both;
margin-top:10px;
text-align:center;
height: autox;
padding:6px;
border-top:3px solid #333366;
font-size:11px;
}

#footer a {
color:#fff;
}

.referee: {
float:left;
margin-bottom:0;
margin-left:20px;
}

#foot {
margin:0 auto;
width: 860px;
background-color:none;
font-size: 11px;
padding-top: 8px;
text-align:center;
}

a.foot:link {color: white;}
