@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	text-align:center;
	margin:0 auto;
}

#container {
	width:850px;
	text-align:center;
	margin:0 auto;
}

#nav {
	width:850px;
	height:50px;
	background-image:url(images/center-bg.png);
	background-position:center;
	background-repeat:repeat-y;
}


.navbar {
	width:800px;
	height:35px;
	text-align:center;
	margin:0 auto;
	background-image:url(images/lower-bg.png);
	background-repeat:repeat-y;
}


.top {
	margin-top:0px;
	background-image:url(images/top-bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:95px;
	text-align:right;
}	

.centercontent {
	width:850px;
	background-image:url(images/center-bg.png);
	background-position:center;
	background-repeat:repeat-y;
}

.centercontentsub {
	width:850px;
	background-image:url(images/center-bg.png);
	background-position:center;
	background-repeat:repeat-y;
	margin-top:-17px;
}

#spacer {
	display:none;
}

#lowercontent {
	width:850px;
	background-image:url(images/center-bg.png);
	background-position:center;
	background-repeat:repeat-y;
}

.lowertable {
	width:800px;
	text-align:center;
	margin:0 auto;
	background-image:url(images/lower-bg.png);
	background-repeat:repeat-y;
}

.mainimage {
	margin-left:8px;
	margin-top:8px;
	margin-bottom:8px;
}

.footer {
	width:850px;
	height:96px;
	background-image:url(images/footer-bg.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#69abac;
	text-align:left;
	margin:10px 10px 10px 10px;
	font-weight:bolder;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#929aa1;
	text-align:left;
	margin:10px 10px 10px 10px;
	font-weight:bolder;
}	

p {
}

.boldblue {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#69abac;
	text-align:left;
	margin:10px 10px 10px 10px;
	font-weight:bolder;
}

.topnav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	text-align:right;
	margin-right:25px;
	padding-left:12px;
	display:inline;
	background-image:url(images/nav-bullet.png);
	background-position:left;
	background-repeat:no-repeat;
}

.tablewhite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-align:left;
	margin:10px 10px 10px 10px;
}

.tablewhitebig {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	text-align:left;
	margin:10px 10px 10px 10px;
}

.tableplum {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#543b50;
	text-align:left;
	margin:10px 10px 10px 10px;
	font-weight:300;
}

.tableblue {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#69abac;
	text-align:left;
	margin:10px 10px 10px 10px;
	font-weight:300;
}

a, a:active, a:link, a:visited {
	color:#fff;
	text-decoration:underline;
}

a:hover {
}

.footerwhite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	text-align:center;
}

#chromespacer {
	display:none;
}
