body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #001725;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 930px;
	margin: 0 auto;
}

.header {
	background-image: url(../images/headerbg.jpg);
	height: 64px;
	padding-left: 20px;
}

.menu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 40px;
}

.navtop {
	background-image: url(../images/navtop.jpg);
	width: 211px;
	height: 12px;
	margin-left: 6px;
	margin-top: 20px;
}

.navbottom {
	background-image: url(../images/navbottom.jpg);
	width: 211px;
	height: 12px;
	margin-left: 6px;
}

.leftlist {
	margin-left: 6px;
	padding-left: 20px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	width: 189px;
}

.contenttop {
	background-image: url(../images/contenttop.jpg);
	height: 12px;
	width: 664px;
	margin-top: 20px;
	margin-left: 10px;
}

.content {
	width: 642px;
	margin-left: 10px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #444444;
}

.contentbottom {
	background-image: url(../images/contentbottom.jpg);
	height: 12px;
	width: 664px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.navlist {
	
}

.navlist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	line-height: 1.1em;
}

.navlist ul li {
	padding-bottom: 0px;
}

.navlist ul li a {
	color: #03C;
	display: block;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navlist ul li a:visited {
	
}

.navlist ul li a:hover { /*hover state CSS*/
	color: #249BFF;
	padding: 0px;
	text-decoration: none;
}

#bottomleft {
	width: 490px;
	border-right: 1px solid #dadada;
	padding-right: 7px;
}

#bottomright {
	width: 170px;
	padding-left: 6px;
	float: right;
	font-size: 90%;
}

#bottomright p {
	margin: 8px 0;
}

#bottomleft .titlebar,#bottomright .titlebar {
	margin-top: 0;
}

#flash {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 930px;
}

#tabs {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

#title {
	background-color: #eef4f7;
	height: 43px;
}

#content {
	background-color: #FFFFFF;
}

.footer {
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #727272;
	padding-top: 20px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}

