@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
html{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	text-decoration: none;
}
body {
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input[type=text] {
	width: 220px;
	font-size: 11px;
	padding: 3px;
}
input[type=submit] {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #663300;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 240px;
}

textarea {
	width: 220px;
	font-size: 10px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.page {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;

}
.page .head {
	margin-right: auto;
	margin-left: auto;
	width: 778px;
}
.page .body {
	background-image: url(../img/bottomBG.jpg);
	background-repeat: no-repeat;
	width: 778px;
}
.page .body .mainBody {
	font-size: 11px;
	width: 667px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.page .body .mainBody ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.page .body .mainBody li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.page .body .mainBody li a {
	padding-left: 20px;
	text-decoration: none;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #663300;
	font-weight: normal;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #663300;
}
.page .body .mainBody li a:hover {
	color: #FF66CC;
}



.page .body .mainBody h1 {
	font-size: 24px;
	color: #c10077;
}
.page .body .mainBody h2 {
	font-size: 16px;
	color: #330000;
}
.page .body .mainBody h3 {
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.page .body .mainBody h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.page .body .nav {
	width: 667px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	clear: both;
}
.page .body .nav ul {
	list-style-type: none;
	overflow: hidden;
}
.page .body .nav li {
	display: inline;
}
.page .body .nav li a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #453733;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #453733;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	float: left;
}
.page .body .nav li a:hover {
	color: #FF66CC;
	text-decoration: none;
}

.page .foot {
	width: 667px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.page .foot a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
	text-decoration: none;
}

.page .foot table {
	margin-top: 10px;
	margin-bottom: 10px;
}
.page .foot td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.tblForm td{
	padding: 5px;
}
