/* CSS Document */
body {
	color: #000000;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
    padding: 0;
    background-color: #272727;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0e7198;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #2b2b2b;
}
h3 {
	color: #0066CC;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 20px;
	color: #2b2b2b;
}
h4 {
	text-decoration: none;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 90%;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	background-color: #D9F2FF;
	text-indent: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a {
	color: #000099;
	text-decoration: none;
	outline: 0;
}
a:link {
	text-decoration: none;
	color: #0170DE;
}
a:hover {
	text-decoration: underline;
}
#maincontainer {
	width: 990px; /*Width of main container*/
	margin: 0 auto;
}
#topsection {
	background-color: Transparent;
	margin-bottom: 20px;
    text-align: left;
    margin-left: 15px;
}
#contentwrapper {
	width: 940px;
	background-color: #FFFFFF;
	padding: 15px 15px 4px 13px;
	background-image: url(images/Page_mid.jpg);
	background-repeat: repeat-y;
}
#contentwrapper img
{
    padding-left: 15px;
}
.maincontent
{
    margin-left: 15px;
    padding: 15px 25px 15px 25px;
    border: solid 1px #8a8a8a;
    background-color: #ededed;
}
.contentwrapperbottom
{
    width: 970px;
    background-image: url(images/Page_Bottom.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 95%;
	background-color: Transparent;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	color: #ededed;
	padding-bottom: 15px;
}
#footer li {
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
#footer li a 
{
    color: #ededed;
	padding-right: 10px;
	padding-left: 10px;
}

.menubar
{
    background-color: #272727;
    margin-left: 15px;
}
.menubar ul {
	list-style: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5%;
	height: 33px;
}
.menubar li {
	display: inline;
}
.menubar li  a {
	display: block;
	text-decoration: none;
	margin-left: 25px;
	margin-right: 25px;
	color: White;
	width: 129px;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 18px;
	letter-spacing: 0.02em;
	margin-top: 5px;
}
.menubar a:hover {
	color: #2b2b2b;
	text-decoration: none;
	background-image: url(images/Active-Button.jpg);
	background-repeat: no-repeat;
	margin-top: 8px;
}
.menubar .current a {
    color: #2b2b2b;
	text-decoration: none;
	background-image: url(images/Active-Button.jpg);
	background-repeat: no-repeat;
	margin-top: 8px;
}
