/* CSS Document */

body {
	background-color: #333333;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

P {
	font-size: 12px;
	color: #CCCCCC;
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 0px;
}

UL {
	font-size: 12px;
	color: #CCCCCC;
	list-style-position: inside;
	line-height: 14px;
}

A {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
li {
	list-style-image: url(images/bullet.gif);
	list-style-type: disc;
	list-style-position: outside;
}

.img {
	float:right;
	margin-bottom: 10px;
	margin-left: 20px;
}

.container {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: center;
}
.main {
	width: 798px;
	text-align: center;
	background-image: url(images/mainpagebackground.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#frame1 {
	height: 263px;
	width: 700px;
}

#content {
	width: 700px;
	text-align: left;
	margin: 0px auto;
	margin-top: 20px;
}

.topimage {
	margin-top: 3px;
	margin-bottom: 3px;
}

/* SEARCH ITEMS */

#searchbox {
	background-color: #B40000;
	height: 45px;
	width: 770px;
	text-align: right;
	line-height: 45px;
	color: #ffffff;
	font-size: 12px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: 24px;
}

.searchbtn {
	background-color: #993300;
	width: 75px;
	color: #FFFFFF;
	border-top: 1px solid #A6A6A6;
	border-right: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
	border-left: 1px solid #A6A6A6;
	font-size: 11px;
	height: 21px;
}

.searchinput {
	font-size: 11px;
	background-color: #993300;
	color: #FFFFFF;
	border: 1px solid #333333;
}

.searchselect {
	font-size: 11px;
	background-color: #993300;
	color: #FFFFFF;
	width: 75px;
	border: 1px solid #000000;
}
.searchselectTown {
	font-size: 11px;
	background-color: #993300;
	color: #FFFFFF;
	width:100px;
	border: 1px solid #000000;
}

.iframe {
	width: 650px;
	height; 350px;
}

/* MENU ITEMS */

#menulinks A {
	height: 26px;
	width: 114px;
	display: block;
	background-color: #993300;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
	background-image: url(images/searchbackground.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#menulinks A:hover {
	height: 26px;
	width: 114px;
	display: block;
	background-color: #993300;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
	background-image: url(images/searchbackground2.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

/* FOOTER AND ADDRESS ITEMS */

#footer {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	width: 770px;
	margin-bottom: 10px;
	background-image: url(images/searchbackground.gif);
	height: 20px;
	text-align: center;
	padding-top: 6px;
	margin: 0px auto;
}

.affilliations {
	margin-top: 10px;
	width: 770px;
	height: 34px;
	text-align: center;
	margin: 0px auto;
}