﻿* {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0;
}
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F8F8F8;
}
.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 750px;
	display: block;
	position: relative;
}
.top-banner {
	width: 100%;
	height: 160px;
	text-align: center;
}
.top-menu {
	position: relative;
	width: 540px;
	height: 33px;
	margin-top: 15px;
	float: left;
}
.tab {
	width: 90px;
	height: 30px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: bottom center;
	float: left;
}
.menu-link {
	position: relative;
	top: 8px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menu-link:hover {
	position: relative;
	top: 8px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.sub-title {
	width: 540px;
	height: 60px;
	margin-top: -2px;
	float:left;
}
.content {
	width: 540px;
	color: #666666;
	float: left;
}
p {
	color: #666666;
	padding-top: 12px;
}
.right-menu {
	float: right;
	width: 200px;
	margin-top: 13px;
	text-align: center;
	height: 500px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	list-style-image: url(../images/redarrowr.gif);
	margin-left: 40px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.bottom-banner {
	text-align: center;
	height: 75px;
	width: 100%;
	background-image: url('../images/footer.gif');
	background-position: top center;
	background-repeat: no-repeat;
	float: right;
	position: inherit;
}
.footer-text {
	color: #FFFFFF;
	top: 4px;
	font-size: 10px;
	position: relative;
}
.footer-link {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
.footer-link:hover {
	text-decoration: underline;
}
input {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #7A5C16; 
	background-color: #F8D98E; 
	border-color: #CE9F2C CE9F2C CE9F2C; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
	}
textarea {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #7A5C16; 
	width: 250px;
	height: 200px;
	background-color: #F8D98E; 
	border-color: #CE9F2C CE9F2C CE9F2C; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
	}

