/* CSS Document */
/*Main Body*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/space.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #cc9900;
}
#container {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	position:relative;
}
.headerleft {
	/*width: 700px;*/
	height: auto;
	float: left;
	position: relative;
	margin: 0px 0px 0px 15px;
}
.headtext {
	font-size: 16px;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
}
table {border:none; width:100%;}
td {height:25px; vertical-align:top; text-align:center;}
a.nav{
	text-align:center;
	width: 100%;
	display:block;
	font-family:"Times New Roman", Times, serif;
	color: #FFF;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
} 
a.nav:hover {
	color: #333;
	text-decoration:none;
}
nav a.#here {
	border-left-color: #fff !important;
	background-color: #CCC !important;
	color: #000 !important;
}
.rightmain {
	/*width:230px;*/
	margin: 2px 15px 5px 15px;
	height:auto;
	background-color: #C90;
	float: right;
	padding: 10px 15px 10px 15px;
	border: double #FFF 2px;
	border-radius: 10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	-webkit-border-radius:10px; /* Safari */
	position: relative;
	display:inline;
}
.leftmain {
	float:left;
	width: 575px;
	height: auto;
	background-image: url(images/bricks.png);
	background-repeat:no-repeat;
	background-position: center;
	margin:10px 30px 10px 95px;
	display:inline;
}
h2{
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
}
p{font-family: Georgia, "Times New Roman", Times, serif; font-size:14px; text-align: justify;}
#footer {width:754px; height:auto}
.style4 {font-style: italic}
.style6 {color: #000066; font-size:9px; }
.style7 {font-size: 12px}
.style8 {font-size: 12px; font-style:italic; text-align:center}
.style9 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align:justify;
}
.facebook {font-family:"Times New Roman", Times, serif;
line-height:60%;
		  font-size:18px;
		  text-align:center;
		  font-style:oblique;
		  color:#fff;
}
.footer p{
    margin-left: 15px;
    font-size: 60%;
    clear: both;
	color: #000;
}
 div.c5 {text-align: right}
 li.c4 {list-style: circle}
 li.c3 {list-style: none; display: none}
 div.c2 {text-align: center}
 div.c1 {text-align: left;}
 ul.c1 {list-style:circle; font-size:14px}
 ul.c2 {list-style:circle; font-size:14px; font-weight:bold;}
label{display:block}
 .text_input{ width:340px; margin-bottom:5px}
 .textarea {width:340px; height:150px}

