body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image:url(images/BG.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	background-color:#5b0c0e;
	}
#shell{
	width:800px;
	margin:0 auto 0 auto;
}

#header{
	background-image:url(images/headerBG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:183px;
	width:800px;
	margin:0;
	padding:0;
}
#subhead{
	padding:2px 0 2px 0;
	background-color:#fff;
}


#content{
	width:780px;
	margin:0 auto 0 auto;
	padding:10px;
	background-color:#fff;
	clear:both;
}

#grayblock{
	width:340px;
	float:left;
	padding:10px;
	background-color:#989898;
	margin-right:20px;
}

a:link {
	color: #336699;
}
a:visited {
	color: #003333;
}
a:hover {
	color: #7d5825;
}
a:active {
	color: #7d5825;
}
h1 {
	font-size: 22px;
	color:#5b0c0e;
	background-color:#efefef;
	font-weight: bold;
	padding:12px 0px 3px 0px;
	margin:0;
    font-family: "Trebuchet MS", verdana, arial, sans-serif;
	width:auto;
	text-align:center;
}
h2 {
	font-size: 18px;
	color: #5b0c0e;
	font-weight: bold;
	background-color:#FFF;
	margin:0px 0px 0px -10px;
	padding:3px 3px 3px 10px;
}

h3 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.strongtext {
    font-size:14px;
	color: #036;
	font-weight:bold;
	}

		

.inputbox {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #fefefe;
  border: 1px solid #5b0c0e;
  padding:1px;
}
.button {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  background-image:url(images/buttonBG.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  color: #e2d5b9;
  background-color: #5b0c0e;
  border-top: 1px solid #FCF;
  border-left: 1px solid #FCF;
  border-right: 1px solid #933;
  border-bottom: 1px solid #933;
  padding: 3;
  cursor: pointer;
}	
.list li{
    list-style: none;
	list-style-image:url(images/bullet.gif);
	list-style-position:outside;
	padding-bottom:12px;
	padding-left:5px;
	}	
	
	
	
#footer {
	background-color: #000;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	opacity:.85;
	-moz-opacity:.85;
	color: #ccc;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	width:790px;
	margin: 20px auto 10px auto;
	clear:both;
	}
#footer a:link {
    font-size: 10px;
	font-weight: bold;
 	color: #eeeeee;
	text-decoration: none;
}
#footer a:visited {
    font-size: 10px;
	font-weight: bold;
 	color: #eee;
	text-decoration: none;
}
#footer a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #ffffff;
	text-decoration: none;
}
#footer a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #fff;
	text-decoration: none;
}
