/* CSS Document by Dieter Schneider 2008 | csstemplateheaven.com | free css templates */

* {margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83.5%;
}

#page_top {
	background: url(images/top_tile.jpg) repeat-x;
	height: 107px;
	color: #FFFFFF;
	font-size: 1.2em;
}

#menu {width: 808px; margin: auto;}

#container {
	width: 808px;
	margin: auto;
	text-align: justify;
	font-size: 1.1em;
}

table {
	text-align: justify;
	font-size: 1.1em;

}

#high {
	text-align: justify;
	font-size: .7em;

}

#header {
	background-image: url(images/main.jpg);
	height: 211px;
	width: 808px;
	margin-top: 15px;
}

#left {width: 480px; float:left;}
#left ul {margin:0 0 16px 20px; padding:0;}
#left ul {margin:2px 0 2px 20px;}
#left li {margin:0 0 2px 10px; padding:0 0 0 4px;}

#right {
	width: 260px;
	padding: 20px;
	float:right;
	background-color: #f4f3ee;
}

/************************* TEXT FORMATTING ************************/

.float_left {float: left;}

.float_right {float: right;}

p {margin-top: 10px; margin-bottom:10px;}

h3 {color: #666666;
	font-size: 1.4em;}

h4 {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	color: #666666;
	font-size: 1.4em;
	background-image: url(images/h4_bg.gif);
	height: 34px;
	width: 261px;
	padding-top: 11px;
	padding-left: 10px;
}

dl {
	
}

dt {
	font-weight: bold;
	color: #006699;
}

dd {margin-bottom: 10px;}

.inputfields, .textareafields {display: block; width: 100%; margin-bottom: 10px;}

.inputfields2, .textareafields2 {display: block; margin-bottom: 10px;}

.submit {margin-top: 5px;}

label {
	font-weight: bold;
	font-size: 0.9em;
	color: #006699;
}

/* MENU */

#navcontainer ul
{   width: 808px;
	margin: auto;
	color: White;
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
	height: 107px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
padding: 70px 15px 0px 15px;
color: White;
text-decoration: none;
float: left;
background: url(images/menu_right.png) no-repeat right bottom;
height: 37px;

}

#navcontainer ul li a:hover 
{
background-color: #956421;
color: #fff;
}