/* CSS Document */
body{
margin:0px;
padding:0px;
background-color: #5c2b01;
}
.navButtons{
font-family:Arial;
font-size:14px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.navButtons:hover{
font-family:Arial;
font-size:14px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
.subnavButtons{
font-family:Arial;
font-size:14px;
color:#028eff;
font-weight:bold;
text-decoration:none;
}
.subnavButtons:hover{
font-family:Arial;
font-size:14px;
color:#028eff;
text-decoration:none;
font-weight:bold;
}
.heading{
font-family:Garamond;
font-size:20px;
color:#FFFFFF;
font-weight:bold;
}
.bodyText{
font-family:Arial;
font-size:13px;
color:#FFFFFF;
}

.bodyText1{
font-family:Arial;
font-size:16px;
color:#FFFFFF;
}
.subbodyText{
font-family:Arial;
font-size:13px;
color:#94c8fa;
}
.subHeading{
font-family:Garamond;
font-size:20px;
color:#3ea6ff;
font-weight:bold;
}
.footer{
font-family:Arial;
font-size:11px;
color:#FFFFFF;
}
.input{
border:thick #0099FF 2px;
}