
/*	--------------------------------------	*/
/* 	STANDARD HTML TAG RESETS               	*/
/*	--------------------------------------	*/

	body,
	h1, h2, h3,
	p, ul, li,
	form {
		border:	0;
		margin:	0px;
		padding:0px;
	}

/*	--------------------------------------	*/
/* 	STANDARD HTML TAG DEFINITION           	*/


	body,
	form,
	input,
	td {
		font-family: 	Verdana, Helvetica, sans-serif;
		font-size: 		11px;
		color: 			#666666;
		line-height:	140%;
	}
	
	p { /* text area text */
		font-family: 	Verdana, Helvetica, sans-serif;
		font-size: 		11px;
		line-height:	140%;
		color: 			#666666;

	}
	
a,
a:link,
a:visited{
	color: 				#666666;
	text-decoration: 	none; 
	}


a:active,
a:hover{
	color: 				#F15A29;
	text-decoration: 	none; 
	}	
		


/*	--------------------------------------	*/
/* 	SCROLL BARS							 	*/

	html,
	body {
		scrollbar-track-color: 		#ffffff;
		scrollbar-face-color: 		#E7E7E8;
		scrollbar-arrow-color: 		#ffffff;
		scrollbar-3dlight-color: 	#ffffff;
		scrollbar-highlight-color: 	#ffffff;
		scrollbar-shadow-color: 	#ffffff;
		scrollbar-darkshadow-color: #ffffff;
		background-color:			#000000;
		background-image:			url(Graphics/BG.gif);
		background-position:		top;
		background-repeat: 			repeat-x;
	}


/*	--------------------------------------	*/
/* 	PAGE ELEMETS                           	*/
/*	--------------------------------------	*/

.Container {
	margin:			0 auto;
	position:		relative;
	width:			980px;  
	}

.Top {
	height:			175px;
	position:		relative;
	width:			980px;
	margin:			0;
	padding:		0;
	background-image:url(Graphics/TopBG.jpg);
	background-position:top;
	background-repeat: 	no-repeat;
	}

.MainArea {
	position: 		relative;
	min-height:		400px;
	margin:			0;
	padding:		30px;
	background-image:url(Graphics/PageBG.gif);
	background-position:top right;
	background-repeat: 	no-repeat;
	background-color: #FFF;
	}

.Footer {
	position: 		relative;
	margin:			0;
	padding:		5px;
	text-align:		center;
	font-size: 		14px;
	color: 			#FFFFFF;
	background-color:#000000;
	}

.Footer a,
.Footer a:link,
.Footer a:visited{
	color: 				#FFFFFF;
	text-decoration: 	none; 
	}


.Footer a:active,
.Footer a:hover{
	color: 				#F15A29;
	text-decoration: 	none; 
	}	
	
.Gray {
		color: #666666; 
		}
.Orange {
		color: #F15A29; 
		}
.Green {
		color: #839A5D; 
		}

h1 { /* all main headers */
	color: 				#F15A29;
	font-size: 			21px;
	font-weight: 		normal;
	line-height:		160%;
	margin:				0;
	margin-bottom:		20px;
	padding:			0;
	text-decoration: 	none;
	}


h2 { /* all sub headers */
	color: 				#839A5D;
	font-size: 			15px;
	font-weight: 		normal;
	margin: 			0px;
	margin-bottom:		15px;
	text-decoration: 	none;
	padding:			0px;
	line-height:		140%;
	}

h3 { /* all sub headers */
	color: 				#F15A29;
	font-size: 			14px;
	font-weight: 		normal;
	margin: 			0px;
	margin-bottom:		10px;
	text-decoration: 	none;
	padding:			0px;
	line-height:		110%;
	}
.Header { /* all main headers */
	color: 				#839A5D;
	font-size: 			21px;
	font-weight: 		normal;
	line-height:		160%;
	margin:				0;
	margin-bottom:		10px;
	padding:			0;
	text-decoration: 	none;
	}


.SubHeader { /* all sub headers */
	color: 				#839A5D;
	font-size: 			15px;
	font-weight: 		normal;
	margin: 			0px;
	text-decoration: 	none;
	padding:			0px;
	line-height:		140%;
	}
	
.SubHeaderOrange { /* all sub headers */
	color: 				#F15A29;
	font-size: 			15px;
	font-weight: 		normal;
	margin: 			0px;
	text-decoration: 	none;
	padding:			0px;
	line-height:		140%;
	}
	
/*	--------------------------------------	*/
/* 	TOP AREA	                           	*/
/*	--------------------------------------	*/

.FlashContainer {
	position:			relative;
	width:				860px;
	height:				110px;
	float:				right;
}

/* 	MainMenu   	*/	
#InfoMenuContainer {
	position: 			relative;
	width:				980px;
	height:				63px;
	margin-top:			2px;
	float:				right;
	
	}
	
.InfoMenu {
	list-style-type: 	none;
	position:			relative;
	margin: 			0;
	padding: 			0;
	height:				32px;
	width:				980px;
	right:				0px;
	float:				right;
	display:			block;
	
	}
	
.InfoMenu li{
	display: 			inline;
	float:				left;
	height:				32px;
	padding:			0;	
	padding-left:		12px;
	border-left:		1px solid #000000;
	background-image:	url(Graphics/CnrL.gif);
	background-position:top left;
	background-repeat: no-repeat;

	}
	
.InfoMenu li a,
.InfoMenu li a:link,
.InfoMenu li a:visited {
	color: 				#000000;
	font-size: 			13px;
	line-height:		180%;
	text-decoration: 	none;
	}


.InfoMenu li a:active,
.InfoMenu li a:hover {
	color: 				#FFFFFF;
	}
	

#InfoMenuOn {
	display: 			inline;
	float:				left;
	height:				32px;
	border-left:		1px solid #000000;
	background-image:	url(Graphics/CnrL.gif);
	background-position:top left;
	background-repeat: no-repeat;
	background-color:	#F15A29;
}

#InfoMenuOn a{
	color: 				#ffffff;
}



/* 	SUBMENU   	*/	

	
.SubMenu {
	list-style-type: 	none;
	margin: 			0;
	padding: 			0;
	height:				30px;
	right:				0px;
	float:				right;
	display:			block;
	}
	
.SubMenu li{
	display: 			inline;
	float:				left;
	white-space:		normal;
	padding:			2px;
	padding-left:		10px;
	padding-right:		10px;
	height:				30px;
	}
	
.SubMenu li a,
.SubMenu li a:link,
.SubMenu li a:visited {
	color: 				#000000;
	font-size: 			13px;
	line-height:		180%;
	text-decoration: 	none;
	}
	
.SubMenu li a:active,
.SubMenu li a:hover {
	color: 				#FFFFFF;
	}

#SubMenuOn a{
	color: 				#FFFFFF;
	}



	

/*	--------------------------------------	*/
/* 	MAIN AREA	                           	*/
/*	--------------------------------------	*/


.MainPic {
	margin:				0px;
	padding: 			0px; 
	border-top:			2px solid #000000;
}

.TextArea {
	position:			relative;
	padding:			0px;
	padding-left:		30px;
	text-align:			left;
	}	

.PicBox {
	position:			relative;
	padding:			0px;
	border:				2px solid #666666;
	width:				200px;
	height:				200px;
	}

.EraBox {
	position:			relative;
	padding:			15px;
	border:				2px solid #666666;
	width:				170px;
	height:				170px;
	background-image:	url(Graphics/era.gif);
	background-position: bottom right;
	background-repeat:	no-repeat;
	}

.EraBox p { /* text area text */
		font-family: 	Verdana, Helvetica, sans-serif;
		font-size: 		12px;
		line-height:	120%;
		color: 			#666666;
	}
.EraBox a,
.EraBox a:link,
.EraBox a:visited{
	color: 				#839A5D;
	text-decoration: 	none; 
	}


.EraBox a:active,
.EraBox a:hover{
	color: 				#F15A29;
	text-decoration: 	none; 
	}

.ButtonBox {
	position:			relative;
	width:				200px;
	height:				20px;
	background-color: 	#3a3a3c;
	}
/*.ButtonBox {
	position:			relative;
	width:				200px;
	height:				20px;
	background-image:	url(Graphics/ButtonBoxBottom.jpg);
	background-position: bottom;
	background-repeat:	repeat-y;
	}*/

.ButtonBox2 {
	position:			relative;
	width:				200px;
	height:				20px;
	background-color: 	#ccd6ba;
	}
.ButtonBoxBorder {
	border:				1px solid #666666;
	border-top:			0px solid #666666;
	width:				188px;
	height:				20px;
	padding:			7px;
	padding-top:		2px;
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size: 			16px;
	color: 				#000000;
	text-align:			center;
	}


.ButtonBox a,
.ButtonBox a:link,
.ButtonBox a:visited{
	color: 				#000000;
	text-decoration: 	none; 
	}


.ButtonBox a:active,
.ButtonBox a:hover{
	color: 				#F15A29;
	text-decoration: 	none; 
	}
	
.ButtonBox2 a,
.ButtonBox2 a:link,
.ButtonBox2 a:visited{
	color: 				#000000;
	text-decoration: 	none; 
	}


.ButtonBox2 a:active,
.ButtonBox2 a:hover{
	color: 				#F15A29;
	text-decoration: 	none; 
	}	
	
	
.Line {
	border-bottom:		1px solid #cccccc;
}






