/*dash.css*/

a {
	color: #999;
	text-decoration: underline;
}

body {
	background: #000000 url(img/bgbody2.gif) repeat-y center top;
	color: #555555;
	font: normal 0.7em sans-serif,Arial;
	margin: 0px 0;
	text-align: center;
}

.navalot {	
	background: #D9E1E5 url(img/nav.jpg);
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	height: 41px;
	width: 750px;
}
.navalot a {
	background: transparent url(img/nav.jpg) left top repeat-x;
	border-right: 1px solid #FFFFFF;
	color: #000000;
	display: block;
	float: left;
	font: 1.1em sans-serif;
	line-height: 41px;
	padding: 0 18px;
	text-decoration: none;
}
.navalot a:hover {
	background: transparent url(img/nav.jpg) left bottom; 
	color: #ffffff;
}
.navalot a#last {
	border-right: none;
	width: 71px;
}

.mainalot {
	background: #FFFFFF; 
	border: 0px double #EEEEEE; 
	border-color: #7a3915; 
	margin: 4px auto 2px auto; 
	text-align: left;
	width: 750px; 
}

.graphicsalot {
	background: #FF0000 url(img/header1.jpg) no-repeat;
	height: 152px;
	width: 750px;
}

.graphicsalot h1, h2 {
	position: absolute;
	top: -1000px;
	left: -1000px;
	display: none;
}

.contentalot {
	background: #FFFFFF;
	border-top: 0px solid #1A1A1A;
	clear: both;
}
.contentalot h1 {
	color: #ff0000;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 6px;
}
.contentalot p {
	margin: 0 0 12px;
}
.textalot {
	background: #ffffff repeat-x;
	padding: 8px 10px;
}



