/*colors

darkgreen:#062D0E;
yellow: #FBFE17;

*/

body
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	background-color: #062D0E;
	color: #FFFFFF;
	font-family: arial, helvetica, verdana;
}

a
{
	color: #FBFE17;
}
	a:hover
	{
		color: White;
	}

img
{
	border: 0px;
}
img a
{
	border: 0px;
}

hr
{
	margin-top: 0px;
	color: #1161A2;
	height: 1px;
}

.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#page
{

	width: 863px;
	font-size: 10pt;
	text-align: center;
	font-family: Verdana, Helvetica, Arial;
	height: auto;
	border: none;	
	}
	  	 
	 #header
	 {
		background-image: url(/images/header.jpg);
		height: 240px;
	 }
	  #headerLeft
	  {
	  		border-top: solid 25px #1161A2;
			width: 616px;
			margin: 0px;
			float: left;  
			padding-top: 5px;
	  }						 

	  
	
	.navBar
	{			 
		clear: both;
		height: 41px;
		width: 790px:
		background-color: #999999;
		background-image: url(/images/menu.png);
		background-repeat: no-repeat;
		text-align: center;
		color: white;
		font-size: 12pt;
		font-weight: bold;
		padding-top: 0px;
		padding-left: 33px;
		margin: -18px auto 0px 5px;
		z-index: 99;
		position: relative;

	}				 
	
		.navBar a
		{
			color: white;	 
			text-decoration: none;
			font-family: Times New Roman, Serif;
			display: block;
			width: 148px;
			text-align: center;
			float: left;
			padding-top: 12px;
		}
						 
		.navBar a:hover
		{
		 	color: #FBFE17;
			text-decoration: underline;
		}

	#mainArea
	{
		background-color: :#062D0E;
		border-left: solid 2px #FBFE17;
		border-right: solid 2px #FBFE17;
		margin-left: 20px;
		margin-right: 20px;
	}

	#bordertop
{
	background-image: url(/images/bordertop.gif);
	height: 20px;
}
	#borderbottom
{
	background-image: url(/images/borderbottom.gif);
	height: 20px;
}
	#mainContent
	{
		padding: 10px 10px 5px 10px;
		text-align: left;
		background-image: url(/images/mainbackimage.jpg);
		min-height: 400px;
	}		

	#mainContentCol1
{
	width: 360px;
	float: left;
}
					 
	#mainContentCol2
	{
	 	float: right;
		width: 360px;
	}			 
		#mainContentRight img
		{
	 	
		}				 
		
	#mainImage
	{
	 	float: right;
	}
	
	#mainText
	{
		margin-right: 290px;	
		padding: 7px;
	}

	.label
	{
		width: 200px;
		float: left;
	}
	.value
	{
		width: 200px;
		float: left;
	}

h1, h2
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 12pt;
	font-weight: 600;
}

h1
{
	color: #FBFE17;
}
h2
{
	color: #FBFE17;
}

p
{
	color: #FFFFFF;
}

blockquote
{
	color: #FBFE17;
	font-size: 16pt;	
	font-family: times-roman, times, times new roman, serif;
	font-style: italic; 
}
	
/*contact */
.tdmenu
{
color: white;
}
.error
{
	color: #FF3399 !important;
}
input[type=text], textarea
{
	background-color: #ABD0A6;
	color: black;
	font-size: 12pt;
	border: 1px solid #001100;
	font-family: arial, helvetica, verdana, sans-serif;
}
textarea
{
	scroll: none;
}
		
#footer
{		   
	padding: 7px;
	text-align: center;
	border-top: solid 1px #1161A2;
}
