/* Layout elements */
body { 
margin: 5px;
background-color: #fff; 
}

#container { 
width: 783px; 
margin: 0 auto;
padding: 0; 
}

#header { 
background: url(images/head_bg.gif) repeat-x; 
width: 783px; 
height: 92px; 
}

#nav { 
background-color: #365470; 
width: 191px; 
}

#main { 
background: url(images/content_bg.gif) repeat-y; 
width: 587px; 
height: 391px; 
}

#content { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #365470; 
line-height: 18pt; 
padding: 0 25px 25px 22px; 
}

#subnav {
padding: 3px 0;
}

#footer { 
background-color: #365470; 
width: 100%; 
height: 50px; 
clear: both; 
margin-top: 4px;
}

#foot_name { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: bold; 
color: #7b95ac; 
float: left; 
text-align: left; 
margin: 10px; 
}

#foot_address { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: bold; 
color: #7b95ac; 
float: right; 
text-align: right; 
margin: 10px; 
}

/* Headings & Lists */
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #365470;
margin: 20px 0 0 0;
}

ul, li {
margin-top: 0;
}

/* Link attributes */
#nav_active { cursor: default; }

#subnav_active {
font-weight: bold;
cursor: default;
text-decoration: none;
color: #FFF;
}

a.sub:link, a.sub:visited {
font: bold 14px/18px Arial, Helvetica, sans-serif;
color: #5a4573;
}

a.sub:hover {
text-decoration: underline;
color: #827095;
}

a:link, a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #365470;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#foot_nav, a.foot:link, a.foot:visited {
margin-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #365470;
text-decoration: none;
}

a.foot:hover {
text-decoration: underline;
}

/* Image attributes */
.img_border, .img_left, .img_right {
border: solid 1px #365470;
}

.img_left {
float: left;
margin: 0 10px 10px 0;
}

.img_right {
float: right;
margin: 0 0 10px 10px;
}


