html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #383838;
	text-align: center;
}

body {
	text-align: left;
	width: 850px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #94FB7B;
}

html > body {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
}

div#container {
	width: 850px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
}

ul#topnav {
	margin: 0;
	padding: 0;
	height: 33px;
	background-position: bottom;
}

ul#topnav li {
	list-style-type: none;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

ul#topnav li.bigtab {
	background: #282828 url(images/top_nav_large_tab.gif) no-repeat;
	height: 24px;
	width: 131px;
	padding: 9px 0 0 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #f15f10;
}

ul#topnav li a.smalltab:link, ul#topnav li a.smalltab:visited {
	height: 23px;
	width: 131px;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 14px;
	color: #515151;
	text-decoration: none;
	display: block;
}

ul#topnav li a.smalltab:hover, ul#topnav li a.smalltab:active {
	background: #282828 url(images/top_nav_small_tab_hover.gif) no-repeat;
	color: inherit;
	height: 23px;
	width: 131px;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 14px;
	display: block;
}

div#left  {
	width: 218px;
	float: left;
	background-color: #fff;
	color: inherit;
}

div#left h2 {
	font-size: 12px;
	font-weight: normal;
	background-color: inherit;
	color: #fff;
	margin: 0;
	padding: 12px 0 0 15px;
	background-image: url(images/left_content_header.gif);
	height: 25px;
	width: 203px;
}

ul#leftnav { 
	margin: 0;
	padding: 0;
}
	
ul#leftnav li {
	list-style-type: none;
	display: block;
	margin: 0;
	background-image: url(images/left_nav_link_bg.gif);
}

ul#leftnav li a:link, ul#leftnav li a:visited {
	background-color: inherit;
	color: #000;
	text-decoration: none;
	display: block; 
	height: 22px;
	padding: 6px 0 0 20px;
}

ul#leftnav li a:hover, ul#leftnav li a:active {
	background-image: url(images/left_nav_link_bg_hover.gif);
	display: block;
	height: 22px;
}

#news {
	margin: 0;
	padding: 10px;
	color: #000000;
}

div#right {
	width: 632px;
	float: right;
	background-color: #fff;
	color: inherit;
}

div#right h2 {
	font-size: 12px;
	font-weight: normal;
	color: #f9ffff;
	background: #fff url(images/main_content_header.gif) no-repeat;
	height: 25px;
	width: 632px;
	margin-top: -3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

div#container > div#right h2 {
	margin: 0;
}

div#maincontent {
	width: 620px;
}
div#maincontent p {
	margin: 0;
	padding: 10px 10px 10px 5px;
	color: #000000;
	text-align: justify;
}

a:link,a:visited {
	color: #fa6627;
	text-decoration: none;
}

a:hover, a:active {
	color: #94FB7B;
}

h3 {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	width: 620px;
	background: #f0f0f0;
	color: #000000;
}

p#footer {
	clear: both;
	width: 850px;
	height: 35px;
	background: #383838;
	border: 1px solid #fff;
	border-top: 0;
	color: #fff;
	text-align: center;
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #right #maincontent img {
	display: inline;
}
