@charset "utf-8";
/* CSS Document */
	body
	{
		margin: 0;
		padding: 0;
		background: black;
	}
	
	a:link {
	color: #FFF;
}
	
	.style1 {
	font-size: medium; font-family: Georgia, "Times New Roman", serif;
	}
	
	.style2 {font-size: small; font-family: Georgia, "Times New Roman", Times, serif; color: #fff;
	}
	
	.style3 {font-size: small; font-family: "Times New Roman", Times, serif;
	color: #FFF; 

	}

	.style5 {
		font-size: x-large;
		font-weight: bold;
		color: #fff;
	}
	
	.style6 {
		font-size: medium;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #fff;
		
	}

.cflite {
	width: 400px;
	font-family: arial;
}
.cflite_td {
	padding:4px;
	font-size:12px;
	color: #FFF;
	font-weight: bold;
}
.cflite p {
	padding:4px;
}
.cflite label {
	padding:4px;
}
label {
 padding-right:10px
}
.required {
 font-weight:bold;
}
.required_star {
 font-weight:bold;
 color:#FFF;
}
.not-required {
 font-weight:normal
}

body {
	margin:50px 0px; padding:0px;
	text-align:center;
	}


	#container
	{
		margin: 1em auto;
		width: 950px;
		text-align: left;
		background-color: black;
	}
	
	#header
	{
		height: 202px;
		background-image: url(/images/header.jpg);
		background-color:#000;
		background-repeat: no-repeat;
		background-position: 0 0;
		position: relative;
		onclick
	}

	#openspacea
	{
		height: 0px;
		background-color: black;
	}


	#openspace
	{
		height: 15px;
		background-color: black;
	}
	
	#menu
	{
		float: left;
		width: 166px;
		border-right: 1px solid #a5a5a5;
		padding-right: 15px;
	}
	
	#menu li
	{
		display: list-item;
		padding: 0 7px;
	}
	
	#menu li a
	{
		text-decoration: none;
		color: #fff;
	}
	
	#menu li a:hover
	{
		text-decoration: none;
		color: #000;
		background-color: #fff;
	}
	
	#menu ul
	{
		margin-right: 0;
		padding-right: 0;
		list-style-type: none;
		line-height: 165%;
	}
	
	#contents { 
		float: left;
		margin: -20px 0px 40px 25px; 
		background-color: #000;
		}
		
	#footer	
	{
		clear: both;
		height: 20px;
		background-color: black;
	}
