/* CSS Document */
html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body { 
background-color: #25005C;
color:#002379;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
font-size: 100%;
text-align: center; 
}

#wrapper{
width: 800px;
background-color: #FFFFFF;
margin: 10px auto;
border: 1px solid #FFF;
text-align: left;
}

#banner{
	height: 100px;
	background-image: url(../header.jpg);
	text-align: center;
	color: #ec0818;
	line-height: 5px;
	
}

.hr {
color: #1C2B4E;
width: 456px;
}
#phone {
font-size: 100%;
font-weight: bold;
}
#address {
font-size: 75%;

}
#nav{
font-size: 90%;
background-color: #6692FF;
padding-bottom: 7px;
padding-top: 6px;
font-weight:bold;
text-align: center;
border-bottom: 1px #FFFFFF solid;
}

#nav ul{
background-color:#6692FF;
}

#nav ul li{
display: inline;

}

#nav ul li a {
font-size: 75%;
color: #ffffff;
background-color: #6692FF;
text-decoration: none;
padding: 6px 25px 7px 25px;
border-right: 1px solid #FFFFFF;
text-align: center;
width: 9em;
}

#nav ul li a:hover, #nav ul li a:focus {
background-color: #FFC066;
}
#leftcolumn {
padding-left: 10px;
padding-top: 10px;
font-size: 80%;
background-image: url(../leftcolumn_bg.gif);
background-repeat:repeat-y;
width: 320px;
float: left;

}
#leftcolumn ul{
padding-left: 40px;
font-weight:bold;
list-style-type: square;
}

#leftcolumnform {
text-align: left;
font-size: 80%;
background-image: url(../leftcolumn_bg.gif);
float: left;
width: 330px;
}

#tat {
text-align: left;
padding-bottom: 20px;
padding-top: 38px;
}

.form {
padding-left: 0px;
}

#content {
text-align:right;
background-color: #FFFFFF;
float: right;
width: 445px;
}

#contentform {
text-align:right;
background-color: #FFFFFF;
float: right;
width: 320px;
}

#content p{
padding-left: 10px;
font-size: 80%;
padding-right: 10px;
}

#content ul {
padding-left: 30px;
font-weight: bold;
font-size: 14px;
}

#content h4{
color: #000000;
padding-left: 10px;

}
#content h5{
color: #000000;
padding-left: 10px;

}

#content h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: 20px;
}

#smallheaders {
font-size: 70%;
text-align: center;
color: #FFFFFF;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #FFFFFF;

}


.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

.rightimage{
float: right;
margin-left: 15px;
border: 1px solid #000000;
width: 150px;
}

.clearit{
clear: both;
display: block;
}
#footer{
height: 28px;
clear: both;
background-color: #6692FF;
color: #FFFFFF;
text-align: center;

}
#footer p{
font-size: 70%;
margin: 0;
padding: 10px;
}

#footer a{
color: #FFFFFF;
text-decoration: underline;
}

#footer a:hover{
text-decoration: none;
}

#footer a:visited{
color: #FFFFFF;
}

.container{
width: 99%;
float: right;
background-color: #FF0000;
}

.picsright {
text-align: right;
}

.tablecontent {

width: 98%;
font-size: 80%;
clear: both;

}
.indent {
padding-left: 20px;
list-style-type: none;
}



