@charset "utf-8";
/* CSS Document */


html,body{
	padding:25px;
	margin:0px;
	background-color:#bdae83;
	font-family:Arial;
}	
input {
	font-weight:bold;
}
textarea {
	font-weight:bolder;
}
a:active {
	color:black;
	font-weight:bold;
	text-decoration:none;
}
a:link {
	color:black;
	font-weight:bold;
}
a:visited {
	color:black;
	font-weight:bold;
}
img{
	border:0;
}
.container{
	width:800px;
	height:auto;
	min-height:100%;
	margin: 0 auto;
	border:1px solid black;
	position:relative;
	background-color:white;
}

.header{
	background-color:#0b736c;
	width:100%;
}

.main{
	background-color:white;
	height:100%;

}
.menu{
	border-top:2px solid black;
	height:45px;
	width:100%;
	background-image:url(../images/hillSide2_04.png);
	background-repeat:repeat-x;

}

.tcontent{
	float:left;
	position:absolute;
	margin-left:10px;
	margin-top:10px;

}
.footer{
	
	
	background-color:#0b736c;
	width:100%;
	height:45px;
	clear:both;
	vertical-align:bottom;
	color:white;
	text-align:center;
}
table.slogan {
	border:2px solid #0b736c;
}
table.info {
	border:2px solid #0b736c;
	width:100%;
}
table.main_info {
	border-left:2px solid #0b736c;
	border-bottom:2px solid #0b736c;
	border-right:hidden;
	border-top:hidden;
}
.required{
	color:red;
}
.warning{
	color:red;
	font-size:large;
	text-align:center;
}
