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

body { background:url(../images/main/bgGradv1.gif); font-family: Georgia, "Times New Roman", Times, serif}

#Container {
	width: 960px;
	min-height: 800px;
	margin: 0 auto;
	margin-top: 10px;
}

#siteHead {
	width: 960px;
	height: 152px;
	}

#siteHead p { margin: 0;}	

#siteHead img {
	vertical-align: top;
	}

#logo {
	width: 177px;
	height: 152px;
	float: left;
}

#headTop {
	width: 783px;
	height: 89px;
	float: right;
}

#subHead {
	width: 783px;
	height: 63px;
	float: right;
	background:url(../images/main/head-bot.png) no-repeat;
}

#subMenu {
	margin: 35px 125px 0 20px;
}

hr { color: #999966; }

#mainBody {
	width: 960px;
	background: url(../images/main/contBG.png) repeat-y;
	float: left;
}
#mainMenu {
	float: left;
	width: 177px;
	font-size: .8em;
}

#mainMenu p { margin:0; }

#menuBG {
	background: url(../images/main/menuBG.png) repeat-y;
	float: left;
	width: 177px;
}

#menuText {		margin: 10px 13px 10px 15px;}

#menuText p {	margin: 15px 0;}

#menuText a, #menuText a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
	}

#menuText a:hover {
	color: #996600;
}

#copyContainer {
	float: left;
	width: 557px;
}

#copyText {
	margin: 25px 10px 10px 10px;
}

#newsBar {
	float: right;
	width: 226px;
}

#newsBar p { margin:0;}

#newsBG {
	background: url(../images/main/newsBG.png) repeat-y;
	float: right;
	width: 226px;
}

#newsText { 
	margin: 10px 13px 10px 15px;
	}

#newsText p {
	font-size: 0.8em;
	margin: 10px
}
#siteFoot {
	width: 960px;
	height: 100px;
	background: url(../images/main/footerBG.png) no-repeat;
	float: left;
}

#footerText {
	font-size: 0.6em;
	color: #CCCCCC;
	text-align: center;
	width: 650px;
	height:35px;
	margin: 0 auto; margin-top: 40px;
}

#footerText a, #footerText a:visited {
	color: #999900;
	text-decoration: none;
}

#footerText a:hover {
	color:#CCCC00;
}

.clearFix {	clear: both; }

.floatRight { float: right;}

.smallText { line-height: 2.5em; font-size: 0.6em; vertical-align: baseline;}

.centerAlign { text-align: center;}