﻿body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color: #ccdbe6;
}
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 970px;
	clear: both;
	background-image: url('images/BG_wrapper.jpg');
	background-repeat: repeat-y;
	background-position: left top;
}
#topWrapper {
	clear: both;
	width: 910px;
	height: 119px;
	background-image: url('images/BG_top.jpg');
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
.title {
	font-size: 250%;
	font-weight: bold;
	color: #144171;
	margin-bottom: 0px;
	text-align: center;
	line-height: 115px;
}
#left {
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #0c3054;
	width: 345px;
	float: left;
	display: inline;
	margin-left: 22px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #0c3054;
}
#main {
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #0c3054;
	width: 581px;
	float: right;
	display: inline;
	margin-right: 22px;
}
#leftImage {
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #0c3054;
}
#leftText {
	padding: 0px 20px 20px 20px;
	clear: both;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
	font-size: 120%;
}
#mainLeft {
	width: 87px;
	float: left;
	display: inline;
	height: 205px;
	background-image: url('images/mainImage2.jpg');
	background-repeat: no-repeat;
}
#mainRight {
	width: 494px;
	float: right;
	display: inline;
	height: 205px;
	background-image: url('images/BG_nav.jpg');
	background-repeat: no-repeat;
}
#mainContent {
	clear: both;
	background-image: url('images/mainImage3.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContent h1 {
	font-size: 140%;
	color: #346598;
	font-weight: normal;
	padding-left: 100px;
	margin: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	letter-spacing: 5px;
}
#mainContent p {
	padding: 0px 0px 0px 25px;
}
#footer {
	clear: both;
	height: 80px;
	background-image: url('images/BG_footer.jpg');
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
	width: 970px;
}
#topNavigation img {
	padding-left: 20px;
	padding-right: 20px;
}
.noBorder {
	border-width: 0px;
}
.slogan {
	font-size: 120%;
	color: #3A6BA1;
	margin-top: 0px;
}
#menu {
	margin: 0px 22px 0px 22px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	background-image: url('images/menu.gif');
	clear: both;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: center;
	background-image: url('images/menu.gif');
	background-repeat: no-repeat;
	background-position: left;
}
#menu ul li a {
	padding: 6px 20px 8px 20px;
	display: block;
	color: #E6EEF0;
	text-decoration: none;
}
#menu ul li a:hover {
}
#dropmenudiv{
	position: absolute;
	border: 1px solid black;
	font: normal small Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
}
#dropmenudiv a{
	padding: 4px;
	width: 100%;
	display: block;
	text-indent: 5px;
	background-color: #FFFFFF;
	color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
#dropmenudiv a:hover{
	/*hover background color*/
background-color: #CEDDE2;
	color: #333333;
}
a:link    {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover   {
	color: #CC0000;
	text-decoration: underline;
}
a:active  {
	color: #CC0000;
	text-decoration: none;
}
.gallery {
	text-align: center;
}
.gallery img {
	margin: 10px;
	border: 1px solid #C0C0C0;
	padding: 10px;
	background-color: #C8D6E4;
}
