body {
	margin: 0;
	padding: 0;
	background-color: #F2F2F2;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
}
#header {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 150px;
	background-attachment: fixed;
	background-image: url(images/banner.jpg);
	background-repeat: repeat-x;
}
#header .strapline {
	font: 250% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	float: right;
	margin-right: 5px;
	margin-top: 70px;
	margin-left: 10px;
}
.image_align {
	float: right;
}


#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#nav {
	position: absolute;
	top: 155px;
	left: 10px;
	width: 220px;
	border: 1px solid #0033FF;
	height: 80px;
}
#nav ul {
	list-style: none;
	margin: 0px;
}
#nav li {
	font-size: 90%;
	font-weight: normal;
	border-top: 1px solid #0033FF;
	border-right: 1px solid #0033FF;
	border-bottom: 1px solid #0033FF;
	border-left: 12px solid #0033FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #CAD5FF;
	display: block;
	font-weight: bold;
}
#nav a:hover {
	color: #CCCCCC;
	background-color: #666666;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content {
	margin-left: 250px;
	margin-right: 30px;
	border: 1px solid #000000;
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
}

#content img {
	float:none;
	margin-right:5px;
	border: 1px solid #CAD5FF;
}

.clear {
	clear:both;
}

#content h1 {
	font: 200% Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#content h3 {
	font-size: 120%;
	color: #0033FF;
	
}

#footer p {
	text-align:center;
	font-size:70%;
	background-color:#333333;
	color:#FFFFFF;
}

#footer a {
	color: #996600;
}

#content a {
	color: #996600;
}
.anchor_align {
	float: right;
}

.format {
	font-weight:bold;
}

.subhead {
	font-weight:bold;
	font-style:italic;
}