/* Body Styling Below */
a {
    text-decoration: none;
}

body {
	background: #D0D5D9;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0px;
}



/* Content Styling Below */
#container {
	width: 800px;
	margin: 10px auto;
	text-align: left;
	background: #D0D5D9 url(images/containerbg.jpg) top right repeat-y;
}

.header {
	margin: 0;
	padding: 0;
	height: 150px;
	width: 800px;
	background:  url(images/header.jpg) top no-repeat;
    background-position: 7px 0px;
}

.header h1 {
	position: absolute;
	left: -999px;
	top: -999px;
}



#mainnav {
	width: 100%;
	text-align:center;
	font-weight:600;
	color:#FFFFFF;
	background: #00A9e2 url(images/containerbgblue.jpg) top right repeat-y;
}

#mainnav a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#mainnav a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

#mainnav a:active {
	color:#000000;
	text-decoration:none;
}

#mainnav a:hover {
	color:#000000;
	text-decoration:none;
	background-color: #FFFFFF;
	padding:3px 0px 3px 0px;
}

.menu {
	padding-left:30px;
	padding-top:40px;
	color:#555555;
	width:195px;
	float:left;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:110%;
}

#contents {
	float:left; 
	width:565px;
	background:url(images/boxbg.jpg) top right repeat-y;
	margin-top:40px;
	margin-bottom:40px;
	color:#000000;
	font-size:14px;

}
#contents h1 {margin-left: 25px; margin-bottom: 10px; line-height:175%;}
#contents h2 {margin-left: 25px; margin-bottom: 10px; line-height:175%;}
#contents h3 {margin-left: 25px; margin-bottom: 10px; line-height:175%;}
#contents p {padding:10px 10px 10px 20px; margin-left: 18px;}

#footer {

	font-size: 12px;
	background: url(images/containerbgbluebottom.jpg) bottom left no-repeat;
	height: 40px;
	line-height:3;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
}

#footer .a {
    color: #000033;
}

.error {
    font-size: 80%;
    color: #CC0000;
}

.italicsm {
	font-size:.90em;
	color:#2a2a2b;
	font-style:italic;
}
