@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #e1e2e3;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
	height: 225px;
	width: 100%;
}
#pagearea {
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#navigation {
	background-image: url(images/navbarIMG.jpg);
	background-repeat: no-repeat;
	margin: auto;
	padding: 0px;
	width: 800px;
	height: 69px;
	background-position: bottom;
}
#navbar {
	height: 30px;
	width: 780px;
	text-align: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#content {
	background-color: #FFFFFF;
	text-align: left;
	margin: auto;
	padding: 20px;
	width: 760px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#leftcolumn {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 370px;
}
#rightcolumn {
	background-color: #FFFFFF;
	display: block;
	float: right;
	width: 370px;
}
#footer {
	background-image: url(images/footerIMG.jpg);
	background-repeat: no-repeat;
	margin: auto;
	padding: 0px;
	height: 60px;
	width: 800px;
	clear: both;
}
#navigation ul {
	list-style-type: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #CC9900;
	text-align: left;
	display: inline;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation li {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	display: inline;
	line-height: 30px;
}
#navigation li a {
	color: #e1ce9b;
	text-decoration: none;
}
#navigation a:hover {
	color: #CC3300;
}
#footer p {
	font-size: 0.8em;
	color: #336699;
	margin: 0px;
	padding: 15px 0px 0px;
}
#footer a {
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000066;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
