html 
{
	margin:0;
	padding:0;		
	color:#e2e2e2;
	font-family: Verdana;
	font-size: 11px;
}
p
{
	padding: 0;
	margin: 0;	
}

A:link
{
	color: #45556F;
	border: 0;
	text-decoration: none;
}
A:visited
{
	color: #45556F;
	text-decoration: none;
}
A:hover
{	
	color: #FF9900;	
}
A.menuLink, a.menuLink:visited
{	
	display: block;
	color: #e2e2e2;
	
	background-color: #1F1202;
	padding-right: 5px;
	padding-top: 5px;
	
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #331E03;	
	
	text-align: left;
	padding-bottom: 4px;
	padding-left: 5px;	
	
	text-decoration: none;
}
A.menuLink:hover
{
	background-color: #331E03;
	color: #e2e2e2;
	text-decoration: none;	
}
H1
{		
	font-size: 24px;
	font-family: garamond;
	font-weight: bold;
		
	text-align: left;
	
	margin: 10px 10px 10px 0px;
	padding: 0px 0px 10px 0px;
	
	border-style: solid;
	border-color: #fefefe;
	border-width: 0px 0px 1px 0px;
}
h1.blueHeader
{
	margin: 10px 0px 10px 0px;
	color: #7CABCB;
}
H2
{		
	font-size: 16px;
	font-weight: bolder;
	font-family: Verdana;	
	
	margin: 0;
	padding: 0;
}
input.button 
{	
	background-color : #013802;
	color : #e2e2e2;
	
	font-size: 10px; 
	
	border-width: 1px;
	border-style: solid;
	border-color: #026704;
	
	padding: 2px 0px 2px 0px;
	
	width: 125px;
	height: 21px;
	cursor: pointer;
}
input.buttonOver
{
	color : #013802;
	background-color : #e2e2e2;
	
	font-size: 10px; 
	
	border-width: 1px;
	border-style: solid;
	border-color: #026704;
	
	padding: 2px 0px 2px 0px;
	
	width: 125px;
	height: 21px;
	cursor: pointer;
}
img
{
	border: 0;
}
img.thumbnail
{
	width: 50px;
	height: 50px;
}
input.text, input.password, input.textarea textBox
{
	background-color: #e2e2e2;
	border-color: #9999CC;    
	color: #000000;
}
/*********** Page Layout ************/
#mainBody
{	
	/*background-color: #1D1F2E;*/
	background-color: #1D1F2E;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	
	margin:0;
	padding:0;	
	
	margin: 0 auto;
	text-align: center;	
	min-width:990px;
}
#container
{	
	margin: 5px auto;
	text-align: left;
	width: 953px;
	
	background-image: url(images/logo_nav.gif);	
	background-repeat: no-repeat;	
	background-color: #003b02;
	
	border-style: solid;
	border-color: #004903;
	border-width: 1px;
}
#headerContent
{	
	float: right;
	
	width: 730px;
	height: 95px;
	
	padding: 0px;	
	margin-bottom: 0px;	

	text-align: center;	
	
	border-style: double;
	border-color: #004903;
	border-width: 0px 0px 3px 0px;	
	
	background-image: url(images/header.gif);	
	background-repeat: no-repeat;	
	background-color: #003b02;
}
#headerContent h1
{
	font-size: 24px;
	margin: 0px 0px 8px 0px;
}
#headerContent h2
{
	font-style: italic;
}
#navContent
{	
	position: relative;
	float: left;
	
	width: 184px;		
	/*
	background-image: url(images/logo_nav.gif);	
	background-repeat: no-repeat;	
	background-color: #003302;
	*/
	
	padding: 298px 0px 0px 0px;
	/*
	border-style: solid;
	border-color: #004903;
	border-width: 0px 3px 1px 0px;		
	border-right-style: double;
	*/
}
#navContent span
{
	display: block;
	padding: 10px 0px 15px 4px;
	font-weight: bold;
}
#navContent ul
{
	list-style: none;
	
	margin: 0px;
	padding: 10px 0px 0px 0px;
	
	/*background-color: #003302;*/
	
	border-style: double;
	border-color: #004903;
	border-width: 0px 3px 0px 0px;	
	border-bottom-width: 1px;
	
	background-image: url(images/navigation.gif);	
	background-repeat: no-repeat;	
	background-color: #003302;
}
#navContent li
{
	padding: 0px 0px 1px 0px;
	margin: 0px;
	
	border-style: solid;
	border-color: #3d6f3f;
	border-width: 0px 0px 0px 0px;	
}
* html #navContent
{
	height: 381px;
}
#navContent a
{
	display: block;
	color: #e2e2e2;
	
	height: 20px;
	
	background-image: url(images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	
	margin: 0px;
	padding: 5px 0px 0px 25px;
	
	font-weight: bold;
}
#navContent a:hover
{
	background-color: #004103;
	
	opacity: .58 !important;
	filter: alpha(opacity=58);
}
#mainContent
{		
	float: left;
	padding-left: 5px;		
	width: 720px;
	margin-bottom: 2px;	
	
	margin-left: 38px;
	margin-right: auto;
	text-align: left;
	
	min-height: 550px;
}
#footerContent
{	
	clear: both;
	margin: 0;
	padding: 0;
	
	padding-top: 6px;
	background-color: #003302;
	
	text-align: center;
	
	padding: 10px 0px 10px 0px;
	
	border-style: double;
	border-color: #004903;
	border-width: 3px 0px 3px 0px;	
}
#footerContent h4
{
	margin: 2px 0px 2px 0px;
	padding: 0px;
	
	font-size: 12px;
}
#footerContent p
{
	font-size: 9px;
}
#footerContent a
{
	display: block;
	margin: 5px 0px 0px 0px;
	
	color: #e2e2e2;
	text-decoration: underline;
}
#footerBottom
{	
	width: 928px;
	
	clear: both;
	margin: 20px auto 0px auto;
	padding: 0px 0px 10px 0px;	
	border: 0;
	
	background-color: transparent;
	
	text-align: center;
	font-size: 9px;
	
	min-height: 5px;
	
	background-color: #1D1F2E;	
}
#footerBottom a, #footerBottom a:visited
{
	color: #4b4b4b;
}
#footerBottom p
{
	text-align: center;
	color: #e2e2e2;
}
#footerBottom a.validHtml, #footerBottom a.validCss
{
	width: 88px;
	height: 31px !important;
	
	float: left;
	position: relative;
	top: -5px;
}
#footerBottom a.validCss
{
	float: right;
}
/*************************************/
/******** Popup Details *********/
#popupContainer
{	
	margin: auto;
	text-align: left;	
}
#popupContent
{	
	float: left;	
	width: 100%;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
}
#popupFooter
{
	position: relative;
	float: left;
	
	clear: both;
	margin: auto;
	
	padding: 0;
	
	padding-top: 6px;
	
	width: 95%;	
	left: 15px;
}
#popupImage
{	
	border-width: 1px;
	border-style: solid;
	border-color: #613806;
}
/********************************/
/********* Proteus Required **********/
#pr_footContainer
{		
	border-width: 1px 0px 0px 0px;
	border-color: #3C3616;
	border-style: solid;	
	
	padding-top: 15px;	
	margin: 0px;
	width: 100%;	
}
#pr_footerDiv
{
	padding: 15px 0px 15px 5px;
	
	width: 755px; 
	
	float: left; 
	
	text-align: center; 		
	
	/*background:url(images/gradback.gif) top left repeat-y;	*/
	
	font-size: 8px;
}
#pr_footerDiv:first-line
{
	font-size: 10px;	
}
#pr_validDiv
{		
	width: 980px;	
}
#validCss, #validXHTML
{
	margin: 30px 5px 0px 5px;
	float: left;
	width: 88px;
}
/*************************************/

/************ Error Block *************/
#errorBlock, #updatedBlock
{
	margin-bottom: 10px;
	text-align: left;
}
DIV.errorTitle
{
	position: relative;
	
	display: block;
	
	font-size: 16px;
	font-weight: bolder;
	color: red;	
	
	float: left;
	width: 80%;
	left: -6px;
	top: -5px;
}
DIV.errorDescription
{
	position: relative;
	display: block;
	
	font-size: 12px;
	color: #000000;
	
	text-align: left;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 1px 0px 0px 0px;	
	
	float: left;	
	left: -5px;
	width: 90%;
}
#errorImage, #updatedImage
{
	width: 49px;
	height: 49px;	
}
/***********************************/
#homeMain
{
	padding: 5px 5px 5px 0px;	
}
#homeMain h2
{
	margin: 15px;
}
#homeMain img
{
	float: right;
	
	width: 250px;
	height: 182px;
	
	margin: 15px 10px 10px 10px;
	padding: 15px;
	
	background-color: #003302;
	
	border-style: double;
	border-color: #486747;
	border-width: 3px;	
}
#homeMain p, #beliefsMain p
{	
	padding: 25px 0px 0px 0px;
	line-height: 38px;		
	
	color: #e1e1e1;	
}
#homeMain p:first-letter, #beliefsMain p:first-letter
{
	font-size: 22px;
	font-weight: bolder;
	
	border-style: solid;
	border-color: #486747;
	border-width: 1px;	
	
	background-repeat: no-repeat;
	background-image: url(images/first_back.gif);	
	background-color: #165317;
	color: #e2e2e2;
	
	padding: 10px;
	margin: 4px 4px 0px 4px;	
}
/********** News ***********/
#newsHeader
{
	margin-bottom: 10px;
	margin-top: 45px;
	
	padding-bottom: 4px;
	
	border-style: solid;
	border-color: #e2e2e2;
	border-width: 0px 0px 1px 0px;
	
	width: 250px;
}
div.newsDiv
{
	border-style: double;
	border-color: #0B500A;
	border-width: 0px 0px 3px 0px;
	
	margin: 5px 10px 0px 0px;
	padding: 5px 5px 5px 5px;
}
div.newsDiv h2
{
	padding: 0;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	
	color: #7CABCB;
}
div.newsDiv span
{
	display: block;
	width: 100%;
	
	margin: 0px 0px 5px 0px;
	color: #FECB65;
}
div.newsDiv p
{	
	padding: 0px 5px 15px 5px;
}
/**********Beliefs**********/
#beliefsMain
{
	padding: 5px;
}
#beliefsMain strong
{
	font-weight: bolder;
	color: #a4a8c7;	
}	
#beliefsMain h1
{
	margin: 15px 0px 0px 0px;
}
#beliefsMain h3
{
	font-size: 18px;
	text-decoration: underline;
}
/***************************/
/******** Contact *********/
#resMainDiv
{
	margin: 5px 0px 0px 5px;	
}
#resMainDiv form
{
	padding: 0;
	margin: 0;	
}
#resMainDiv form span
{
	float: left;
	width: 125px;
	
	margin: 5px 0px 0px 5px;
	
	font-size: 8px;
	color: #FECB65;
}
#resMainDiv label
{
	float: left;	
	clear: left;
	
	width: 200px;
}
#resMainDiv input
{
	float: left;	
}
#resMainDiv input.button, #resMainDiv input.buttonOver
{
	margin: 20px 0px 0px 0px;
	width: 200px;
	clear: left;
}
#resMainDiv input.text, #resMainDiv textarea
{
	border-style: solid;
	border-color: #0A3B06;
	border-width: 1px;
	
	background-color: #e2e2e2;
	color: #0A3B06;
}
#captcha
{
	float: left;
	width: 250px;
}
#captcha img
{
	position: relative;
	left: 1px;
}
#captcha input
{
	margin: 2px 0px 0px 0px;
	width: 75px;
}
/*******************************/
/****** Staff *******/
div.staffDiv
{
	float: left;
	clear: left;

	width: 100%;
	
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	
	border-style: double;
	border-color: #003302;
	border-width: 0px 0px 3px 0px;	
}
div.staffDiv div
{
	float: left;
	width: 50%;	
	
	padding: 5px 0px 0px 10px;
}
div.staffDiv img
{
	float: left;
	
	width: 250px;
	
	margin: 0px 10px 10px 10px;
	padding: 15px;
	
	background-color: #003302;
	
	border-style: double;
	border-color: #486747;
	border-width: 3px;	
}
div.staffDiv h2
{
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	font-weight: bolder;
}
h1.staffHeader
{
	margin: 10px 0px 15px 0px;	
}
/********************/