/* CSS Document */
body{
	background:url(images/bg2.jpg) repeat;
	/*background-color:#333333;*/
	}
	
#container{
	width:900px;
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	border-color:#999999;
	border-style:solid;
	border-width:thin;
	background-color:#FFFFFF;
	}
	
#banner{
	width:900px;
	height:285px;
	background-image:url(images/banner2.jpg);
	}
	
#menu {
	height:25px;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:400;
	background-color:#CCCCCC;
	padding-top:10px;
	}
	
#menu ul {
	list-style-type:none;
	display:inline;
	}	
	
#menu ul li {
	margin-left:18px;
	margin-right:18px;
	list-style-type:none;
	display:inline;
	color:#333333;
	}
	
#menu ul li a:link {
	color: #333333;
	text-decoration: none;
}
#menu ul li a:visited {
	text-decoration: none;
	color: #333333;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#menu ul li a:active {
	text-decoration: none;
}

	
#contentform{
	width:290px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#666666;
	/*border-right-color:#666666;
	border-right-style:solid;
	border-right-width:medium;*/
	margin-left:5px;
	margin-top:20px;
	}
	
.quick {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	text-align:left;
	color:#FF3333;
	}
	
#contentform label{
	float: left;
	width: 110px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#contentform input, select{
	width: 160px;
	margin-bottom: 5px;
	background-color:#CCCCCC;
	color:#333333;
}

#submitbutton{
	margin-left: 110px;
	margin-top: 5px;
	width: 90px;
	background-color:#CCCCCC;
	color:#333333;
}

#contentform br{
	clear: left;
}


#contenttext{
	width:570px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#666666;
	margin-left:5px;
	margin-top:20px;
	border-left-color:#666666;
	border-left-style:solid;
	border-left-width:medium;
	padding-left:10px;
	}
	
.title {
	font-family:"Times New Roman", Times, serif;
	font-size:48px;
	text-align:left;
	color:#FF3333;
	}
	
#contenttext form{
	margin-left:20px;
}
	
#contenttext label{
	float: left;
	width: 250px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#contenttext input, textarea, select{
	width: 160px;
	margin-bottom: 5px;
	background-color:#CCCCCC;
	color:#333333;
}

#submitbutton2{
	margin-left: 250px;
	margin-top: 5px;
	width: 90px;
	background-color:#CCCCCC;
	color:#333333;
}

#contenttext br{
	clear: left;
}
	
#copy {
	clear:both;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#ffffff;
	padding-bottom:5px;
	border-top-style:solid;
	border-top-width:thin;
	border-top-color:#FF6666;
	width:900px;
	height:24px;
	background:url(images/footer.jpg) no-repeat;
	}

.formattext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	}
	
br {
	clear: left;
}
