body {
	margin: 0;
	padding: 0;
	border: thin solid #003300;
	text-align: center;
}
.oneColFixCtr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#columnleft {
	width:138px;
	background-color:#FFF;
	float:left;
	clear: right;
	height: 600px;
	
}
#columnright {
	width:560px;
	float:right;
}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: auto;
	background-color: #FFF;
	background-color: #FFF;
	padding-left: 5px;
}
h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	margin-top: -6px;
	margin: 10px;
	color: #000;
}
h2 {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #036;
	width: 100%;
	color: #EFEFEF;
}
h3 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 3px;
	background-color: #666699;
	width: 100%;
	color: #FFFFFF;
}
.h3colorbright {
	background-color: #FF0;
	color: #000;
}
.justify {
	text-align:justify;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-type: circle;
	background-color: #FF0;
	background-color: #FFF;
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px;
list-style-type: none;
} 
form 
{
	border: thin dotted #336;
	width: 555px;
	float: right;
	
}

form p
{
	clear: left;
	padding: 0;
	padding-top: 10px;
	margin: 0px;
}
form p label
{
	float: left;
	font:bold
	Arial, 0.9em Helvetica, sans-serif;
	margin-left: 8px;
}
.labelone{
	width:30%;
	color: #000;
	font-weight: bolder;
}
.labeltwo{
	width: 70%;
	padding-bottom: 10px;
	color: #000;
	font-weight: bolder;
}
input.txt
{
	color: #333300;
	border: 1px solid #781351;
	width: 200px;
	background-color: #FFF;
}
textarea.txtarea
{
	color: #333300;
	border: 1px solid #781351;
	background-color: #FFF;
	width: 300px;
	float: left;
}
input.btn 

{
	color: #000;
	background-color: #F8F5E3;
	border: 2px outset #d7b9c9;
	font-weight: bold;
} 
a:hover .btn
{
	color: #000;
	background-color: #66CC00;
	border: 2px inset #d7b9c9;
	font-weight: bolder;
} 
a:link 
{
	color: #036;
	font: bold;
}

a:visited 
{
	color: #333366;
}
a:hover
{
	color: #6699CC;
	
}
#wrapper {
	margin: 5px;
	padding: 5px;
	width: 100%;
	background-color: #069;
}
#container {
	background-color: #FFF;
	border-style: solid;
	border-color: #669999;
	width: 700px;
	color: #9ACFFF;
	text-align: left;
	
}
#header {
	margin-right: auto;
	margin-left: auto;
}
#navbar p{
	
	
}
#content {
	background-color: #FFF;
	height: auto;
	
}
#content p{
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	margin-right: 8px;
}
#footer {
	clear:both;
}	
.copyrite {
	font-size: 12px;
	text-align: center;
	background-color: #036;
	color: #E4E4E4;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 20px;
}
.clear{
    clear:both;
}

.faq {
	text-align: justify;
	margin-left: 8px;
	margin-right: 8px;
	color: #303;
	padding-left: 5px;
	padding-right: 5px;
}

.textspeacial {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}


.leftimage {
	float:left;
	margin:15px 5px 5px;
}
.rightimage {
    float:right;
	margin:18px 5px 5px;

}

.nobgcolor {
	background-color: #FFFFFF;
	
	
}
.maplink a:hover {
	color: #006666;
}
.thankyou {
	height: 200px;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-right: 50px;
	margin-left: 50px;
	}
