body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
html,body {
	height: 100%;
}
body {
	background-color: #86a4ca;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
	scrollbar-face-color: 596d46;
	scrollbar-highlight-color: f1f3f9;
	scrollbar-3dlight-color: 5c7149;
	scrollbar-darkshadow-color: 37432b;
	scrollbar-shadow-color: 445335;
	scrollbar-arrow-color: f2f3fa;
	scrollbar-track-color: d8e2cf;
}
a:link, a:visited, a:active {
	color: #000;
	/*font-size: 10px;
	font-weight: bold;*/
	text-decoration: underline;
}
a:hover {
	color: #172983;
}
img{
	border: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #172983;
	border: 0;
	border-top: 1px solid #172983;
	height: 1px;
	width: 580px;
}
h1{
	font-weight: normal;
	text-align: left;
	background-image: none;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 19px;
}
p{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
}
input, select, textarea{
	background-color: #9b8a5d;
	font-weight: bold;
	color: white;
	margin: 0px;
	padding: 0px;
}

#wrapper{
	position: relative;
	width: 901px;
	margin: auto;
	top: 0px;
	padding-top: 30px;
	text-align: left;
}
#headtop{
	position: relative;
	left: 0px;
	width: 100%;
	height: 156px;
	background-image: url('images/logo.gif');
	background-position: left top;
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 30px;
	padding-right: 30px;
	color: #fff3d7;
	
	font-size: 17px;
	font-weight: bold;
}
#headtop h1{
	padding-right: 15px;
	font-size: 26px;
	font-weight: bold;
	text-align: right;
}
#headtop p{
	padding-right: 15px;
	font-weight: bold;
	text-align: right;
}
#headtop a:link, #headtop a:active, #headtop a:visited, #headtop a:hover{
	color: #fff3d7;
}
#headtop a:hover{
	font-decoration: underline;
}
#main{
	position: relative;
	left: 0px;
	width: 100%;
	height: 350px;
	padding-bottom: 5px;
	padding-top: 30px;
	background-color: #fff3d7;
	overflow: auto;
}
#footer{
	position: relative;
	left: 0px;
	width: 100%;
	height: 81px;
	padding-top: 6px;
	background-image: url('images/bottom.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
#footer img{
	margin: 0px;
	padding: 0px;

}

#crumb{
		position: absolute;
		margin:0 auto;
		left: 285px;
		top: 190px;
		height: 23px;
		width: 617px;
		text-align: left;
		z-index: 1;
		
	}
