.ContactForm {
	color: #FFFFFF;	
}
.ContactForm .ContactField {
	width: 185px;
	background-color: #10476b;
	border:1px solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	color:#FFFFFF;
}
.ContactForm .ContactArea {
	width: 185px;
	background-color: #10476b;
	border:1px solid #000000;
	margin-top: 5px;
	color:#FFFFFF;
}
.Footer {
	color:#babab6;
	padding-right:20px;
	font-size: 10px;
	text-align: center;
}
.Footer a{
	color:#babab6;
}
/* ------------------------------------*/
/* << BEGIN COPY                       */
/* ------------------------------------*/

/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
   cursor: pointer;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: right;
	cursor: pointer;
}
br.c { clear: both; }
.images {
	text-align: center;
	}

/* ------------------------------------*/
/* END COPY >>>                        */
/* ------------------------------------*/

.MainContent .images img { 
	border: 3px solid #ece7e6; 
	margin-right: 8px; 
	margin-bottom: 8px;
	cursor: pointer;
}
.ContactForm img { 
	border: 3px solid #ece7e6; 
	margin-right: 8px; 
	margin-bottom: 8px;
	cursor: pointer;
}
.NewsMarquee {
}
.NewsMarquee a {
	color:#FFFFFF;
}
/*Sitemap section*/
.sitemap {
	padding: 5px;
}
.sitemap ul {
	padding: 5px 25px;
	list-style: none;
	background: #186495;
}

.sitemap ul ul {
	background: #217ab4;
}

.sitemap ul ul ul {
	background: #2a97de;
}
.sitemap ul ul ul a{
	color: #FFFFFF;
}
.sitemap ul ul ul ul {
	background: #5a5a5a;
}

.sitemap a {
	text-decoration: none;
	color: #eee;
	display: block;
	padding: 4px 0;
	height: 25px;
}

.sitemap a:hover {
	text-decoration: underline;
}