﻿#wrapper 	{
	width:800px; 
	margin:0px auto; 
	background-color:#FFFFFF;
}

#wrapper content h2 {
	margin:0px 10px; 
	text-align:justify;
}

#wrapper content p  {
	margin:0px 10px; 
	padding-right:5px; 
	text-align:justify; 
	font-family:"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

#wrapper content2 p {
	padding-right:5px; 
	text-align:justify; 
	font-family:"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

#wrapper2	{
	width:600px; 
	margin:0px auto; 
	background-color:#FFFFFF;
}

body {
	background-color:#FFFFFF;
}

#top {
	background-color:#FFCC00; 
	widtb:100%; 
	padding:30px 0px;
}


#logo {
	margin:5px; 
	background-color:white; 
	width:100%; 
	height:50px; 
	padding:25px;
}

#logo p {
	float:right;
	padding:25px;
}
#logo img {
	height:60px;
}

#topnav {
	background-color:#CC9900; 
	clear:both; 
	height:60px; 
	border-bottom:5px #666666 solid; 
	border-top:2px #666666 solid; 
	width:100%; 
	overflow:hidden;
}

#topnav ul {
	width:100%; 
	float:left;  
	padding: 10px 0px 0px 0px
}

#topnav ul li {
	display:inline; 
	padding:0px 0px 0px 20px;
}

#topnav a 		  {
	color:#FFFFFF; 
	text-decoration:none;
}


#topnav a:active  {
	color:#CC9900; 
	background-color:#FFFFFF; 
	text-decoration:none;
}

#topnav a:hover	  {
	color:#CC9900; 
	background-color:#FFFFFF;
	text-decoration none;
}

#topnav .current  {
	color:#CC9900; 
	background-color:#FFFFFF;
	text-decoration none;
}

#banner		{
	text-align:center; 
	padding:0px
}

#banner img {
height:130px;
}

#subbanner   {
	width:100%;
	background-color:#CC9900;
	overflow:hidden;
	border-bottom:5px #666666 solid; 
	border-top:2px #666666 solid; 
	padding:10px,0;
}

#subbanner p {
		color:#FFFFFF; 
		font-size:16px; 
		font-weight:bold; 
		text-align:center;
}

#subbanner2   {
		width:100%; 
		height:60px; 
		background-color:#CC9900; 
		overflow:hidden; 
		border-bottom:5px #666666 solid; 
		border-top:2px #666666 solid;
}

	#subbanner2 p {
	color:#FFFFFF; 
	font-size:12px; 
	font-weight:bold; 
	text-align:center;
}
	
#content   {
	margin:10px 40px 0px 40px; 
	padding-right:5px; 
	text-align:justify; 
	font-family:"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

#content2  {
	margin:10px 40px 0px 40px;
	padding-right:5px; 
	text-align:justify; 
	font-family:"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

#footer p {
	text-align:center;
}

input, textarea {
	border:1px solid #E5E5E5E5;
	color: #333333;	
	padding-left:3px;
	box-shadow rgba{0,0,0,0.1} 0px 0px 0px 8px;
	-moz-box-shadow rgba{0,0,0,0.1} 0px 0px 0px 8px;
	-webkit-box-shadow rgba{0,0,0,0.1} 0px 0px 0px 8px;
}	

input {
	margin-left:10px;
	width:250px;
}

textarea {
	width:400px;
	height: 150px;
	margin-left:10px;
	maxwidth:400px;
	line-height: 16px;
}

	input:hover, textarea;hover,
	input:focus, textarea:focus{
	border-color: 1px solid #C9C9C9C9;
	-moz-box-shadow rgba{0,0,0,0.2} 0px 0px 0px 8px;
	-webkit-box-shadow rgba{0,0,0,0.2} 0px 0px 0px 8px;}

.form label {
	margin-right:20px;
	color:#333333;
}

.submit input{
	width:100px;
	height:40px;
	text-align:center;
	background-color:#CC9900;
	color:#333333;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
