#divContainer {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
body {
	margin-top: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
#divHeader {
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x;
}
#divTopNav {
	background-color: #006600;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#divTopNav a:link,#divTopNav a:visited,#divTopNav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#divTopNav a:hover {
	color: #999999;
	text-decoration: none;
}


#divContent {
	background-color: #000033;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
#divContent a:link,#divContent a:active,#divContent a:visited {
	color: #FFFF66;
	text-decoration: none;
}
#divContent a:hover {
	color: #999999;
	text-decoration: underline;
}


#divFooter {
	background-color: #000033;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#divFooter a:link,#divFooter a:active,#divFooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#divFooter a:hover {
	color: #666666;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF66;
}
h3 {
	font-family: Eurostile;
	font-size: 14px;
	color: #FFFFFF;
	width: 300px;
	padding-left: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC9933;
	border-bottom-color: #CC9933;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CC9933;
}
