@charset "UTF-8";
.style3 {color: #9900FF}
.style1 {color: #FF0000}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333333;
}
body {
	background-color: #666666;
	background-image: url(assets/img/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
}
#container {
	background-color: cccccc;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#header {
}
#nav {
}
#subNav {
	height: 22px;
	padding-top: 8px;
	padding-left: 175px;
	background-color: #CECECE;
}
#container #header #subNav a {
	color: #666666;
	font-size: 0.9em;
	padding-right: 20px;
	background-image: url(assets/img/bullet.png);
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 10px;
	background-position: 2px;
}

#container #header #subNav a:hover {
	color: #000000;
	text-decoration: none;
	font-size: .9em;
	padding-right: 20px;
}


#content {
	line-height: 1.9em;
	clear: both;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: 1em;
}
#container #header #content img {
	border: thin solid #999999;
	margin-right: 20px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	background-color: #CDCDCD;
	padding: 20px;
	text-align: center;
}
#container #header #footer a {
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}
#container #header #footer a:hover {
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: underline;
}
#subFooter {
	height: 40px;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	font-size: .9em;
	color: #CCCCCC;
}
#subFooter a {
	color: #FFFFFF;
}
.floatLeft {
	float: left;
}
#container #header #content h5 {
	font-size: 1.8em;
	line-height: 1.5em;
	background-color: #BC0607;
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
