/* Body Styles */

#body {
background-color: #bfcf99;
font-family: trebuchet ms, verdana, sans-serif;
}


/* Wrapper Styles */

#wrapper {
width: 960px;
position: relative;
left: 50%;
margin-left: -480px;
background: #FFF;
}


/* Branding Styles */

#branding {
background: #CCCCFF;
border: 1px solid #562262;
}


/* Navigation Styles */

#nav {
width: 200px;
float: left;
padding-top: 40px;
padding-bottom: 40px;
border: 1px solid #562262;
background: #fff;
font-size: 11pt;
color: #9999cc;
}

#nav ul {
margin: 0px;
padding: 0px;
}

#nav li {
display: block; 
margin-bottom: 2px;
padding-left: 14px;
list-style-type: none;
}

#nav a:link { 
text-decoration:none;
color: #562262;
}
	
#nav a:visited {
text-decoration:none;
color: #562262;
}
	
#nav a:hover {
text-decoration: underline;
}


/* Content Styles */

#content {
width: 717px;
float: right;
padding-right: 20px;
padding-left: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

#content .dirRight {
float: right;
width: 50%;
}

#content .dirLeft {
float: left;
width: 50%;
}


/* Footer Styles */

#footer {
clear: both;
padding: 20px;
margin-left: 20px;
margin-right: 20px;
border-top: 1px dotted;
text-align: center;
line-height: .5em;
font-size: 11pt;
color: #9999cc;
}

#footer a:link { 
text-decoration: none;
color: #9999cc;
}
	
#footer a:visited { 
text-decoration: none;
color: #9999cc;
}
	
#footer a:hover, a:active { 
text-decoration: underline; 
color:#9999cc;
}


/* HEADING STYLES */
#H1 {color: #562262; font-family: trebuchet ms; font-weight:bold; font-size: 30px; letter-spacing: -1px;}
#H2 {font-family: trebuchet ms; font-weight:bold; font-size: 18px; letter-spacing: -1px;}
#H3 {font-family: trebuchet ms; font-weight:bold; font-size: 15px; letter-spacing: -1px; text-decoration:underline;}

.f1 {font-family: trebuchet ms; font-weight:bold; font-size: 14px; color: #BD2C33;}

#ulns {
list-style-type: none;
}

