body {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 11pt;
	margin: 0px;
}
#header {
	background-image: url(images/Header_bg.jpg);
	height: 148px;
	width: 100%;
}
#sidenav {
	width: 187px;
	margin-bottom: 0px;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 12pt;
	padding-bottom: 0px;
	float: left;
	background-image: url(images/sidenav_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#main {
	width: 950px;
	display: block;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url(images/side_nav.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#footer {
	font-size: 10px;
	font-style: italic;
	margin-left: 220px;
	text-align: center;
	width: 605px;
	padding-top: 10px;
}
#content h1 {
	font-size: 16pt;
	color: #567CA7;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: normal;
}
#content h2 {
	font-size: 16px;
	color: #F5D271;
	font-weight: bold;
}
#pagetitle {
	padding-bottom: 10px;
}
.newsHeader {
	font-weight: normal;
	color: #0B3E76;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #F3D06F;
	width: 300px;
	font-size: 14px;
	text-transform: capitalize;
}
#sidenav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	width: 605px;
	margin-left: 230px;
	float: inherit;
}
#sidenav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sidenav a:hover {
	color: #F5D271;
	text-decoration: none;
	font-weight: bold;
}
#sidenav li {
	font-size: 10pt;
	color: #CCDFFF;
	line-height: 20px;
}
#sidenav li a:link {
	color: #CCDFFF;
}
#sidenav li a:visited {
	color: #CCDFFF;
}
#sidenav li a:hover {
	color: #F5D271;
	font-weight: normal;
}

