body
{
	margin:						0px;
	
	font-family:				"Georgia", "Times New Roman";
	font-size:					13px;
	
	background-color:			#18120A;
	
	scrollbar-face-color:		#43321B;
	scrollbar-shadow-color:		#866F36;
	scrollbar-highlight-color:	#FFFFFF;
	scrollbar-3dlight-color:	#C3A459;
	scrollbar-darkshadow-color:	#2E240B;
	scrollbar-track-color:		#B69D60;
	scrollbar-arrow-color:		#FFFFFF;
}

a, a:visited
{
	color:						#2C9100;
	text-decoration:			none;
	
	border-bottom:				1px dashed #2C9100;
}

a:hover
{
	color:						#38BB00;
	border-bottom:				1px solid #38BB00;
}

a.noLine, a.noLine:visited, a.noLine:hover
{
	border:						0px;
}

img
{
	border:						0px;
}

img.team
{
	border:						1px solid black;
	float:						left;
	margin-right:				10px;
}

span.redacted
{
	background-color:			#000000;
}

div#copyNotice
{
	color:						#53421C;
	font-size:					10px;
}

div#pageTitle
{
	position:					absolute;
	
	left:						286px;
	top:						78px;
	
	width:						295px;
	height:						26px;
	
	font-family:				"Georgia", "Times New Roman";
	font-size:					20px;
	
	color:						#FFFFFF;
		
	text-transform: 			uppercase;
	letter-spacing:				10px;
	
	text-align:					center;
}

div#flashPageTitle
{
	position:					absolute;
	
	left:						236px;
	top:						59px;
	
	width:						400px;
	height:						61px;
}

div#textContent
{
	position:					absolute;
}

h3.apply
{
	font-family:				"Georgia", "Times New Roman";
	font-size:					16px;
	
	margin:						0;
	padding:					0px;
	
	text-transform: 			uppercase;
	letter-spacing:				10px;
}

h1.apply
{
	font-family:				"Georgia", "Times New Roman";
	font-size:					24px;
	
	margin:						0px;
	padding:					0px;
	
	text-transform: 			uppercase;
	letter-spacing:				10px;
}

h3.positionTitle
{
	margin-top:					2px;
	margin-bottom:				-5px;
}

div#formContent
{
}
	div#formContent div.row
	{
		float:					left;
		padding:				0px 10px;
	}

	div#formContent p.error
	{
		font-weight:			bold;
		color:					#FF0000;
	}

	div#formContent label
	{
		font-size:				12px;
		font-weight:			bold;
		
		margin-top:				1px;
	}

	div#formContent label.block
	{
		display:				block;
	}
	
	div#formContent select
	{
		border:					1px solid #AAAAAA;
		background-color:		#EEEEEE;
		
		font-weight:			normal;
		text-decoration:		none;
		
		font-size:				18px;
	}
		
	div#formContent input
	{			
		padding:				0 0.1em;
		
		font-family:			"Georgia", "Times New Roman";
		font-size:				14px;
	}
	
	div#formContent input.fixedWidth
	{
		width:					350px;
	}
	
	div#formContent input.fixedWidthSmall
	{
		width:					75px;
	}
	
	div#formContent input.button
	{
		font-family:			"Arial";
		font-size:				14px;
	}
	
	div#formContent input.plain
	{
		border:					0px;
		background-color:		transparent;
	}
	
	div#formContent textarea
	{
		width:					350px;
		height:					80px;
		
		font-family:			"Georgia", "Times New Roman";
		font-size:				11px;
		
		padding:				0 0.1em;
	}