﻿body {
	background-position: left top;
	margin: 0px;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color: #2E7FA7;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
}
#wrapper {
	width: 970px;
	margin: 0px auto 0px auto;
}
#designedby {
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 10px;
	text-align: center;
	font-size: 80%;
}
#designedby a {
	color: #FE4101;
	text-decoration: none;
	font-weight: bold;
}
#designedby a:hover {
	color: #0080FF;
	text-decoration: none;
	font-weight: bold;
}
#logo {
	width: 970px;
	height: 58px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	padding-top: 35px;
}
#banner {
	background-image: url('images/bannerBG.png');
	background-repeat: repeat-y;
	background-position: left top;
	width: 940px;
	height: 205px;
	padding-top: 5px;
	padding-left: 30px;
}
#mainArea {
	background-image: url('images/bodoBG.png');
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
}
#footer {
	width: 970px;
	height: 94px;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	line-height: 80px;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
	letter-spacing: 1px;
}
#left {
	width: 250px;
	float: left;
	margin-left: 30px;
	padding-top: 15px;
}
#menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu li {
}
#menu li a {
	display: block;
	color: #2E7EA8;
	text-decoration: none;
	padding: 10px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	letter-spacing: 3px;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	margin-bottom: 3px;
}
#menu li a:hover {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #2E7FA7;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #2E7FA7;
}
#right {
	width: 600px;
	margin-right: 30px;
	float: right;
	padding-top: 15px;
}
.clear {
	clear: both;
}
#logo p {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.telNumber {
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 4px;
	color: #124E6D;
}
.emailAddress {
}
#logo a {
	color: #7A7A7A;
	text-decoration: none;
	letter-spacing: 1px;
}
#logo a:hover {
	color: #2E7FA7;
	text-decoration: none;
	letter-spacing: 1px;
}
#newsBox {
	border: 3px solid #808080;
	padding: 0px;
	width: 200px;
	margin-left: 10px;
}
.latestNews {
	background-color: #808080;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px;
	margin: 0px;
	font-size: 120%;
	letter-spacing: 3px;
}
.newsText {
	padding: 15px;
	font-size: 85%;
	margin: 0px;
}
#newsBox ul {
	font-size: 85%;
	padding: 0px 10px 0px 0px;
}
.comment {
	font-style: italic;
}
h1 {
	color: #2C7AA0;
	font-size: 140%;
	font-weight: normal;
	letter-spacing: 5px;
}
h2 {
	background-color: #2C7AA0;
	padding: 5px;
	color: #FFFFFF;
	font-size: 120%;
}
#right a {
	color: #000000;
	font-weight: bold;
}
#right a:hover {
	color: #2B78A1;
	font-weight: bold;
	text-decoration: underline;
}
#newsBox a {
	color: #225C79;
	text-decoration: underline;
}
#newsBox a:hover {
	color: #225C79;
	text-decoration: none;
}
em {
	color: #1F5772;
}
.floatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #C0C0C0;
	padding: 5px;
	background-color: #FFFFFF;
}
#left img {
	border: 1px solid #808080;
	padding: 5px;
}
#right ul {
	padding: 0px;
	margin: 0px 0px 0px 16px;
	list-style-type: circle;
}
