body
	{
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%
	}
a
	{
	color: #ffffff;
	text-decoration: none;
	}

a img

	{
	border: none;
	}
	
a:hover
	{
	color: #999999;
	}
	
a:active
	{
	color: #ffffff;
	}
	
#total_wrapper
	{
	width: 702px;
	background-color: #999999;
	margin: 0 auto;
	height: 100%
	}

#left_shadow
	{
	width: 20px;
	float: left;
	background-image: url('../images/leftshadow.png');
	background-repeat: repeat-y;
	height: 100%
	}
	
#main_wrapper
	{
	margin: 0 auto;
	width: 700px;
	float: left;
	background-color: #ffffff;
	border: 1px solid #000000;
	}
	
#top_banner
	{
	width: 650px;
	height: 95px;
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 25px;
	background-color: #ffffff;
	}
	
#left_image
	{
	width: 215px;
	height: 80px;
	float: left;
	}
 
#left_image a:hover
	{
	border: none;
	color: #ffffff;
	}
	
#right_image
	{
	width: 215px;
	height: 80px;
	background-image: url('../images/numbers.png');
	background-repeat: no-repeat;
	float: right;
	}
	
#navigation
	{
	width: 700px;
	height: 25px;
	padding-top: 5px;
	background-image: url('../images/navigationbg.png');
	background-repeat: repeat-x;
	}

.navitem
	{
	width: 120px;
	color: #ffffff;
	height: 20px;
	border-right: 1px solid #999999;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	float: left;
	}
	
#banner
	{
	width: 700px;
	height: 140px;
	}
	
#bannera
	{
	width: 700px;
	height: 140px;
	background-image: url('../images/banner3a.png');
	background-repeat: no-repeat;
	}
	
#bannerb
	{
	width: 700px;
	height: 140px;
	background-image: url('../images/banner3b.png');
	background-repeat: no-repeat;
	}
	
#bannerc
	{
	width: 700px;
	height: 140px;
	background-image: url('../images/banner3c.png');
	background-repeat: no-repeat;
	}
	
#banner_shadow
	{
	width: 700px;
	height: 10px;
	background-image: url('../images/bannershadow.png');
	background-repeat: repeat-x;
	}
	
#content_wrapper
	{
	width: 700px;
	}
	
#left_content
	{
	margin-top: 20px;
	width: 425px;
	border-right: 1px solid #666666;
	background-color: #ffffff;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	}
	
#left_content a
	{
	color: #000000;
	}
	
#left_content a:hover
	{
	color: #999999;
	}
#right_content
	{
	margin-top: 20px;
	width: 194px;
	padding-left: 15px;
	padding-right: 15px;
	float: right;
	line-height: 28px;
	}
	
#footer
	{
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 15px;
	width: 650px;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	border-top: 1px solid #999999;
	line-height: 35px;
	}
	
#footertextleft
	{
	float: left;
	}

#footertextright a
	{
	color: #333333;
	}
	
#footertextright a:hover
	{
	color: #666666;
	}
	
#footertextright
	{
	float: right;
	}
	
#right_shadow
	{
	width: 20px;
	float: right;
	background-image: url('../images/rightshadow.png');
	background-repeat: repeat-y;
	height: 100%
	}

h1
	{
	font-size: 16px;
	}
	
h2
	{
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #999999;
	}

h3
	{
	font-size: 14px;
	}

ul
	{
	margin-left: 0px;
	list-style: disc;
	color: #ff0000;
	}

.list
	{
	color: #000000;
	}

.redhighlight
	{
	color: #ff0000;
	font-weight: bold;
	}

.bold
	{
	font-weight: bold;
	}
