/* CSS Document */

body {
	background-image: url(images/black_bckgrd.gif);
	background-repeat: none;
	text-align: center;
}

a img { border: none ; }

a:link {
	text-decoration: none;
	color: #CC0100;
}

a:visited {text-decoration: none;}

a:hover {text-decoration: underline;}

a:active {text-decoration: none;}

#container_splash {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	}
	
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}
	
#nav_main {
	width: 234px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	height: 810px;
	}
	
#content_main {
	background-color: #FFFFFF;
	padding: 10px;
	float: right;
	width: 636px;
	height: 800px;
}

#copy_leftcolumn {
	background-color: #FFFFFF;
	padding-top: 10px;
	float: left;
	width: 317px;
	height: 440px;
	overflow: hidden
}

#copy_rightcolumn {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	float: right;
	width: 307px;
	height: 440px;
	overflow: scroll;
}
	
#photo_box {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #999999;
	width: 98%;
}
	
#splash_left_col {
	width: 240px;
	background-color: #FFFFFF;
	background-image: url(images/splash_box_bckgrd.gif);
	background-repeat: repeat-x;
	height: 210px;
	padding-top: 20px;
	padding-left: 30px;
	float: left;
	}
	

#splash_right_col {
	width: 240px;
	background-color: #FFFFFF;
	background-image: url(images/splash_box_bckgrd.gif);
	background-repeat: repeat-x;
	height: 210px;
	padding-top: 20px;
	padding-right: 0px;
	float: right;
	padding-left: 30px;
	}
	
#copy_subpage {
	background-color: #FFFFFF;
	padding: 5px;
	width: 95%;
	height: 440px;
	}
	
#copy_sub_scroll {
	background-color: #FFFFFF;
	padding: 5px;
	width: 95%;
	height: 440px;
	overflow: scroll;
	}


#footer {
	width: 880px;
	height: 51px;
	padding: 10px;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: bottom;
	}

.splash_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #666666;
}

.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: 666666;
	text-decoration: none;
}
