
*
{
	margin: 0;
	padding: 0;
}

/************************************* Main structure *************************/

html, body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image:url(images/filler.gif)
}

#container
{
	background-image:url(images/background.gif);
	background-repeat: no-repeat;
	width: 800px;
	margin: 0 auto; /* center form */
	min-height:100%;
	position:relative;
	height: 100%;
}

#centeredmenu
{
	float:left;
	width:100%;
	position:relative;
	margin-top: 220px;
}

#centeredmenu ul
{
	clear:left;
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	text-align:center;
}

#centeredmenu ul li
{
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
}

#centeredmenu ul li a
{
	display:block;
	margin:0 0 0 1px;
	padding:3px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	line-height:1.3em;
}

#centeredmenu ul li a:hover { color:#ffffff; }

#centeredmenu ul li a.active, #centeredmenu ul li a.active:hover { color:#264543; }

#left
{
	float:left;
	width: 5px;
	margin-top: 5px;
}

#right
{
	clear:both;
	margin-left: 60px;
	margin-top: 20px;
	width: 680px;
	padding-bottom: 40px;
}

#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	margin-left: 13px;
}

#indexLeft
{
	float:left; 
	width: 585px; 
	margin-top: 10px; 
	margin-left: 10px;
}

#indexRight
{
	float:right; 
	margin-top:5px; 
	width: 155px; 
	padding-bottom: 40px; 
	padding-top:10px; 
	background-image:url(images/BG_right.gif); 
	background-repeat:repeat-x;
}

/******************************* Text and image formatting *******************************/

img { border: none; }

.submit_button
{
	width: 100px;
	height: 25px;
	background-color: #f1efea;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}

.contactForm div { margin-top: 5px; }

.contactForm label
{
	width: 115px;
	text-align:right;
	float:left;
	margin-right: 1px;
}
