body
{
	background:url(images/bg3.jpg) repeat-y top center #eaeaea;
	margin: 0;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color:black;
	text-align: center; /*part 1 of 2 part centering hack*/
}
#wrapper
{
	background-color: #FFFFE8;
	width:760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;  /*part 2 of 2 part center hack*/
}
a
{
	color:#FFFFE8;
	text-decoration:none;
}
a:hover
{
	color:#CC0000;
}
#header 
{
	background:url(images/header4.jpg) no-repeat bottom left #FFFFE8;
	height:250px;
	margin-bottom:10px;
	padding: 0;
}
#header h1 
{
	font-size:3.2em;
	font-weight:400;
	color:#FFFFE8;
	letter-spacing:-2px;
	margin:0px 0px 4px 15px;
	padding:165px 0px 0px 0px;
}
#header p 
{
	font-size:1.5em;
	font-weight:400;
	color:#EEEEEE;
	letter-spacing:-2px;
	margin:0px 0px 20px 15px;
	padding:0px 0px 0px 3px;
}
#content 
{
	background:url(images/bg-content.jpg) repeat-y top center #440000;
	color:#FFFFE8;
	width:760px;
	line-height:1.3em;
	padding:0px 0px 5px 0px;
}
#content h2
{
	font-weight:bold;
	font-size:1.8em;
	Font-Style:italic;
	text-align:center;
	padding:25px 0px 20px 0px;
}
#content p
{
	padding:0px 38px 0px 35px;	
	text-align:justify;
	font-size:11px
}
#content table
{
	width:600px;
	font-size: 0.9em;
	color:#FFFFE8;
	border-collapse:collapse;
	margin:20px 0px 0px 80px;
	padding:20px 0px 0px 0px;
}
#content table tr td
{
	border: 1px solid #FFFFE8;
	padding:0 0 0 10px;
	height:30px;
}
#content table tr th
{
	border: 1px solid #FFFFE8;
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	color:#FFFFE8;
	padding:10px 0;
}
#content a
{
	color:#FFFFCC;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover
{
	color:#330000;
	background-color:#FFFFE8;
}
.img-r
{
	float:right;
	margin:7px 0px 0px 10px;
	border: 1px solid #FFFFE8;
}
.img-l
{
	float:left;
	margin:7px 10px 0px 0px;
	border: 1px solid #FFFFE8;
}
.hide
{
	display: none;
	line-height:3.0em;
}
#footer
{
	background:#FFFFE8;
	border-top:2px solid #dadada;
	border-bottom:2px solid #dadada;
	clear:both;
	color:gray;
	font-size:0.9em;
	margin:0 auto;
	padding:8px 0;
	text-align:center;
	width:760px;
}
#qTip {
 	padding: 3px;
 	border: 1px solid #999;
 	border-right-width: 2px;
 	border-bottom-width: 2px;
	 display: none;
	 background: #FFFFE8;
	 color: #660000;
	 font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	 text-align: left;
 	position: absolute;
 	z-index: 1000;
}