/* body */
body{
text-align: left;
background-color: White;
padding: 0px;
margin: 0px;
font-family: Arial,Helvetica,sans-serif;
font-size: 0.75em;
color: #605668;
font-weight: normal;
}
/* header */
#header{
background-color: White;
}
#headerlogo{
height: 87px;
background-color: White;
}
#headerbar{
background: #000099;
margin: 0px;
padding: 5px 0px 0px 0px;
height: 26px;
}
html>body #headerbar{
height: 21px;
}
.headerlinks{
color: White;
width: 738px;
text-align: right;
}
/* main content area */
#content{
background-color: #AFAAB3;
padding: 0px;
margin: 0px;
}
#wrapper{
width: 740px;
}
/* nav column */
#navcolumn{
background-color: #AFAAB3;
float: left;
width: 217px;
}
.navarea{
background-color: #D8DBE1;
width: 156px;
margin-left: 35px;
}
.navlink{
padding: 10px;
font-size: 1.0em;
color: #993333;
}
/* main text column */
#maincolumn{
background: url(assets/main_bkgrnd.gif) White repeat-y right;
float: left;
width: 521px;
margin: 0px;
}
/* homepage text area */
#maintext{
font-size: 1.15em;
line-height: 1.6em;
padding:  10px 70px 10px 10px;
margin: 0px 8px 8px 12px;
}
/* subpage text area */
/* text styles */
#maintext h1{
font-size: 1.4em;
line-height: 2.0em;
}
#maintext h2{
font-size: 1.25em;
line-height: 1.8em;
}
/* pullout boxes - homepage */
#pulloutwrapper{
float: right;
width: 230px;
margin:  50px 0px 0px 10px;
}
#mainpullout{
background-color: #D8DBE1;
width: 230px;
margin: 0px 0px 0px 0px;
padding: 5px 0px 5px 0px;
}
#pulloutheader{
background-color: #000099;
padding: 5px 5px 5px 10px;
color: White;
margin-top: 10px;
}
.pulloutlink{
padding: 10px;
font-size: 1.0em;
}
#underpulloutbox{
width: 145px;
margin: 20px 0px 0px 0px;
border: 1px solid #D8DBE1;
font-size: 1.0em;
line-height: 1.4em;
padding: 10px;
}
html>body #underpulloutbox{
width: 125px;
}
/* footer */
#footer{
background-color: White;
clear: both;
border-top: 12px solid #AFAAB3;
}
#footerbar{
padding: 8px 0px 0px 0px;
height: 26px;
width: 740px;
}
html>body #footerbar{
height: 18px;
}
.footercopyright{
float: left;
color: #AFAAB3;
width: 300px;
padding: 0px 0px 0px 35px;
}
html>body .footercopyright{
width: 265px;
}
.footerlinks{
float: left;
color: #33277B;
width: 438px;
text-align: right;
}
/* clear it */
.clearit{
clear: both;
}
/* link styles */
a:hover{
text-decoration: underline;
color: #605668;
}
.headerlinks a:hover{
text-decoration: underline;
color: White;
}
.pulloutlink a{
text-decoration: none;
color: #993333;
}
a, a:visited, a:active{
text-decoration: none;
color: #993333;
}
.headerlinks a:visited,.headerlinks a,.headerlinks a:active{
text-decoration: none;
color: White;
}
.pulloutlink a:hover,.footerlinks a:hover,.navlink a:hover{
text-decoration: underline;
color: #33277B;
}
.footerlinks a,.footerlinks a:active,.footerlinks a:visited,.navlink a,.navlink a:active,.navlink a:visited,.pulloutlink a:active,.pulloutlink a:visited{
text-decoration: none;
color: #993333;
}
