@charset "utf-8";
/* CSS Document */
body
{
	margin-left:auto;
	margin-right:auto;
	background-color:#734C38;
}

td
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.box
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D0E09;
	border: 1px solid #433535;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #CAB99B;

}

.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660C04;
	font-weight: bold;
}
.noborder
{
	border:none;
}
.navText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660C04;
	font-weight: bold;
}
.leftBg {
	background-image: url(../images/bottom_2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left;
	height:216px;
}
.rightBg {
	background-image: url(../images/bottom_01.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right;
	height:216px;
}
.norepeatLeft 
{
	background-repeat: no-repeat;
	background-position:left;
}

.norepeatRight 
{
	background-repeat: no-repeat;
	background-position:right;
}

#warning
{
	background-color:#C35D00;
}


SELECT, INPUT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	vertical-align : middle;
	border: 1px solid #433535;
	background-color: #CAB99B;
}

.radio {
	border: 0px;
	background: transparent;
} 

.welcome_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	border: 1px solid #433535;
	background-color: #CAB99B;
	width: 430px;
	height: 150px;
	font-weight: bold;	
	text-align: left;
	
	overflow: none;
}
