@charset "utf-8";
/* CSS Document */

body { 
background-color:#003263;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.footer { 
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}




a {
color:#d85d22;
text-decoration:none;
font-weight:bold;
}

a:visted {
color:#d85d22;
text-decoration:none;
font-weight:bold;
}

a:link {
color:#d85d22;
text-decoration:none;
font-weight:bold;
}

a:hover {
color:#d85d22;
text-decoration:underline;
font-weight:bold;
}

.wrapper {
height:auto;
}

.footer a {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}

.footer a:visted {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}

.footer a:link {
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}

.footer a:hover {
color:#FFFFFF;
text-decoration:underline;
font-weight:bold;
}

.leftheader {
color:#FFFFFF;
font-size:15px;
font-weight:bold;
}

.content {
padding: 30px;
line-height:20px;
}

.leftbox {
line-height:20px;
float:left;
width:200px;
border:0px solid black;
background-color:#003263;
color:#FFFFFF;
padding-left:15px;
padding-top:20px;
padding-bottom:20px;
height:400px;
background-image:url(/images/leftbg.jpg);
background-repeat:no-repeat;
}

.leftbox_wide {
line-height:20px;
float:left;
width:250px;
border:0px solid black;
background-color:#003263;
color:#FFFFFF;
padding-left:15px;
padding-top:20px;
padding-bottom:20px;
height:400px;
background-image:url(/images/leftbg.jpg);
background-repeat:no-repeat;
}

.leftbox a, .leftbox_wide a { text-decoration:underline;
color:#FFFFFF;
}

.leftbox .on, .leftbox_wide .on { text-decoration:none;
color:#F28147;
}

.content_inside {
padding: 30px;
line-height:20px;
float:right;
width:490px;
border:0px solid black;
}

.content_inside_short {
padding: 30px;
line-height:20px;
float:right;
width:440px;
border:0px solid black;
}

.content_inside_wide {
padding: 30px;
line-height:20px;
float:right;
width:690px;
border:0px solid black;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#003263;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #003263;
color:#f47b41;
}



