/*General Page Attributes*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#333333;
	margin-top: 15px;
}
.mainTable {
	height: 600px;
	width: 800px;
	background-color: #FFFFFF;
	border: 2px solid #000000;
}
.ContentCell{
	padding:10px;
}
.banner{
	height: 112px;
	text-align: center;
	vertical-align: middle;
	border-bottom:2px solid #000000;
	padding: 0px;
	margin:0px;
	background-color: #000000;
}
.pageHeader{
	font-size:15px;
	font-weight:bold;
}
.sectionHeader{
	height: 15px;
	padding-top: 10px;
	border-bottom: 1px solid #336600;
	font-size:12px;
	font-weight:bold;
	color:#336600;
}
.footer {
	border-top:2px solid #000000;
	height: 13px;
	background-color:#FF0000;
	padding: 3px 20px 3px 20px;
	font-size: 10px;
	color:#000066;
}
.green{
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background-color:#336600;
	color:#FFCC66;
	font-size:14px;
	font-weight: bold;
	border-bottom:2px solid #000000;
}
.green a:link {
	color:#FFCC66;
	text-decoration: underline;
}
.green a:hover {
	color:#FFffff;
	text-decoration: none;
}
.green a:visited {
	color:#FFCC66;
	text-decoration: underline;
}
.green a:active {
	color:#FFFFFF;
	text-decoration: underline;}
	
.yellow{
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background-color:#FFCC66;
	color:#336600;
	font-size:14px;
	font-weight: bold;
	border-bottom:2px solid #000000;
}
a:link {
	color:#000066;
	font-size:12px;
	text-decoration: underline;
}
a:hover {
	color:#990000;
	text-decoration: none;
}
a:visited {
	color:#000066;
	text-decoration: underline;
	font-size:18px;

}
a:active {
	color: #666666;
	text-decoration: underline
}
a.greenb{
	text-align: left;
	color:#336600;
	font-size:24px;
	font-weight: bold;
}

/* Left Navigation Styles*/
.navColumn {
	width:160px;
	height:475px;
	background-color: #000066;
	vertical-align: top;
}
.navColumn p{

	padding: 0px;
	margin: 20px 0px 0px 15px;
}
.navColumn a:link {
	color:#FFCC66;
	font-size:13px;
	text-decoration: none;
}
.navColumn a:hover {
	color:#FF0000;
	text-decoration: underline;
}
.navColumn a:visited {
	font-size:13px;
	color:#FFCC66;
	text-decoration: none;
}
.navColumn a:active {
	color:#FFFFFF;
	text-decoration: underline;
}
.CommunityTable TD {
	padding: 7px 0px 7px 5px;
	border-bottom: 1px solid #666;
}
.CTWidth{
	width:450px;
}
.HomelandWidth{
	width:415px;
}
.Hhomelandheading{
	width: 194px;
	border-right: 1px solid #666;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.CommunityTable{
 border-top: 2px solid #000;
}
.Communityheading {
	width: 150px;
	border-right: 1px solid #666;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.CommunityTable ul{
	margin: 0px 0px 0px 25px;
	padding: 0px;
	list-style-image: url(images/dot.gif);
}
.CommunityTable li{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.line{
	margin: 3px 0px;
	border-bottom: 1px solid #336600;
}
.LargeHeader {
	font-size: 14px;
	font-weight: bold;
}
