body {
	margin:0;
	padding:0;
	background: #f9fbe6 url(../img/bg.jpg) repeat-y center;
	font: 12px Verdana, Arial, sans-serif;
	text-align:center;
}

#wrapper {
	background:#f9fbe6;
	text-align: left;
	width: 800px;
	margin: 0px auto;
}

/*TOP NAVIGATION SYLES*/
#navtop {
	background:url(../img/navigation_bg.gif) no-repeat;
	width: 800px;
	height: 80px;
}

#navtop ul {
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	display: inline;
	float: right;
	padding: 0;
	margin: 0;
}

#navtop li {
	padding-right: 5px;
	line-height: 45px;
	display: inline;
}

#navtop {
	color: inherit;
}
#navtop img {
	float: left;
	position: relative;
	left: 60px;
	border: none;
}
#navtop a {
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
}

#navtop a:hover {
	color: #15529E;
	}



/*MASTHEAD STYLES*/
#masthead {
	background:url(../img/bg_masthead.gif) no-repeat;
	width: 585px;
	height: 180px;
	position: relative;
	left:100px;
	padding: 10px 70px 0px 15px;
}

.imagematting {
	background: #fff;
	border: 1px solid #000;
	padding: 2px;
}

#masthead a {
	color: #15529E; 
	font-style:normal;
	font-weight:bold;
	text-decoration: none;
}

#masthead a:hover {
	color: #4A89D3;
}

#masthead p {
	margin: 0;
	line-height: 18px;
}

/*SIDE NAVIGATION STYLES*/

#navside {
	background:url(../img/bg_sidenav.jpg) no-repeat;
	width: 213px;
	padding-bottom: 280px;
	float:left;
	position: relative;
	left: 30px;
	padding-left: 10px;
	margin-top: 20px;
}

#navside a {
	color: #71A6D9;
}

#navside h1{
	font: 24px "Trebuchet MS", Verdana, Arial, sans-serif;
	border-bottom: 2px solid #71A6D9;
	padding: 0;
	display: block;
	margin-right: 20px;
	color: #71A6D9;

}

#navside ul, li{
	padding:  5px 0;
	margin-right: 10px;
	list-style: none;
}

#navside li {
	border-bottom: 2px solid #71A6D9;
	padding-top: 5px;
}

#navside ul > ul{
	margin-left: 10px;
	margin-right: 0px;
}
	


/*MAIN SECTION STYLES*/
#main {
	background:url(../img/bg_main.jpg) no-repeat;
	width: 502px;
	float: right;
	padding: 20px 5px 250px 10px;
	margin-top: 20px;
}

#main h1 {
	color: #71A6D9;
	font: 30px "Trebuchet MS", Verdana, Arial, sans-serif;
	border-bottom: 2px solid #71A6D9;
	margin: 5px 25px 10px 0;
	font-weight: normal;
	padding-top: 0;
}

#main h2 {
	color: #71A6D9;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin-right: 25px;
}

#main em {
	color: #993300;
}

#main a{
	border-bottom: 1px dotted #15529E;
	color: #15529E;
}

#main a:hover {
	color: #15529E;
}

#main ul li{
	margin: 5px 25px 0 10px;
	padding: 0;
	list-style-type: circle;
}

#main ol li{
	margin: 5px 25px 0 10px;
	padding: 0;
	list-style-type: decimal; 
}

#main ol li ol li{
	list-style-type: upper-alpha;
}






/*SITE WIDE STYLES*/
a{
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: #15529E;
}

a:visited {
	text-decoration:none;
	color: inherit;
}

p {
	color: #000;
	margin: 0 25px 0 0;
	line-height: 17px;
	padding-top: 5px;
}


/*Navigation skipping*/
	

.skiplink {
position: absolute;
left: -1000px;
width: 990px;
font-size:1px; line-height:1;
}


