html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	background: #F5F5F5;
	color: #333;
	text-align: center;
}

#container {
	position: relative;
	padding: 0;
	min-height: 100%;
	width: 760px;
	margin: 0 auto; 
	background: url(images/container_bg.jpg) repeat-y;
	text-align: left;
}
/* fix for IE6 */
* html #container {
	height: 100%;
}


#header {
	position: absolute;
	width: 740px; height: 120px;
	left: 10px; top: 0;
	background: url(images/index_bg.jpg);
}
#headertext {
	margin: 15px 10px 0px 0px;  
	font: 36px "trebuchet ms",sans-serif;
	color: #FFF0F5;
	text-align: right;
}

#maincontent {
	font: 16px "trebuchet ms",sans-serif;
	padding: 130px 20px 50px 20px;
}
/* fix for IE6 */
* html #maincontent {
	padding-bottom: 90px;
}

#footer {
	position: absolute;
	width: 760px; height: 15px;
	left: 0; bottom: 0;
	font: 14px "trebuchet ms",sans-serif;
	background: #f5f5f5;
	text-align: left;
}
#bottommenu {
	width: 744px; 
	left: 10px; 
	font: 14px "trebuchet ms",sans-serif;
	color: #DA70D6;
	padding: 0 0 4px 0;
	text-align: center;
}
#bottommenu a {
	text-decoration: none;
}
#bottom_border {
	width: 750px; height: 10px;
	left: 5px; 
	background: url(images/shadow_bottom.jpg) repeat-x;
}

.map {
	font: 12px "trebuchet ms",sans-serif;
	padding: 10px;
}

h1 {
	font: normal 16px "trebuchet ms",sans-serif;
	margin: 0 0 10px 0;
}
h2 {
	font: normal 16px "trebuchet ms",sans-serif;
	margin-bottom: 10px;
}
a {
	color: #8B008B;
}
a:hover {
	color: #C71585;
	text-decoration: none;
}
img {
	border-color: #006400;
}
form {
	margin: 0;
}
ul {
	list-style-type: disc;
	margin: 0 0 0 25px;
	padding: 0;
}
ol {
	padding: 0;
	margin-left: 25px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
hr {
	color: #32CD32;
	background: #32CD32;
	border: 0;
	height: 2px;
}

.smalltext {
	font: 14px "trebuchet ms",sans-serif;
}
.maintext {
	font: 16px "trebuchet ms",sans-serif;
	padding: 5px;
}
.boldtext {
	font: 18px "trebuchet ms",sans-serif;
	color: #32CD32;
}

.subheader {
	font: 22px "trebuchet ms",sans-serif;
}

#topmenuborder {
	background: #32CD32; 
	margin: 16px 10px 0 105px;
	border: 1px solid #DDA0DD;
}
/* fix for IE6 */
* html #topmenuborder {
	margin-left: 100px;
}
#topmenu {
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	font: 14px "trebuchet ms",sans-serif;
	padding-bottom: 6px;
}
#topmenu ul {
	float: left;
	width: 100%; /*width of menu*/
	margin: 6px; margin-bottom: 0;
}
#topmenu ul li {
	display: inline;
	float: left;
}
#topmenu ul li a {
	color: #FFF0F5;
	text-decoration: none;
	padding: 7px 9px 3px 9px;
	border-right: 1px solid #DDA0DD;
	float: left;
}
#topmenu ul li a.right {
	border-right: 0;
}
#topmenu ul li a:hover {
	color: #FFF0F5;
	background: #C71585;
}
#topmenu ul li a.selected {
	color: #FFF0F5;
	background: #C71585;
}
#topmenu ul li a.right_selected {
	border: 0;
	background: #C71585;
}

.button {
	width: 120px;
	text-align: center;
	margin: 10px 0 5px 0;
	border: 1px solid #fff;
}
.button a {
	display: block;
	width: 100%;
	font: 14px "trebuchet ms",sans-serif;
	color: #fff;
	background: #8B008B;
	text-decoration: none;
	padding: 5px 0 5px 0;
}
.button a:hover {
	color: #fff;
	background: #C71585;
}

table.header {
	width: 760px;
	background: url(images/index_bg.jpg);
}

#form_box label {
	float: left;
	width: 170px;
	padding-right: 5px;

}
#form_box input, select {
	margin-bottom: 5px;
}
fieldset {
	border: none;
	margin-top: 10px;
	padding-left: 0;
}