@charset "utf-8";
/* CSS Document */

/* blue - #336699 yellowish - #cca621 greenish - #669966*/

body {
margin:0;
padding:0;
font-size:70%;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
color:#000;
background-color:#336699;
}

p{
padding-left:.2em;
}

h1,h2,h3,h4,h5{
color:#336699;
margin-top:0;
padding-bottom:0;
}


a:link,a:visited,a:focus{
color:#336699;
text-decoration:underline;
}

a:hover{
color:#cca621;
text-decoration:underline;
}

#container{
width:779px;
margin:0 auto 0 auto;
text-align:left;
background-color:#fff;
border:#000;
}

text_area{
float:left;
}

#main_nav ul{
width:779px;
margin-left:25px;
clear:both;
overflow:hidden;
list-style: none;
margin: 0; 
padding:0;
}

#main_nav ul li {
float: left;
}

#main_nav ul li a {
display: block;
background:#fff;
width: 75px;
text-align: center;
color: #336699;
font-weight:bold;
padding: 5px 0;
text-decoration:none;
line-height:1.5em;
}

#main_nav ul li a:hover {
text-decoration:underline;
color: #cca621;
}

#content{
float:left;
width:760px;
margin-left:1em;
margin-right:1em;
padding-top:1em;
}

#content_home{
width:480px;
float:left;
margin-left:1em;
padding-top:1em;
}

#helpful_info{
color:#000;
float:left;
width:225px;
margin-top:1em;
margin-right:1em;
margin-left:2em;
}

.heading{
background-color:#336699;
display:block;
height:25px;
padding:.2em;
margin-top:0;
color:#fff;
font-size:1.3em;
font-weight:bold;
text-align:center;
}

.smallheading{
color:#336699;
font-weight:bold;
}

.greenline{
width:779px;
background:#336699;
height:2px;
}

.floatleft{
float:left;
padding-right:1em;
}

.quotes{
font-size:1.3em;
color:#669966;
font-weight:bold;
}

.smalltitlesred{
color:#91010B;
font-weight:bold;
}

.smalltitlesgreen{
color:#669966;
font-weight:bold;
}

.yellowline{
width:760px;
background:#cca621;
height:2px;
}

#footer{
background-color:#ddd;
width:779px;
clear:both;
overflow:hidden;
color:#FFFFFF;
line-height:2em;
color:#000000;
}

#footer a{
color:#fff;
}