body {
	margin: 0;
	padding: 0;
	background-color: #BCBCBC;
	background-image: url(images/bodybg.jpg);
	background-attachment: fixed;
	text-align: center;
}
#header {
	padding: 0;
	background-image: url(images/headerbg2.jpg);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 250%;
	font-weight: bold;
}
#subhead {
	height: 25px;
	background-image: url(images/subheadbg.jpg);
	background-repeat: repeat-x;
	font: "Times New Roman", Times, serif #000;
	font-size: 70%;
	letter-spacing: 1px;
}
#wrapper{
	text-align: left;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 764px;
	margin-bottom: 25px;
}
#leftbox {
	float: left;
	width: 165px;
	border-top: 1px solid #505050;
	border-left: 1px solid #505050;
	border-bottom: 1px solid #505050;
	background-image: url(images/leftboxbg.jpg);
	margin-bottom: 25px;
}
#leftcontent {			
	padding: 10px 5px 3px 5px;
	font: 90% "Times New Roman", Times, serif;
	color: #000;
	letter-spacing: .1em;
	line-height: 1.2em;
}
#content {
	text-align: left;
	border: 1px solid #3F3F3F;
	margin-left: 166px;
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	color: #3C454E;
	letter-spacing: 1px;
	line-height: 1.3em;
	padding: 5px 10px 5px 10px;
	background-image: url(images/contentbg.jpg);
}
#content h4{
	color: #484848;
}
#content li {
	list-style-type: none;
	background: url(images/li.gif) no-repeat left center;
	padding: 0 2px 2px 22px;
	line-height: 1.2em;
	letter-spacing: .1em;
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	color: #343434;
}
#content td {
	font-size: 55%;
	font-family:  "MS Sans Serif", Geneva, sans-serif;
	color:  #000;
	letter-spacing: 1px;
}
#content a:link, a:visited, a:active {
	color: blue;
}
#content a:hover {
	text-decoration: underline overline;
	background-color: #D9D9D9;
}
.head {
	font-size: 65%;
	font-weight: bold;
}
#footer {
	height: 23px;
	clear: both;
	margin-top: 35px;
	padding: 3px 0 0 2px;
	border-top: 2px solid #666666;
	font-family: "Courier New", Courier, monospace;
	font-size: 65%;
	letter-spacing: 1px;
	color: Blue;
	background-image: url(images/subheadbg.jpg);
	background-repeat: repeat-x;
}
.middle {
	text-align: center;
}
.leftText {
	font-size: 80%;
}
