@charset "UTF-8";
body {
	margin: 0px 0px 0px 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	background-color: #F18403;
	font-family: Tahoma, Arial;
	color: #666666;
}
#topbg {
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-top: 70px;
	padding-bottom: 16px;
	width: 100%;
	height: 173px;
	margin-left: auto;
	margin-right: auto;
}
#maintop {
	background-image: url(images/topmain.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width:810px;
	margin-left: auto;
	margin-right: auto;
}
#mainmiddle {
	background-image: url(images/middle.jpg);
	width:810px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#mainbottom {
	background-image: url(images/bottom.jpg);
	height: 25px;
	width:810px;
	margin-left: auto;
	margin-right: auto;
}
#sitemap {
	height: 300px;
	width:810px;
	margin-left: auto;
	margin-right: auto;
}
#navigation {
	height: 28px;
	width:810px;
	padding-top: 18px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}
#topleftnumbercontainer {
	float: left;
	width: 260px;
	padding-top: 20px;
}
#toprightnumbercontainer {
	padding-top: 20px;
	padding-right:30px;
	width: 410px;
	float: right;
}
#col {
	width: 470px;
	float: left;
	padding-left: 30px;
	padding-right: 20px;
}
#col2 {
	width: 230px;
	float: right;
	padding-left: 30px;
	padding-right: 20px;
}
a.nav:link {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 17px;
	padding-bottom: 16px;
	text-decoration: none;
	font-size: 13px;
	font-family: Tahoma, Arial;
	color: #666666;
	border-left: solid #cb6a00 1px;
	margin: 0px;
}
a.nav:visited {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 17px;
	padding-bottom: 16px;
	text-decoration: none;
	font-size: 13px;
	font-family: Tahoma, Arial;
	color: #666666;
	border-left: solid #cb6a00 1px;
	margin: 0px;
}
a.nav:hover {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 17px;
	padding-bottom: 16px;
	text-decoration: none;
	font-size: 13px;
	font-family: Tahoma, Arial;
	color: #999999;
	border-left: solid #cb6a00 1px;
	margin: 0px;
}
h1 {
	color: #F18403;
	font-size: 18px;
	margin: 0px;
	font-family: Tahoma, Arial, Trebuchet MS;
	font-style: bold;
	line-height: 18px;
}
h2 {
	color: #333;
	font-size: 13px;
	margin: 0px;
	font-family: Tahoma, Arial, Trebuchet MS;
	line-height: 13px;
}
h3 {
	color: #F18403;
	font-size: 14px;
	font-style: bold;
	margin: 0px;
	font-family: Tahoma, Arial, Trebuchet MS;
	line-height: 18px;
}
h4 {
	color: #F18403;
	font-size: 16px;
	font-style: bold;
	margin: 0px;
	font-family: Tahoma, Arial, Trebuchet MS;
	line-height: 16px;
	letter-spacing: 1px;
}
h5 {
	color: #F18403;
	font-size: 14px;
	font-style: bold;
	margin: 0px;
	font-family: Tahoma, Arial, Trebuchet MS;
	line-height: 18px;
}
h6 {
	color: #F18403;
	font-size: 13px;
	font-style: bold;
	margin: 0px;
	font-family: Tahoma, Arial, Trebuchet MS;
	line-height: 18px;
}
p {
	color: #666666;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	line-height: 18px;
}
.p-white {
	color: #ffffff;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	line-height: 18px;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
a.whitelinks:link {
	color: #ffffff;
	text-decoration: underline;
}
a.whitelinks:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.whitelinks:active {
	color: #ffffff;
	text-decoration: underline;
}
a.whitelinks:hover {
	color: #ffffff;
	text-decoration: none;
}
.buttonscontainer {width: 220px;}

.buttons a {color: #666666;
background-color: #FFFFFF;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #F18403;
font: 13px Tahoma, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #F18403;
color: #FFFFFF;
text-decoration: none;}
