/* CSS Document */


body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	
	background-color: #ffffff;
	color: #666666;

}



.mainOuter {
	width: 750px;

}


.mainInner {
	display: block;
	width: 735px;
	float: left;
	
}

.topShadow {
	display: block;
	width: 8px;
	float: left;
}

.bottomShadow {
	display: block;
	width: 732px;
	height: 25px;
	float: left;

	text-align: right;
}

.mainHolder {
	display: block;
	width: 725px;
	float: left;
	background-color: #ffffff;

}


.mainHeader {
	display: block;
	width: 725px;
	float: left;
}

.mainHeader img {
	border: none;
}


.mainPage {
	display: block;
	width: 705px;
	float: right;
}

.holder {
	display: block;
	width: 685px;
	float: left;
}

.menuHolder {
	display: block;
	width: 725px;
	float: left;
	padding-bottom: 15px;
}

.menu {
	display: block;
	width: 725px;
	float: left;
}

.menuLinks {
	display: block;
	width: 430px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}

.menuItem {
	display: block;
	float: left;
	text-align: center;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

.menuItem a {
	font-size: 12px;
	
}

.out:hover {
	color: #666666;
	text-decoration: underline;
}


.over {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}

.out {
	color: #666666;
	text-decoration: none;
}

.subMenu {
	display: block;
	width: 725px;
	float: left;
	padding-bottom: 30px;

}

.subMenuItem {
	display: block;
	width: 120px;
	float: left;
	text-align: center;

}

.subMenuItem a {
	font-size: 12px;
	
}

.subMenuItem div.subOut:hover {
	
}



.subOut {
	color: #666666;
	text-decoration: none;
}

.subOut:hover {
	text-decoration: underline;
}

.subOver {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}


.page {
	display: block;
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	padding-bottom: 10px;
	clear: both;
}

.page div.textCol a {
	font-size: 12px;
	color: #009900;
	text-decoration: none;
}

.page div.textCol a:hover {
	font-size: 12px;
	color: #009900;
	text-decoration: underline;
}



.footerHolder {
	display: block;
	width: 725px;
	float: left;
}

.footer {
	display: block;
	width: 725px;
	float: right;
}

.footerLinks {
	display: block;
	width: 725px;
	float: left;
	border-top: 1px solid #d5d5d5;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footItem {
	display: inline;
	padding-right: 5px;
	padding-left:5px;
}

.footItem a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.footItem a:hover {
	text-decoration: underline;
}
.LeftCol {
	width: 49%;
	float: left;
}
.RightCol {
	float: right;
	width: 49%;
}
.bottomBox {
	clear: both;
	float: left;
	width: 100%;
}
