/* CSS Document */

body {
	margin:0px auto;	
	padding:0px;
	text-align:center;
	background:#fff;
	font:"Trebuchet MS", Arial, sans-serif;}
	
#header {
	text-align:center;
	margin:0px auto;	
	width:853px;
	height:251px;
	background:url(images/header.jpg) top center no-repeat;
	padding:0px;}
	
#main {
	margin:0px auto;
	width:853px;
	text-align:center;
	border:none;}
	
#nav-table {
	background:#090e45;}
	
#nav {
	width:100%;
	text-align:center;
	font:11px "Trebuchet MS", Arial, sans-serif;
	padding:4px 0px;
	color:#fff;}
	
	#nav a {
		display:block;
		background:url(images/nav-BG.jpg) repeat-x #62b52c;
		padding:10px 4px;
		text-align:center;
		color:#fff;
		text-decoration:none;}
	#nav a:hover {
		background:url(images/nav-BG-OVER.jpg) repeat-x #0e1e7a;
		color:#fff;
		text-decoration:none;}
		
#mid {
	border:1px solid #090e45;
	text-align:left;
	background:#62b72c;
	width:853px;}
	
#left {
	vertical-align:top;
	border:1px solid #090e45;
	background:url(images/left-BG.jpg) top left repeat-y #0e1f7d;
	width:180px;
	padding:17px 17px 0px;
	font:11px "Trebuchet MS", Arial, sans-serif;
	color:#fff;
	text-align:left;}
	#left a {
		font-weight:bold;
		color:#cbefb4;}
	#left a:hover {
		text-decoration:underline;
		font-weight:bold;
		color:#cbefb4;}
	#left ul {
		list-style-type:square;
		margin:0px 0px 0px 15px;
		padding:0px;}
	#left h1 {
		font:14px "Trebuchet MS", Arial, sans-serif;
		font-weight:normal;
		color:#cbefb4;
		line-height:normal;}
	#left h2 {
		font:14px "Trebuchet MS", Arial, sans-serif;
		font-weight:normal;
		color:#cbefb4;
		line-height:normal;}
	#left h3 {
		font:14px "Trebuchet MS", Arial, sans-serif;
		font-weight:normal;
		color:#cbefb4;
		line-height:normal;}
	
#right {
	vertical-align:top;
	background:#fff;
	border:1px solid #090e45;
	padding:17px;
	font:11px "Trebuchet MS", Arial, sans-serif;}
	#right h1 {
		font:15px "Trebuchet MS", Arial, sans-serif;
		font-weight:bold;
		color:#529625;
		line-height:normal;}
	#right h2 {
		font:12px "Trebuchet MS", Arial, sans-serif;
		font-weight:bold;
		color:#0e1f7c;
		line-height:normal;}
	#right h3 {
	font:bold 11px/normal "Trebuchet MS", Arial, sans-serif;
	color:#529625;
	text-decoration: underline;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
	#right * {
		line-height:18px;}
	#right a {
		color:#529625;
		font-weight:bold;
		text-decoration:underline;}
	#right a:hover {
		color:#0e1f7c;
		font-weight:bold;
		text-decoration:underline;}
	
#footlinks {
	padding:10px 0px;
	font:10px "Trebuchet MS", Arial, sans-serif;
	text-align:center;
	vertical-align:bottom;
	width:100%;}
	#footlinks a {
		color:#000;
		text-decoration:none;
		padding:0px 2px;}
	#footlinks a:hover {
		color:#000;
		text-decoration:underline;}
		
#footer, .footer {
	vertical-align:top;
	padding:5px;
	width:100#;
	text-align:right;
	font:10px "Trebuchet MS", Arial, sans-serif;}

img {
	border: none;
}