body
{
	background-image: url(../images/bg.gif);
	background-repeat: repeat;	
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	color: #000000;
	font-family: verdana;
}

a
{
	color: #F98C39;
	text-decoration: none;
}

a:hover
{
	color: #F9753B;
	text-decoration: underline;
}

h4
{
	color: #605E49;
}

h5
{
	color: #6E340E;
}

ul
{
	list-style-image: url(../images/bullet.gif);
}

#container
{
	background-color: #ffffff;
	width: 762px;
	border: 2px solid #F9753B;
	text-align: left;
}

#header
{ 
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	height: 94px;
	border: 1px solid black;

}

#topnav 
{ 
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	border: 0px solid black;	
	padding-left: 25px;
	margin: 0px;
	width: 100%;
}

#rightcol
{
	float: right;
	width: 183px;	
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 15px;	
	font-size: 8pt;
	color: #595841;
}

#contents
{
	margin-right: 190px;
	margin-left: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-top: 20px;
	font-size: small;
	background-image: url(../images/sep_v.gif);	
	background-repeat: repeat-y;
	background-position: 100% 0%;
	height: 420px;
}

#footer
{		
	margin-top: 20px;
	padding: 3px;
	clear: both;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-y;
}

.seperator
{
	background-image: url(../images/sep_h.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-top: 5px;
}

.bold
{
	font-weight: bold;
}

.highlightbox
{
	background-color: #F7F6EB;
	border: 1px solid #E2E2DE;	
	padding: 5px;
	text-align: center;
}

.small
{
	font-size: 8pt;
}

.black a, .black a:hover
{
	color: #000000;
}

.space_r
{
	margin-right: 10px;
}

.space_l
{
	margin-left: 10px;
}

.space_b
{
	margin-bottom: 10px;
}

.space_t
{
	margin-top: 10px;
}

.content_table
{
	background-color: #F7F6EB;
	padding: 6px;
	border: 1px dashed #E2E2DE;
	text-align: left;
	width: 100%;
}
.highlight
{
	background-color: #FFFFF0;
}

