@charset "utf-8";
body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #FFFF66;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	height: 550px;
	overflow: auto;
}
#container {
	width: 912px;
	margin: 0 auto;
	text-align: left;
	border:#09F solid 1px;
	padding: 0;
	background-color: #FFFFCC;
}
#header {
	height:155px;
	background-color: #FEEB12;
	background-repeat: repeat;
}
#logo {
	float:left;
	margin:0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align: right;
	font-weight: bold;
}
#menucontainer {
	float:left;
	clear:both;
	height:50px;
	color:#FFFFFF;
	background:#383636;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}
#menunav {
	height:38px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(../images/background.jpg) repeat-x bottom left;
	padding:0 0 0 20px;
}
#menunav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width: 100%;
}
#menunav ul li {
	float:left;
	margin:0 1px;
	display: block;
	padding: 0;
}
#menunav ul li a {
	display:block;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:38px;
}
#menunav ul li a span {
	padding:12px 20px 0 0;
	height:21px;
	float:left;
}
#menunav ul li a:hover {
	color:#fff;
	background:transparent url(../images/hover.jpg) repeat-x bottom left;
}
#menunav ul li a:hover span {
	display:block;
	width:auto;
	cursor:pointer;
}
#menunav ul li a.current, #menunav ul li a.current:hover {
	color:#fff;
	background:#1D6893 url(../images/left.jpg) no-repeat top left;
	line-height: 275%;
}
#menunav ul li a.current span {
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#383636 url(../images/right.jpg) no-repeat top right;
	height:38px;
}
#sidebar2 {
	float: right;
	width: 300px;
	padding: 15px 15px;
	background-color: #FFFFCC;
}
#sidebar2 h1 {
	font-size: 1.2em;
	color: #C00;
	text-align: left;
	margin: 5px 0;
}
#sidebar2 iframe {
	border: 1px solid #09F;
}
#sidebar2 ul li {
	font-weight: bold;
}
#mainContent {
	text-align: left;
	margin-top: 0;
	margin-right: 340px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#mainContent p.large {
	font-size: 1.1em;
}
#mainContent a img {
	margin: 0 25px 10px 25px;
	padding:0;
	border: 1px solid #09F;
}
#mainContent h1 {
	font-size: 1.2em;
	color: #083286;
	margin: 5px 0;
	padding:0;
	text-align: center;
}
#mainContent h2 {
	font-size: 1.1em;
	color: #083286;
	margin: 0 0 10px 0;
	padding: 0;
}
#mainContent table {
	border-collapse:collapse;
	width:100%;
	overflow: auto;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent table tr {
	text-align:center;
}
#mainContent table td {
	text-align:centre;
	padding:6px 2px;
	border:#00F solid 1px;
}
#mainContent table td.blue {
	text-align:centre;
	padding:6px 2px;
	border:#00F solid 1px;
	background-color: #09F;
}
#featureHome {
	float:left;
	margin:0 25px;
	text-align: center;
	clear: none;
}
ul.big_feature_list {
	margin:0;
	list-style:none;
	border-top:1px solid #DAE5DA;
	padding: 0;
}
ul.big_feature_list li {
	border-bottom:1px solid #DAE5DA;
	border-top:1px solid #FFFFFF;
	padding: 5px 0;
}
ul.big_feature_list li strong {
	font:bold 1.2em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
}
#footer {
	padding: 0 10px;
	background-color: #FFFF00;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: small;
	text-align: center;
}
#footer p a, #footer p a:visited, #footer p a:hover {
	color: #0000FF;
	font-weight: bold;
}
a, a:visited, a:hover {
	color: #00F;
	text-decoration: underline;
}
a.yellow, a:visited.yellow {
	color: #FF0;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
}
/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:hover.yellow {
	color: #FF0;
	text-decoration: underline;
	font-size: 1.6em;
	font-weight: bold;
}
#sidebar2 p {
	font-weight: bold;
	color: #000000;
}

