/* CSS Document */

body {
	text-align: center;
	margin: 0px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1571CB;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#top {
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 120px;
}

#topLeft {
	height: 120px;
	float: left;
	width: 610px;
}

#topRight {
	height: 120px;
	float: right;
	width: 180px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.menu{
	width: 890px;
	border-top: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
		
.menu ul{
        margin: 0; padding: 0;
        float: left;}

.menu ul li{
        display: inline;}

.menu ul li a{
	float: left;
	text-decoration: none;
	padding: 10.5px 8px;
	font: 12px "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
	color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4E95DB;
}

.menu ul li a:visited{
        color: #ffffff;}

.menu ul li a:hover{
	color: #FFFFFF;
	background-image: url(images/menu_bg_hover.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4E95DB;
}

.menu ul li a:hover{
	color: #FFFFFF;
	background-image: url(images/menu_bg_hover.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4E95DB;
}
		
#contents {
	border-top: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
}

#left {
	width: 250px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}

#centre {
	width: 450px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}

#right {
	float: right;
	width: 180px;
}

#clearLeft {
	clear: left;
}

#clearBoth {
	clear: both;
}

#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-bottom: 10px;
	width: 890px;
	font-family: "Arial Narrow";
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding-top: 10px;
}

#footer a {
	color: #1571CB;
	text-decoration: none;	
}

#footer a:visited {
	color: #1571CB;
	text-decoration: none;	
}

#footer a:hover {
	color: #1571CB;
	text-decoration: underline;	
}


#bodyText {
	text-align: left;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom: 20px;
	line-height: 1.4em;
}

#bodyText p {
	margin-top: 8px;
	margin-bottom: 0px;
}

#bodyText p img {
	float: left;
	margin: 0px 6px 0px 0px;
}

#bodyText table tr td.headline {
	font-size: 16px;
	color: #1571CB;
	font-weight: bold;
	padding-bottom: 8px;
}

#bodyText table tr td.headline2 {
	font-size: 14px;
	color: #1571CB;
	font-weight: bold;
	padding-bottom: 8px;
}

#bodyText table tr td.small {
	font-size: 10px;
	color: #1571CB;
}

#bodyText table tr td.bold {
	font-weight: bold;
	padding-left: 8px;
}

#bodyText table tr td.form {
	text-align: right;
	width: 20%;
}

#bodyText table tr td a {
	color: #1571CB;
	text-decoration: none;	
}

#bodyText table tr td a:visited {
	color: #1571CB;
	text-decoration: none;	
}

#bodyText table tr td a:hover {
	color: #1571CB;
	text-decoration: underline;	
}


#bodyText input {
	width: 75%;
	border: 1px solid #CCCCCC;
	height: 18px;
}

#bodyText textarea {
	width: 75%;
	border: 1px solid #CCCCCC;
	height: 70px;
}

#bodyText input.button {
	width: 50px;
	background-color: #1571CB;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
}

#image1 {
}

#image2 {
	height: 400px;
}

#image3 {
	height: 200px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

