html {
	height: 100%;
}

body {
	font-size: 0.7em;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/site_bg.gif);
	background-repeat: repeat-x;
	background-color: #969595;
	height: 100%;
}

.navbg {
	background-color: #818181;
}

.nav {
	background-image: url(/images/nav/button_bg.gif);
	background-repeat: repeat-x;
	color: #f2c219;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

.nav a {
	color: #f2c219;
	font-weight: bold;
	text-decoration: none;
}

.nav a:hover {
	color: #f2c219;
	font-weight: bold;
	text-decoration: underline;
}

.subnav {
	background-image: url(/images/subnav/bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.subnav ul {
	width: 100%;
	list-style: none;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	display: block;
}

.subnav li {
	display: block;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
}

.subnav li.title {
	list-style: none;
	color: #f2c219;
	font-weight: bold;
	background-color: #818181;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.subnav li a{
	color: #f2c219;
	text-decoration: none;
}

.subnav li a:hover{
	padding-left: 5px;
}

.subnav li.boxone {
	background-image: url(/images/subnav/dot.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #5c5c5c;
}

.subnav li.boxtwo {
	background-image: url(/images/subnav/dot.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #696969;
}

.footer {
	vertical-align: bottom;
	padding-left: 20px;
	color: #818181;
}

.footer a {
	color: #818181;
	text-decoration: none;
}

.footer a:link {
	color: #818181;
	text-decoration: none;
}

.footer a:hover {
	color: #818181;
	text-decoration: underline;
}

.subnavbg {
	background-image: url(/images/subnav/bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.titles {
	color: #343434;
	font-weight: bold;
}

.subtitles {
	color: #343434;
	font-weight: bold;
	text-align: center;
}

.main {
	color: #484848;
	background-image: url(/images/main_bg.gif);
	background-repeat: repeat-y;
}

.main a {
	color: #636363;
	text-decoration: underline;
}

.main a:hover {
	color: #f2c219;
	text-decoration: underline;
}

.contenttop {
	background-image: url(/images/contentbox/top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.contentbot {
	background-image: url(/images/contentbox/bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.minibox {
	background-image: url(/images/minibox/bg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.readmore a {
	color: #636363;
	text-decoration: none;
	font-weight: bold;
}

.readmore a:hover {
	color: #636363;
	text-decoration: underline;
	font-weight: bold;
}

.bg {
	background-image: url(/images/main_bg.gif);
	background-repeat: repeat-y;
}

.forms {
	background-color: #cccccc;
	color: #484848;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.formbuttons {
	background-color: #cccccc;
	color: #484848;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
}

.formerror {
	color: #990000;
}

.picborder {
	border: 1px;
	border-color: #666666;
}

#fullheight {
	height: 100%;
}