body {
	background-color: #d6d6d6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/bkg.gif);
	background-repeat: repeat-x;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1b2d3a;
	background-color: #aed3ed;
	height: 16px;
	background-position: bottom;
	text-align: center;
	padding: 10px;
}
.contentarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
.subheader {
	font-size: 13px;
	font-weight:bolder;
	line-height: 20px;
	color: #0077C7;
}
.imgcaption {
	font-style: italic;
	font-size: 10px;
	line-height: 14px;
	color: #0077C7;
	text-align: center;
}
.rightcolumn {
	width: 565px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.leftcolumn {
	padding: 10px;
	width: 155px;
}
.contentLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2175BC;
	text-decoration: underline;
	line-height: 18px;
}
.contentLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	line-height: 18px;
}
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

	font-weight: bold;
	color: #CCAF39;
	text-decoration: underline;
	line-height: 24px;
}
.subnav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	line-height: 24px;
}
#button {
	width: 152px;
	margin-bottom: 3px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3;
	padding-left: 0;
}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}

#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 85%;
		}

html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}
.imageborder {
	padding: 3px;
	border: 1px solid #AED3ED;
	margin: 5px;
}

