*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #FFFFFF;
	margin: 0;
	color: #000000;	
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;	
}

h1
{
	color: #8bb51e;	
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;	
	font-weight: uppercase;
	text-transform: uppercase;
}

img
{
	border: 0;
	margin: 0;
}

input.post, select.post, textarea.post
{
	width: 380px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

input.normal
{
	width: 170px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

input.login
{
	width: 80px;
	height: 12px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
	color: #999999;
}

.divider_top
{
	background-image: url('../images/divider.gif');
	background-repeat: repeat-x;
	height: 1px;
	overflow: hidden;
}

/* HEADER */

#container_header
{
	width: 740px;
	height: 125px;
	overflow: hidden;
	background: url('../images/header_bg.jpg') top right no-repeat;
	text-align: left;
}

#container_header #logo
{
	float: left;
	margin-top: 20px;
	width: 175px;
}

#container_header #login
{
	float: right;
	width: 490px;
	height: 25px;
	color: #322814;
}

#top_nav 
{
	width: 710px;
	height: 25px;
	line-height: 25px;
	background-color: #0a461e;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	padding-right: 20px;
}

#top_nav #links
{
	float: left;
	width: 700px;
	height: 25px;
}

#top_nav #links li
{
	display: inline;
	padding-right: 10px;
}

#top_nav #links a
{
	color: #FFFFFF;
	text-decoration: none;
}

#top_nav #links a:hover
{
	text-decoration: underline;
}

#top_nav #help
{
	float: right;
	text-align: right;
}

/* FOOTER */

#container_footer
{
	width: 740px;
	text-align: right;
	overflow: hidden;
}

/* CONTENT */

#breadcrumb
{
	margin-bottom: 10px;
	width: 540px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-size: 10px;
}

#breadcrumb a
{
	color: #0a461e;
	text-decoration: underline;
}

#container_forumnav
{
	margin-top: 10px;
	margin-bottom: -10px;
	width: 740px;
	overflow: hidden;
}

#container_main
{
	padding-top: 10px;
	width: 750px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 20px;
}

#container_search
{
	width: 740px;
	height: 27px;
	background-color: #e6e6e6;
	text-align: left;
}

#button_categories
{
	width: 740px;
	height: 40px;
	overflow: hidden;
	text-align: center;
}

#nav
{
	float: left;
	width: 200px;
	text-align: left;
}

#nav #working_group
{
	width: 195px;
}

#nav #whatcanyoudo
{
	margin-left: 5px;
	margin-top: 20px;
	width: 190px;
	font-family: arial, helvetica, sans-serif;
	color: #8bb51e;
	font-size: 12px;
}

#nav #whatcanyoudo h1
{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
}

#nav #whatcanyoudo a
{
	font-size: 10px;
	color: #0a461e;
	text-decoration: underline;
}

a.workgroups
{
	color: #322814;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

#nav #yellow
{
	background-color: #F9F6A9;
	width: 170px;
	overflow: hidden;
	margin-left: 10px;
	padding: 15px 8px 20px 7px;
}

#content
{
	float: right;
	width: 540px;
	text-align: left;
	color: #333333;
}

#content div.board_box
{
	padding: 10px;
	width: 520px;
	text-align: left;
	color: #333333;
}

#content_wide
{
	float: right;
	width: 740px;
	text-align: left;
	color: #333333;
}

#content_guidelines ol, 
#content_guidelines ul
{
	margin-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

#content_guidelines ol ol, 
#content_guidelines ul ul
{
	list-style-type: lower-latin;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content_guidelines ol ol ol, 
#content_guidelines ul ul ul
{
	list-style-type: lower-roman;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}


#content #banner
{
	width: 540px;
	height: 240px;
	overflow: hidden;
}

#content #welcometext
{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 540px;
	overflow: hidden;
}

#content #latest_postings
{
	width: 540px;
	overflow: hidden;
}

/* POP UP */

#thankyou
{
	position: absolute;
	top: 100px;
	left: 700px;
	width: 300px;
	background-color: #ffffff;
	padding: 3px;
	z-index: 99;
}

#thankyou #box
{
	font-family: arial, helvetica, sans-serif;
	background-color: #e0e0e0;
	padding: 10px;	
	text-align: center;
}

#thankyou #box h1
{
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
}

div.dhtmlnav
{
	width: 130px;
	background-color: #F9F6A9;
	border: 0px solid #000;
	padding: 0px 1px 0px 1px;
	font: 10px geneva, tahoma, sans-serif;
}

ul.subnav
{
	padding: 0px;
	margin: 0px;
}

ul.subnav li
{
	padding-left: 5px;
	margin: 0px;
	line-height: 10px;
	list-style-type: none;
	border-bottom: 0px solid #FFFFFF;
	color: #000000;
}

ul.subnav li:hover
{
	color: #FFFFFF;
	background-color: #8bb51e;
}

ul.subnav li a
{
	color: #000000;
	font: 10px geneva, tahoma, sans-serif;
	text-decoration: none;
}

ul.subnav li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

ul.subnav li.last
{
	border-bottom: 0px;
}
