body {
	margin:0 auto;
	padding:0;
	font-family:Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color:#000;
	background:#fff url(bg.gif) repeat-x;
}
form, div, span, h1, h2, p, ul, li {
	margin:0;
	padding:0;
}
a img { border:none; }
a, a:active, a:visited
{
    color:#2A0D62;
    text-decoration:underline;
}
a:hover 
{
    text-decoration:none;
}
#container 
{
    width:944px;
    margin:0 auto;
    padding:1px 8px 0 8px;
    background-color:#fff;
}

/* header -------------------------------------------------*/
#header 
{
    height:85px;
    padding-left:21px;
    background:#EAE0DA url(header-bg.gif) no-repeat top right;
}
#header #topLinks 
{
    float:right;
    color:#75706D;
    padding:3px 10px 0 0;
}
#header #topLinks a, #header #topLinks a:visited, #header #topLinks a:active
{
    color:#75706D;
    text-decoration:none;
}
#header #topLinks a:hover 
{
    text-decoration:underline;
}

/* nav -------------------------------------------------*/
#nav 
{
    height:28px;
    background:#E3DEDA url(nav-bg.gif) repeat-x;
}
#nav ul 
{
    list-style:none;
    float:right;
    height:28px;    
}
#nav ul li
{
    float:left;
    height:28px;
    padding:0 3px 0 0;  
    background:url(divider2.gif) no-repeat top right;     
}
#nav ul li#last
{
    background-image:none;
    padding:0;
}
#nav ul li a
{
    display:block;
    padding:7px;
    color:#2A0D62;
    font-weight:bold;
    text-decoration:none;
    border-top:2px solid #EAE0DA;
	text-transform:uppercase;
}
#nav ul li a:hover, #nav ul li.selected a
{
    background-color:#fff;
    border-top:2px solid #D4CCC7;
}

/* banner -------------------------------------------------*/
#banner 
{
    height:179px;
}

/* content -------------------------------------------------*/
#content 
{
    background:#fff url(content-bg.gif) repeat-x;
}

/* mainContent -------------------------------------------------*/
#mainContent 
{
    width:514px;
    float:left;
    padding:39px 21px;
}
div.home 
{
    background:transparent url(home-bg.gif) no-repeat 21px 0;
}
#mainContent h1 
{
    color:#C8003E;
    font-weight:bold;
    font-size:12px;
    border-bottom:1px dashed #D4CCC7;
    padding:0 0 8px 0;
    margin:0 0 10px 0;
}
#mainContent p 
{
    padding:0 0 12px 0;
}
#mainContent img
{
padding-right:5px;
}
#mainContent label
{
width: 12em;
float: left;
text-align: left;
font-weight:bold;
margin-right: 0.5em;
display: block
}
input, textarea
{
color: #000000;
background: #eae0da;
font-family:Verdana, Sans-Serif;
font-size: 9px;
border: 1px solid #d4ccc7
}
.submit input
{
margin-left: 13.5em;
color: #ffffff;
background: #c8003e;
border: 1px solid #d4ccc7
}

/* subContent -------------------------------------------------*/
#subContent 
{
    width:388px;
    margin-left:556px;
    color:#C8003E;    
}
#subContent #photo 
{
    border-top:5px solid #C8003E;
    border-bottom:5px solid #C8003E;
    margin:0 0 15px 0;
}
#subContent #photo img 
{
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
#subContent h2
{
    color:#C8003E;
    font-size:11px;
    font-weight:bold;
    margin:0 0 10px 0;
}
#subContent h2.contactus
{
    background:transparent url(contact-bg.gif) no-repeat;
    padding:10px 0 10px 38px;
}
#subContent h2.relatedpages
{
    background:transparent url(pages-bg.gif) no-repeat;
    padding:10px 0 10px 38px;
}
#subContent p
{
   margin:0 0 10px 0;
}

/* footer -------------------------------------------------*/
#footer 
{
    clear:both;
    color:#2A0D62;
    padding:15px 0 15px 21px;
}


