@charset "utf-8";
/* CSS Document */

* {margin:0;
padding:0;}

body {
	background:url(images/back.gif) repeat-y;
	font: 12px/18px Verdana, Geneva, sans-serif;
	color: #000;
}
a {
	text-decoration: none;
	color: #69C;
}

a:hover {
	text-decoration:underline;
	color: #F30;
}



#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#container #header {
	background: url(images/headerBg.jpg);
	height: 23px;
	width: 250px;
	padding-top: 16px;
	padding-left: 650px;
	color: #333;
}
#container #header a {
	color: #003;
	text-decoration: none;
}

#container #header a:hover
{
	color: #F00;
	text-decoration: underline;
}


#container #underHeader {
	background: url(images/underHeader.jpg);
	height: 100px;
}
#container #panel {
	background: url(images/panel.jpg);
	height: 216px;
}
#container #navigation {
	background: url(images/navigation.jpg);
	height: 32px;
	color: #FFF;
	padding-top: 10px;
	text-align: center;
}
#container #navigation a {
	text-decoration: none;
	color: #FFF;
}

#container #navigation a:hover
{
	text-decoration: underline;
	color: #FF3;
}






#container #lowerPanel {
	background: url(images/body.jpg);
	padding-top: 20px;
	width: 900px;
	overflow: auto;
}
#padding {
	background: url(images/body.jpg);
	height: 100px;
	clear: both;
	padding-left: 30px;
	color: #182d4b;
}
#padding a {
	color: #182d4b;
	text-decoration: none;
}

#padding a:hover {
	color: #182d4b;
	text-decoration: underline;
}

.address { color: #182d4b; }



.clearfix { clear: both; }

#lowerPanel #leftPanel {
	float: left;
	width: 250px;
	background: #FFF;
	margin-left: 50px;
}

#lowerPanel #rightPanel {
	float: left;
	width: 400px;
	background: #FFF;
	margin-left: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #182d4b;
	font-size: 14px;
}

#lowerPanel #centrePanel
{
	float: right;
	width: 650px;
	background: #FFF;
	margin-right: 50px;
}


#container #bottom {
	background: url(images/bottom.jpg);
	height: 19px;
	width: 880px;
	clear: both;
	font-size: 10px;
	color: #FFF;
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
}
#container #bottom a {
	color: #FFF;
	text-decoration: none;
}


#Indexpadding
{
	background: url(images/indexSpacer.jpg);
	height: 80px;
	clear: both;
	padding-left: 30px;
	color: #A47E31;
}

