/* CSS Document */

body {
text-align:center;
background-color:#022338;
height:100%;
}

/*BEGIN DIV STYLES*/
#container {
height:auto;
width:750px;
margin-left:auto;
margin-right:auto;
}

#header {
height:100px;
width:750px;
background-image:url(images/header.png);
background-repeat:no-repeat;
background-color:#ffffff;
}

#nav {
float:left;
height:390px;
padding-top:10px;
width:185px;
background-color:#423B30;
text-align:left;
}

#content {
float:right;
width:545px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
text-align:left;
background-color:#ffffff;
border-left:185px solid #423B30;
margin-left:-185px;

}

#footer {
float:left;
height:30px;
width:750px;
padding-top:15px;
padding-bottom:15px;
background-color:#6B733E;
}
/*END DIV STYLES*/
/*BEGIN TYPOGRAPHY STYLES*/
.top-text {
font-family:Georgia, "Times New Roman", Times, serif;
color:#64732d;
font-size:10px;
padding-top:2px;
text-align:right
}

.h1 {
font-family:"Georgia", Times New Roman, Times, serif;
color:#022338;
font-size:24px;
font-weight:600;
padding-top:2px;
text-align:left;
}

.h2 {
font-family:"Georgia", Times New Roman, Times, serif;
color:#6B733E;
font-size:18px;
font-weight:600;
padding-top:2px;
text-align:left;
}

.body {
font-family:Georgia, "Times New Roman", Times, serif;
color:#423B30;
font-size:14px;
padding-left:2px;
text-align:left;
line-height:18px;
}
a.body:link {
font-family:Georgia, "Times New Roman", Times, serif;
color:#423B30;
text-decoration:underline;
}
a.body:visited {
font-family:Georgia, "Times New Roman", Times, serif;
color:#423B30;
text-decoration:underline;
}
a.body:hover {
font-family:Georgia, "Times New Roman", Times, serif;
color:#423B30;
text-decoration:none;
}

.footer {
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#b3bf5a;
font-size:10px;
}

.nav {
font-family:"Georgia", Times New Roman, Times, serif;
color:#ABA971;
font-size:18px;
text-align:left;
font-weight:bolder;
padding-left:10px;
line-height:28px;
}

a.nav:link {
color:#ABA971;
font-size:18px;
text-decoration:none;
}
a.nav:visited {
color:#ABA971;
font-size:18px;
text-decoration:none;
}
a.nav:hover {
color:#ABA971;
font-size:18px;
text-decoration:underline;
}

.intnav {
font-family:"Georgia", Times New Roman, Times, serif;
color:#6B733E;
font-size:18px;
font-weight:600;
padding-top:2px;
padding-left:20px;
line-height:28px;
text-align:left;
}
a.intnav:link {
font-family:"Georgia", Times New Roman, Times, serif;
color:#6B733E;
text-decoration:underline;
}
a.intnav:visited {
font-family:"Georgia", Times New Roman, Times, serif;
color:#6B733E;
text-decoration:underline;
}
a.intnav:hover {
font-family:"Georgia", Times New Roman, Times, serif;
color:#6B733E;
text-decoration:none;
}


/*END TYPOGRAPHY STYLES*/
/*BEGIN LINK STYLES*/

/*END LINK STYLES*/
