/* CSS Document */
	
body { 
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif ;
	}
	

#nav {	
	position: absolute;
	left: 685px;
	top: 20px;
	z-index: 10;
	}

	#nav a, #nav a:visited {
		color: #a9a2a9;
		text-decoration: none;
		letter-spacing: 1px;
		padding: 0px 0px 0px 19px;
		font-size: 13px;
		text-decoration: none;
		text-transform: lowercase;
		}
		
	#nav a:hover {
		color: #ffffff;
		text-decoration: none;
		}
		
	#nav ul {
		z-index: 10;
		left: 0;
		margin-left: 0px;
		padding: 0px;
		}
	
	#nav a.active {
		color: #ffffff;
		}	

#wrapper
	{ 
	position: absolute;
	left: 0px;
	top: 0px;
	width: 920px;
	z-index: 5;
	border: 1px solid #21181B;
	}

#home-copy
	{ 
	position: absolute;
	left: 500px;
	top: 270px;
	width: 400px;
	z-index: 5;
	color: #868186;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	line-height: 26px;
	}
	
#header-bracket
	{ 
	position: absolute;
	left: 580px;
	top: 1px;
	z-index: 5;
	}	

#bodycopy
	{ 
	position: relative;
	left: 80px;
	top: 0px;
	width: 745px;
	color: #868186;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	line-height: 26px;
	padding: 60px 0px 20px 0px;
	}
	
	
/**
#bodycopy
	{ 
	position: relative;
	left: 200px;
	top: 0px;
	width: 625px;
	color: #868186;
	background-color:#003366;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	line-height: 26px;
	padding: 60px 0px 20px 0px;
	}  **/

	#bodycopy a, #bodycopy a:visited {
		color: #5b585b;
		text-decoration: underline;
		}
		
	#bodycopy a:hover {
		color: #5b585b;
		text-decoration: none;
		}
	
	#bodycopy a.active {
		color: #5b585b;
		}	

	
	#bodycopy p {
		padding-left: 120px;
		}	

#bodycopy strong
	{ 
	color: #23181c;
	font-family:  Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 14px;
	}


#bodycopy h1
	{ 
	color: #23181c;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight:bold;
	text-transform: uppercase;
	}



.imageCaption
	{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	color: #5b585b;
	width: 275px;
	float:left;
	padding: 15px 50px 20px 0px;
	}	
	
	

.imageCaption img
	{ 
	padding: 0px 0px 10px 0px;
	max-width: 6000;
	}	





	
.footer
	{ 
	font-size: 10px;
	color: #828282;
	padding: 13px 24px 13px 0px;
	}		
	