/* Layout CSS */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 14px;
	height: 100%;
}

a {
	color: #009900;
}
a:hover {
	text-decoration: none;
}

li {
	margin: 10px 0 10px 0;
}

img {
	border-color: #006600;
}

#main {
	width: 835px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#header {
	background: url('../images/header_bg.jpg') 2px 0 repeat-x;
	display: block;
	width: 100%;
	height: 100px;
}

#logo {
	float: left;
	_position: relative;
	_left: -4px;
}

#contactInfo {
	float: right;
	background: url('../images/header_rightcap.jpg') top right no-repeat;
	height: 100px;
	padding: 10px 30px 10px 0;
	color: #333;
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
}

#navbar {
	background: url('../images/greenbar.jpg') bottom left no-repeat;
	margin-left: 14px;
	position: relative;
	_left: -1px;
	margin-right: 18px;
	height: 28px;
	text-align: center;
}

#navbar_right {
	position: absolute;
	right: 0px;
	_right: -2px;
	background: url('../images/greenbar.jpg') bottom right no-repeat;
	width: 10px;
	height: 28px;
	display: inline; 
}

#navlinks {
	margin: 0px;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	padding: 0px;
	position: relative;
	bottom: 24px;
	_bottom: 35px;
	_left: -22px;
	_margin-bottom: -15px;
	height: 28px;
}

#navlinks a {
	color: white;
	text-decoration: none;
}

#navlinks a:hover {
	text-decoration: underline;
}

#navlinks li {
	display: inline;
	padding: 0 20px 30px 20px;
	height: 28px;
}

#navlinks li.selected {
	background-color: White;
	background: url('../images/tab_selected.jpg') top left repeat-x;
	color: #009900;
	padding-top: 4px;
}

#navlinks li.selected a {
	color: #009900;
}


#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/footer.jpg') bottom left no-repeat;
	width: 837px;
	padding: 15px 0 10px 0;
	font-size: 10px;
	color: #555;
}

#pagetitle {
	background: url('../images/watermark.gif') top left no-repeat;
	color: #444;
	font-size: 28px;
	height: 70px;
	text-align: left;
	padding-top: 30px;
	padding-left: 30px;
	margin-left: 15px;
	position: relative;
	_top: -20px;
}

#content {
	width: 750px;
	position: relative;
	left: 45px;
	_left: 5px;
	text-align: left;
}

#rightcolumn {
	float: right;
	width: 200px;
	background-color: #ececec;
	padding: 20px;
	margin: 0 0 20px 20px;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}

#rightcolumn img {
	margin-bottom: 5px;
}
