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

body{
	margin:0 auto;
	text-align:center;
	background-color:#000/*#0A1B21*/;
	font-family:Verdana, sans-serif;
	background-color:#000000;
	color:#FFF;
}
#wrapper{
	margin:0 auto;
	width:800px;
	text-align:left;
	position:relative;
	overflow: auto;
}
#header {
	top:0px;
	height:172px;
	margin: 0 auto;
	padding:0;
}
#nav {
	top:0px;
	height:36px;
	margin:0;
	padding:1px 0px 0px 20px;
	background:url(../images/navigation.jpg) #0099FF left top no-repeat;
}
#mainContent{
	top:0px;
	margin:0 auto;
	padding:0;
	background:url(../images/mainContent.jpg) left top repeat-y;
	overflow:auto;
}
#mainContentStart{
	position:relative;
	top:0px;
	margin: 0 auto;
	padding:0px;
	height:14px;
	background:url(../images/mainContentStart.jpg) left top no-repeat;
}
#mainContentMiddle{
	position:relative;
	top:0px;
	margin: 0 auto;
	padding:0px;
	margin: 0px;
	padding:0px;
}
#leftColumn{
	position:relative;
	top:0px;
	margin:0 auto;
	padding:15px 0 0 12px;
	width:160px;
	background:url(../images/sideNav.jpg) left top repeat-y;
	float:left;
	text-align:center;
	height:316px;
	overflow:visible;
}
#mainContentText{
	position:relative;
	top:0px;
	margin: 0px;
	padding:0 10px 0 10px;
	width:384px;
	background:url(../images/mainContentText.jpg) left top no-repeat;
	float:left;
	overflow:visible;
}
#rightBox{
	position:relative;
	top:0px;
	margin: 0 auto;
	padding:0;
	width:224px;
	background:url(../images/rightBox.jpg) left top no-repeat;
	float:right;
	text-align: center;
}
#rightBox table{
	width:120px;
	margin: 0 auto;
	border:none;
	padding:0;
}
.tableTop{
	background:url(../images/subscribeTop.jpg) left top no-repeat;
	height:10px;
	margin:0;
	padding:0;
	border:none;
}
.tableMid{
	background:url(../images/subscribeMid.jpg) left top repeat-y;
	margin:0;
	padding:0;
	border:none;
}
.tableBtm{
	background:url(../images/subscribeBtm.jpg) left top no-repeat;
	height:10px;
	margin:0;
	padding:0;
	border:none;
}
#rightBox  table a{
	text-align:center;
	font-size:0.8em;
	font-family:Verdana, sans-serif;
	color:#CCC;
	text-decoration:none;
}
#rightBox  table a:hover{
	color:#000;
}
#mainContentEnd{
	margin: 0px;
	padding:0px;
	height:14px;
	background:url(../images/mainContentEnd.jpg) left top no-repeat;
	vertical-align:top;
	clear:both;
}
#footer{
	height:25px;
	margin: 0 auto;
	padding:15px 0px 0px 20px;
	background:url(../images/footer.jpg) left top no-repeat;
	font-family: Verdana, sans-serif;
	font-size:10px;
}
img{
	border:none;
}
.bigBoldP {
	font-size:1.5em;
	font-weight:bold;
}
