@charset "UTF-8";

body {
	margin: 0;
	background-color: #F2F0E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(graphics/background_page.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#mainFrame{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
}

#header{
	height: 164px;
	width: 760px;
	position: relative;
	background-image: url(graphics/header.jpg);
}

#contentLeft {
	width: 190px;
	float: left;
	margin: 10px 0px 0px 10px;
	padding-right: 10px;
}

	#contentLeft img.floatLeft {
		float: left;
		display: inline;
		border: 1pt solid #F2F0E1; /*beige*/
		padding: 4px 4px 4px 4px;
		margin: 0;
		background-color: white;
	}

#contentRight {
	margin: 0px 0px 10px 20px;
	width: 520px;
	float: left;
}

	#contentRight a {
		color: #567632; /*green*/
	}
	
	#contentRight a:hover {
		text-decoration: none;
	}
	
	#contentRight h1 {
		font-size: 18px;
		color: #567632; /*green*/
		margin-top: 0;
		padding-top: 10px;
	}
	
	#contentRight h2 {
		font-size: 14px;
		color: #567632; /*green*/
	}

		#contentRight h2 a {
			color: #567632; /*green*/
		}
	
	#contentRight li {
		margin: 0px 0px 6px 0px;
	}
	
	#contentRight table th {
		font-size: 11px;
		font-weight: bold;
		background-color: #567632; /*green*/
		color: white;
		border: 2px solid white;
		padding: 2px 2px 2px 4px;
	}
	
	#contentRight table td {
		font-size: 11px;
		background-color: #F2F0E1; /*beige*/
		border: 2px solid white;
		padding: 2px 2px 2px 4px;
	}
	
	#contentRight table td.center {
		text-align: center;
	}
	
	#contentRight select {
		border: 1px solid black;
		margin-bottom: 4px;
	}
	
	#contentRight img.floatRight {
		float: right;
		display: inline;
		border: 1pt solid #F2F0E1; /*beige*/
		padding: 3px 3px 3px 3px;
		margin: 0px 0px 10px 20px;;
	}
	
#footer {
	display: inline;
	float: left;
	margin: 10px 0px 0px 230px;
	padding-bottom: 20px;
	width: 520px;
	height: 50px;
	overflow: visible;
	color: #666666;
	font-size: 80%;
}

	#footer a {
		color: black;
	}