body{
	background-image:url(../images/bgGradient.png);
	background-repeat:repeat-x;
	background-color:#5e411d;
	text-align:center;
	font-family:arial;
}

h1{
	font-family:verdana;
	color:#553801;
	margin:0;
	margin-top:8px;
	font-size:26px;
}

h2{
	color:#9a8459;
	margin:0;
	margin-top:8px;
}

a{
	font-weight:bold;
	color:#553801;
}

p{
	margin-bottom:10px;
	margin-top:10px;
}

td{
	text-align:left;
}

.table{
	width:100%;
}

.image{
	background-color:#e3d8c4;
	padding:10px;
	margin:15px;
	border:2px solid #9a8459;
}

.tdLeft{
	text-align:right;
	font-weight:bold;
	font-size:16px;
}

.textInput{
	width:250px;
	height:22px;
	font-size:15px;
	border:1px solid black;
	margin:0;
	padding-top:5px;
}

.textareaInput{
	width:300px;
	height:100px;
	font-size:15px;
	border:1px solid black;
}

.button{
	border:1px solid black;
	padding:5px;
	width:120px;
	font-weight:bold;
}



#containerDiv{
	margin:0 auto;	
	margin-top:5px;
	width:850px;		
}

#headerMenuDiv{
	height:30px;
	padding-bottom:12px;
	padding-left:20px;
	padding-right:20px;
	color:#dcc5a9;
}
#headerMenuDiv a{
	color:#dcc5a9;
	text-decoration:none;
	font-size:16px;
}
#headerMenuDiv a:hover{
	text-decoration:underline;
}

#headerDiv{
	height:65px;
	width:100%;
	background-color:black;
	text-align:center;
}
#headerDiv img{
	margin-top:25px;
}

#contentDiv{
	background-color:#F9F7ED;
	width:100%;
	text-align:left;
	padding:20px;
	padding-top:340px;
	
	background-image:url(../images/topLarge.png);
	background-repeat:no-repeat;
}

#menuDiv{
	text-align:center;
	padding-right:35px;
	margin-bottom:80px;
}

#msgDiv{
	display:none;
	background-color:black;
	width:250px;
	height:45px;
	color:white;
	font-weight:bold;
	padding:5px;
}
#msgDiv a{
	color:#FFFF88;
	line-height:25px;
}

.menuButton{
	height:20px;
	width:150px;
	float:right;
	margin-top:20px;
	margin-right:5px;
	background-color:black;
	padding:8px;
	text-align:center;
}

.menuButton a{
	color:white;
	font-size:20px;
	text-decoration:none;
	font-weight:bold;				
}
.menuButton a:hover{
	color:#FFFF88;

}

.table{
	width:100%;
}
.table td{
	text-align:left;
}
