/* CSS Document */

body {
	text-align:center;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image:url(/css/images/bgtile.jpg);
}

a {
	color: #909859;
	font-weight:bold;
	text-decoration:none;
}
a:hover { color:#000000; }

h2 {
	font-size:16px;
	color:#000000;
	border-bottom:1px solid #909859;
	text-transform:capitalize;
	padding-bottom:10px;
	margin:5px;
}

h4 {
	font-size:13px;
	color:#909859;
	text-transform:capitalize;
	font-style:italic;
	padding-bottom:10px;
	margin:5px;
}

#headershell {
	text-align:left;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	/*background-image:url(/css/images/bghdr.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
	background-color:#ffffff;
	border: 2px dashed #909859;
	border-bottom:none;
}

#bodyshell {
	text-align:left;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	min-height:400px;
	background-image:url(/css/images/bgwhite.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#ffffff;
	border-left: 2px dashed #909859;
	border-right: 2px dashed #909859;
}

#content {
	width:920px;
	margin-left:20px;
	margin-bottom:20px;
	height:auto;
}

#footershell {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	height:60px;
	background-color:#ffffff;
	border: 2px dashed #909859;
	border-top:none;
}

#logo {
	padding:10px;
	float:left;
}

#header {
	padding:10px;
}

#mainnav {
	clear:both;
	padding:20px;
}
#mainnav a { 
	font-size:12px;
	padding:5px;
	margin:2px;
	border:1px solid #909859;
}
#mainnav a:hover {
	background-color:#909859;
	color:#ffffff;
}

.highLight {
	background-color:#909859;
	color:#ffffff;
}
	