body {
	background-color: #B2CAFF;
	background-image: url("/images/buildings_background.jpg");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
	padding-bottom: 140px;
}

a {
	text-decoration: none;
}

a:Hover {
	color: black;
}

div .spacer {
	clear: both;
}

.heading {
	background-image: url("/images/streetlamp-small.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-top: 12px;
	font-size: 22px;
	font-weight: bold;
	height: 22px;
	border-bottom: 2px solid black;
	width: 450px;
	margin-bottom: 6px;
	padding-bottom: 3px;
}

.heading a {
	text-decoration: none;
	color: #666666;
}

.heading a:Hover {
	color: black;
}

.fullwidth {
	width: 680px;
}

.subcontent {
	padding-left: 20px;
}

.contentbody {
	background-color: white;
	width: 725px;
	margin: auto;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	/* border-left: 1px solid #999;
	border-top: 1px solid #999; */
}

.topbanner {
	background-color: #d9e5ff;
	background-image: url("/images/upper-left-roundcorner.gif");
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: double #476ab3 3px;
}

.topnav {
	border-bottom: solid #476ab3 2px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 2px;
}

.topnav a {
	color: #476ab3;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	letter-spacing: 0px;
}

.topnav a:Hover {
	color: black;
}

.contentRight {
	float: right;
	width: 170px;
	border: 2px #476ab3 solid;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;	
}

.contentRight p {
	margin: 5px;
}

.contentRightHeading {
	background-color: #476ab3;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	border-bottom: double white 3px;
}

.contentRightHeading a {
	color: white;
	text-decoration: none;
}

.contentRightHeading a:Hover {
	color: #d9e5ff;
}

.contentRightContent {
	padding: 6px;
	background-color: #d9e5ff;
	color: black;
	background-image: url("/images/right-gradiant-back.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.contentRightContent a {
	color: #476ab3;
	text-decoration: none;
}

.contentRightContent a:Hover {
	color: black;
}

.contentMain {
	padding: 8px;
}

.contentMain p {
	margin-top: 0px;
}

.headingText {
	font-size: 16px;
	color: #476ab3;
	font-weight: bold;
}

.headingText a {
	text-decoration: none;
	color: #476ab3;
}

.headingText a:Hover {
	color: black;
}

.hightlight {
	color: #476ab3;
}

.contentNewsHeadline {
	font-size: 16px;
	color: #476ab3;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
}

.contentNewsHeadline a {
	text-decoration: none;
	color: #476ab3;
}

.contentNewsHeadline a:Hover {
	color: black;
}

.footer {
	background-color: #d9e5ff;
	padding: 4px;
	font-size: 10px;
	border-top: double #476ab3 3px;
	color: black;
	text-align: center;
}

.smalltext {
	font-size: 10px;
}