* { 
	margin:0px;
	padding:0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#mainArea {
	width: 600px;
	float: left;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-y;
	margin: 5px;
}
#extraArea {
	width: 159px;
	float: right;
	margin: 5px;
	background-image: url(../images/latest-bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#extraArea2 {
	float: right;
	width: 159px;
	margin: 5px;
}
#extraArea2 p {
	color: #666666;
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 0.6em;
}
#extraArea2 blockquote {
	margin-left: 5px;
	margin-right: 5px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer {
	width: 600px;
	font-size: 0.9em;
	color: #999999;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	line-height: 2em;
}
.latesNewsItem {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CED9E6;
	font-size: 1em;
	line-height: 1.4em;
	color: #0C54A4;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.latesNewsItem a {
	color: #0C54A4;
	text-decoration: none;
}
.latesNewsItem a:hover {
	color: #333333;
}
#mainPic {
	height: 165px;
	width: 600px;
	background-color: #CCCCCC;
}
#footer a {
	text-decoration: none;
	color: #999999;
}
#nav {
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#mainBody {
	padding: 25px;
}
#mainBody p {
	font-size: 1em;
	margin-bottom: 1em;
	color: #4D4D4D;
	line-height: 1.4em;
}
#mainBody a {
	color: #0C54A4;
	text-decoration: none;
}
#mainBody a:hover {
	color: #003366;
	text-decoration: none;
}
#mainBody h1 {
	font-size: 1.2em;
	color: #333333;
	margin-bottom: 1em;
	font-weight: bold;
}
#mainBody li {
	color: #333333;
	margin-left: 1.6em;
	margin-bottom: 1em;
	margin-right: 1em;
	margin-top: 1em;
	list-style-position: outside;
	line-height: 1.4em;
}
#mainBody ul {
	list-style-position: outside;
	margin-bottom: 1.4em;
}
#pageSub {
	border: 1px dotted #CCCCCC;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.imageGalleryThumbs img{
	padding: 1px;
	margin: 12px;
	border: 1px solid #CCCCCC;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #225480;
}
