@charset "UTF-8";
/* CSS Document */


body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #333333;
	margin-bottom: 0px;
	background-image: url(../images/pageBG.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0px 0px;
}


#wrapper {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	height: 100%;
}

#header {
	height: 175px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

#Contentwrapper {
	text-align: center;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #000000;
}

#leftNav {
	float: left;
	width: 164px;
	height: 100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	display: inline;
}
#main {
	height: 100%;
	width: 940px;
	float: left;
	background-color: #000000;
	margin-top: 0px;
}

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}


#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 22px;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
	font-size: 80%;
	display: block;
	text-decoration: none;
	color: #004BAC;
	width:160px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004BAC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
	margin-top: 0px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
#footerContent {
	height: 150px;
	width: 960px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	clear: both;
	float: none;
	background-image: url(../images/footercontent_bg.jpg);
}
#footer {
	height: 150px;
	width: 940px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-color: #000000;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.newsletter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FAFAFA;
	height: 100%;
	width: 152px;
	text-align: left;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	float: none;
	border: 1px dotted #666666;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.newsletterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #FF0000;
}
