@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;}

* html .png {
behavior: expres\sion(
  (this.runtimeStyle.behavior = "none") && (this.currentStyle.backgroundImage.toString().toLowerCase().indexOf('.png')>-1) && (
  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.currentStyle.backgroundImage.toString().replace('url("','').replace('")','') + "', sizingMethod='crop')",
  this.runtimeStyle.zoom = 1,
  this.runtimeStyle.backgroundImage = "none")
);}

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

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

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

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

#header-title{
width:500px;
height:175px;
float:right;}

#title{
width:500px;
height:40px;
color:#9e1f5c;
font-size:30px;
font-weight:bold;
text-align:center;
padding-top:20px;}

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

#subhead2{
width:325px;
height:115px;
color:#9e1f5c;
font-size:15px;
padding-left:175px;}

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

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

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

#topnav{
width:300px;
height:55px;
margin-top:6px;}

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

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

.lbox{
width:100px;
height:35px;
float:left;
margin-bottom:20px;
padding-left:40px;}

.rbox{
width:100px;
height:35px;
float:right;
margin-bottom:20px;
padding-right:40px;}

.bbox{
width:100px;
height:35px;
padding-right:100px;
padding-left:100px;}

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

#footer ul {
margin: 0;
padding: 0;
list-style: none;
display: none;}

#footer noscript, #quote {
left: 10px;
bottom: 10px;
margin: 0;
padding: 0;
position: absolute;
font-size: 1.2em;
font-weight: 600;
font-family: "Myriad Pro Light", "Myriad Pro", Myriad, Tahoma, Helvetica, Arial, sans-serif;
color: #fff;
}

#footer noscript {
left: 10px;
bottom: 10px;
}

#footer li {
}

#quote {
width: 130px;
height: 45px;
}

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

