/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: justify;
}

body {
	background-color:#3d5d68;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	margin: 0px;
	padding: 4px;
	text-align: justify;
	font-size: 14px;
	width: 978px;
}

#wrapper {
	width: 977px;
	background-color:#ff9;
	margin:0 auto;
	border: 10px solid;
	text-align: left;
	border-right-color: #C93;
	border-left-color: #C93;
	border-top-color: #fc3;
	border-bottom-color: #fc3;
}

#banner {
	height: 160px;
	background-image: ;
	background-repeat: no-repeat;
}

#nav {
	font-size: 14px;
}

#nav ul{
	margin: 0px;
	height: 20px;
	padding: 4px;
	background-color: #ff9;
}
#nav ul li {
	display: inline;
	margin: 0 auto;
	background-color: #FFF;
	
}
#nav ul li a{
	background-color: #336;
	text-decoration: none;
	padding: 1px;
	border-right: 2px solid #c93;
	text-align: center;
	border-bottom: 2px solid #c93;
	border-top: 2px solid #c93;
	border-left: 2px solid #c93;
	color: #FFFFFF;
}

#nav ul li a:hover, #nav ul li a:focus{
 background-color: #0FC;
 border: 3px solid #030;
color: #003300;
}

h1 {
	background-color: #333366;
	font-size: 140%;
	border-left: 3px solid #c93;
	border-right: 3px solid #c93;
	border-top: 3px solid #c93;
	border-bottom: 3px solid #c93;
	color: #FFFFFF;
	text-align: center;
	width: 99%;
	
	
}
h2 {
	background-color:#FFFF99;
	text-align: center;
	font-size: 120%;
	border: 3px solid #c93;
	width: 99%;
	
}
h3  {
	background-color:#ffc;
	text-align: justify;
	font-size: 100%;
	width: 90%;
	margin-left: 22px
	}
h4 {
	background-color:#ffc;
	text-align: centre;
	font-size: 95%;
	width: 90%;
	margin-left: 22px
	}
h5 {
	background-color:#fc9;
	text-align: center;
	font-size: 90%;
	width: 88%;
	font-family: Helvetica;
	}	
p	{
	background-color:#FFFFCC;
	text-align: center;
	font-size: 110%;
	width: 88%;
	margin-left: 22px;
	}
#content {
	margin-left: 54%;
	margin-top: 15px;
	background-color: #FFFFCC;
	text-align: center;
}
#content p{
	background-color: #FFFFCC;
	width: 88%;
	text-align: center;
	font-size: 110%
	margin-left: 22px
}
#content h1{
	color: #FFFFFF;
	background-color: #336;
	border: 3px solid #c93;
	font-size: 140%;
	width: 99%;
	text-align: center;
	
	
}

#content h2{
	background-color:#FFFF99;
	text-align: center;
	font-size: 120%;
	border: 3px solid #c93;
	width: 99%;
	
}	
#content h3{
	background-color:#ffc;
	text-align: justify;
	font-size: 100%;
	width: 90%;
	margin-left: 22px
}
#content h4{
	background-color:#ffc;
	text-align: center;
	font-size: 95%;
	width: 90%;
	margin-left:22px
}
#content h5{
	background-color:#FFCC99;
	text-align: center;
	font-size: 90%;
	width: 88%;
	font-family: Helvetica;
}
.leftimage{
	float: left;
	border: 0;
}

.rightimage{
float: right;
margin: 0;
border: 0;

}
.clearit{
	clear: both;
	background-color: #B6c6FF;
	font-size: 12px;
	width: 86%;
}
#footer{
	clear: both;
	color: #FFFFFF;
	text-align: center;
}
#footer p{
	font-size: 110%;
	padding: 0px;
	background-color: #FFFFCC;
}
#leftcol{
	float: left;
	width: 46%;
	background-color: #FFFFCC;
	margin-top: 15px;
	text-align: center;
	margin-left: 20px;
}
.container{
	background-color: #FFC;
	float: none;
	width: 96%;
}
input {
	border: thin solid #060;
	background-color: #FFCC33;
	border-left-color: #FFFFCC;
	font-size: 16px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
}
input:focus {
	background-color: #FFFF33;
	color: #000000;
}
textarea  {
	background-color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
