html {overflow-y: scroll;}

body {
	text-align: center;
	font-size: 100%;
	margin: 0 8px;
	padding: 0;
	background: #42823d url(images/bg.jpg) top left no-repeat;
	color: #FFFFFF;
	}
	
	
a{color:#3aa72b;text-decoration:none;}
a:hover{color:#e34e0c;text-decoration:underline;}
p{margin: 0 0 16px 0;}
h1,h2,h3,h4,h5,h6 {margin: 0;padding:0;font-family: Arial, Verdana, Tahoma;color:#222222;font-size:1.2em;font-weight:normal;}
h1{
	color:#4eb048;
	font-size: 9px;
	border-bottom:1px solid #cfcfcf;
}
h2{font-size:1.3em;}
.clear {clear:both;}
.float_left{float:left;}
.float_right{float:right;}
.float_right img,.float_left img {padding:4px;}
	
#wrapper {
	width: 100%;
	max-width: 900px;
	min-width: 800px;
	margin: 0 auto;
	text-align: left;
	}

#header .logo {padding: 8px 0;}
#header .logo a {outline:none;}
	
#nav {
	background: #f0efef url(images/topnav_main.gif) bottom left repeat-x;
	border-bottom: 1px solid #b4b4b5;
	color: #aaaaaa;
	font-family: Arial, Tahoma, Verdana;
	font-size: .8em;
	}
	
#nav .nav_left {background: transparent url(images/topnav_left.gif) top left no-repeat;}
#nav .nav_right {background: transparent url(images/topnav_right.gif) top right no-repeat;}	

#nav ul {
	margin: 0;
	padding: 0 8px;
	list-style-type: none;
	}
	
#nav li {
	margin-right: 18px;
	padding: 14px 0;
	float: left;
	}
	
#nav a {
	color: #797979;
	text-decoration: none;
	font-weight: bold;
	}
	
#nav a:hover {
	color: #42b649;
	}
	
#page {
	background: #FFFFFF;
	color: #080808;
	line-height: 180%;
	font-family: Arial, Verdana, Tahoma;
	}
	
#page .pagebot_left {background: transparent url(images/pagebot_left.gif) bottom left no-repeat;}
#page .pagebot_right {background: transparent url(images/pagebot_right.gif) bottom right no-repeat;}
	
#page .table,th, td {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color: #000;
	font-weight: normal;
	border: 1px solid #000;
	line-height: 16px;
	text-align:center
}
	
#page .page_wrap {
	padding: 10px;
	}
	
#footer {
	font-size: .7em;
	margin: 20px 0 30px 0;
	font-family: Arial, Verdana, Tahoma;
	}
	
#footer .float_right {
	text-align: right;
	}
	
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	}
	
#footer a:hover{
	text-decoration: underline;
	}

