body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	margin: 20px;
}

a:link { text-decoration: none; color: #990000; }
a:visited { text-decoration: none; color: #990000; }
a:hover, a:active { text-decoration: none; color: #660000; }

.required { color: #C00; }

.error { color: #C00; }

.center { text-align: center; }

.nowrap { white-space: nowrap; }

.content { font-size: 11px; }

.small { font-size: 9px; }

.title20
{
	font-size: 20px;
	font-weight: bold;
}

.title18
{
	font-size: 18px;
	font-weight: bold;
}

.title16
{
	font-size: 16px;
	font-weight: bold;
}

.title14
{
	font-size: 14px;
	font-weight: bold;
}

h1
{
	color: #FF0099;
	text-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

h2
{
	color: #000000;
	text-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}

h4
{
	text-weight: bold;
}

p
{	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

div.clear_all
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	padding: 1px 0 0;
}

div#maincontainer
{
	background-color: #ffffff;
	width: 837px;
	height: 100%;
	margin: 0 auto;
	border: 0px;
}

div#topnav
{
	background-color: #000000;
	width: 725px;
	margin: 0px;
	padding: 0px;
}

div#logo
{
	background: url("/images/logo.jpg") no-repeat left;
	width: 837px;
	height: 99px;
	margin: 0px;
	padding: 0px;
}

div#spotlight
{
	background: #ffffff;
	width: 837px;
	height: 232px;
	margin: 0px;
	padding: 0px;
}

div#insidespotlight
{
	background: url("/images/inside-spotlight.jpg") no-repeat left;
	width: 837px;
	height: 155px;
	margin: 0px;
	padding: 0px;
}

div#navigation
{
	background: url("/images/menu.jpg") repeat-x 0 0;
	width: 837px;
	height: 29px;
	margin: 0;
	padding: 0 0 0 0px;
}

	div#navigation ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		div#navigation ul li
		{
			float: left;
		}
		
		div#navigation ul a
		{
			display: block;
			float: left;
			height: 25px;
			text-decoration: none;
			text-indent: -1000em;
		}

		div#navigation ul a.Newsletters { width: 148px; }
		div#navigation ul a.FAQs { width: 82px; }
		div#navigation ul a.Job { width: 149px; }
		div#navigation ul a.Who { width: 141px; }
		div#navigation ul a.Contact { width: 114px; }
		div#navigation ul a.Join { width: 203px; }

		div#navigation ul a:hover
		{
			background: #990000 url(/images/menu.jpg) 0 0 repeat-x;
		}
		
		div#navigation ul a.Newsletters:hover { background-position: -837px 0; }
		div#navigation ul a.FAQs:hover { background-position: -985px 0; }
		div#navigation ul a.Job:hover { background-position: -1067px 0; }
		div#navigation ul a.Who:hover { background-position: -1216px 0; }
		div#navigation ul a.Contact:hover { background-position: -1357px 0; }
		div#navigation ul a.Join:hover { background-position: -1471px 0; }

div#contentcontainer
{
	background: transparent url("/images/content_bg.jpg") 0 0 repeat-y;
	margin: 4px 0 0 0;
	width: 837px;
	height: 100%;
	padding: 30px 0 0 0;
}

div#contentcontainerinside
{
	background: transparent url("/images/inside_decoration.jpg") repeat-y top right;
	margin: 4px 0 0 0;
	width: 837px;
	height: 100%;
	padding: 0;
}

div#maincontent
{
	float: left;
	margin: 0;
	width: 570px;
	height: 100%;
	padding: 0 30px 0 30px;
}

div#maincontentinside
{
	float: left;
	margin: 0;
	width: 570px;
	height: 100%;
	padding: 20px 0 10px 30px;
}

div#maintext
{
	padding: 0px;
}

div#inthenews
{
	float: right;
	margin: 0px;
	width: 180px;
	padding: 0px;
}

div#inthenewstext
{
	padding: 0px;
}

	div#inthenewstext ul
	{
		margin: 0;
		padding: 0;
		list-style: disc;
	}
	
	div#inthenewstext ul#sub
	{
		padding: 5px;
	}
	
		div#inthenewstext ul li
		{
			margin-bottom: 4px;
		}
	
		div#inthenewstext ul a:link { font-weight: bold; text-decoration: none; color:#006666; }
		div#inthenewstext ul a:visited { font-weight: bold; text-decoration: none; color:#000000; }
		div#inthenewstext ul a:hover, a:active { font-weight: bold; text-decoration:none; color:#CC0066; }
		
		div#inthenewstext ul#sub a:link { font-weight: lighter; text-decoration: none; color:#006666; }
		div#inthenewstext ul#sub a:visited { font-weight: lighter; text-decoration: none; color:#000000; }
		div#inthenewstext ul#sub a:hover, a:active { font-weight: lighter; text-decoration: none; color:#CC0066; }

div#footercontainer
{
	position: relative;
	clear: both;
	background: url("/images/divider.jpg") repeat-x 0 0;
	height: 100%;
	margin: 0;
	padding: 0px;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

div#footer
{	margin: 5px;
	padding: 10px;
}

	div#footer a:link { color: #000; }
	div#footer a:visited { color: #000; }
	div#footer a:hover, a:active { color: #666666; }
	
	div#footer p {
		margin: 0;
	}

	div#footer form#FooterRedirect {
		position: absolute;
		padding: 10px;
		top: 0px;
		right: 0px;
	}
	
		div#footer form#FooterRedirect fieldset {
			margin: 50px 10px 10px 10px;
			padding: 50;
			border: 0;
			text-align: right;
		}


/******************************************************************************
* BEGIN Paging
******************************************************************************/

div.paging {
	padding: 4px;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
}

div.paging a {
	font-weight: normal;
}

/******************************************************************************
* END Paging
******************************************************************************/

/******************************************************************************
* BEGIN News
******************************************************************************/

table#news_list
{
	border-collapse: collapse;
	width: 99%;
}

	table#news_list th
	{
		font-weight: bold;
		text-align: left;
		padding-bottom: 6px;		
	}
	
	table#news_list td
	{
		padding: 6px;
		color: #000;
		border-bottom: 1px solid #CECECE;
	}
	
	table#news_list td.date
	{
		text-align: right;
		padding-left: 10px;
		white-space: nowrap;
	}
	
	table#news_list a:link,
	table#news_list a:visited {
		color: #990000;
		text-decoration: none;
	}

div#news_side_search {
	width: 175px;
	float: right;
	border: 1px solid #000;
	background-color: #FFF;
	padding-top: 5px;
	margin: 20px 20px 10px 0;
	text-align: center;
	font-size: 10px;
}

div#news_side_search form {
	margin: 0 0 10px 0;
}

div#news_detail h2 {
	color: #FF0099;
	margin: 16px 0 0 0;
	font-size: 18px;
	line-height: 20px;
}

div#news_detail p {
	color: #000;
	margin: 0 0 1em 0;
}

div#news_detail table#photo_table {
	margin: 10px;
}

table#newsletters_list
{
	border-collapse: collapse;
	width: 99%;
}

	table#newsletters_list th
	{
		font-weight: bold;
		text-align: left;
		padding-bottom: 6px;		
	}
	
	table#newsletters_list td
	{
		padding: 6px;
		color: #000;
		border-bottom: 1px solid #CECECE;
	}
	
	table#newsletters_list td.date
	{
		text-align: right;
		padding-left: 10px;
		white-space: nowrap;
	}
	
	table#newsletters_list a:link,
	table#newsletters_list a:visited {
		color: #990000;
		text-decoration: none;
	}


/******************************************************************************
* END News
******************************************************************************/
