/* Body Styles */

#body {
	margin: 0;
	padding: 0;
	background-color: #bfcf99;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 1em;
}


/* Wrapper Styles */

#wrapper {
	margin: 1em auto 1em auto;
	padding: 0px;
	width: 80%;
	max-width: 1300px;
	background-color: #ffffff;
}


/* Top Adspace Styles*/

#adSpaceTop {
	background-color: #bfcf99;
	padding: 1em;
}


/* 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-color: #ffffff;
	font-size: 1em;
	color: #9999cc;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: block; 
	margin-bottom: 2px;
	padding-left: 1em;
	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 {
	margin-left: 200px;
	padding: 1em;
}

#content .dirRight {
float: right;
width: 50%;
}

#content .dirLeft {
float: left;
width: 50%;
}


/* Footer Styles */

#footer {
clear: both;
padding: 1em;
margin-left: 1em;
margin-right: 1em;
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: 2.4em; letter-spacing: -1px;}
#H2 {font-family: trebuchet ms; font-weight:bold; font-size: 2.2em; letter-spacing: -1px;}
#H3 {font-family: trebuchet ms; font-weight:bold; font-size: 2em; letter-spacing: -1px; text-decoration:underline;}

.f1 {font-family: trebuchet ms; font-weight:bold; font-size: 1em; color: #BD2C33;}

#ulns {
list-style-type: none;
}


