@charset "utf-8";
/* CSS Document */


a:link {color:#9e1f5c; text-decoration:none;}
a:visited {color:#9e1f5c; text-decoration:none;}
a:hover {color:#660033; text-decoration:none;}
a:active {color:#9e1f5c; text-decoration:none;}


body{
background-image:url(images/bg.jpg);
font-family:"Myriad Pro", Verdana, Arial;}

#mainbox{
width:750px;
height:635px;
margin:0 auto;}

#header{
width:750px;
height:135px;}

#header-logo{
width:320px;
height:135px;
background-image:url(images/logo.png);
float:left}

#header-title{
width:250px;
height:135px;
background-image:url(images/logo2.png);
float:right;}

#title{
width:450px;
height:40px;
color:#9e1f5c;
font-size:18px;}

#subhead{
width:300px;
height:45px;
color:#9e1f5c;
font-size:15px;
padding-left:150px;}

#body{
width:750px;
height:290px;}

#content{
width:450px;
height:290px;
font-size:12px;
text-align:justify;
float:left;}

#nav{
width:300px;
height:200px;
float:right;
font-size:11px;}

#topnav{
width:300px;
height:65px;
margin-top:12px;}

#midnav{
width:300px;
height:55px;}

#botnav{
width:300px;
height:35px;}

.lbox{
width:139px;
height:51px;
float:left;
padding-left:65px;}


#footer{
width:750px;
height:180px;
background-image:url(images/footer.png);}


.subhead{
color:#9e1f5c;
font-size:16px;}
