body {
	margin: 0px;
	background-color: #000000;
	}
	
#container {
	width: 960px;
	text-align: left;
	border: 0px #626262 dotted;
	background-color: #808080;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	}

/* header area start */
	
#header {
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
	}

/* main area start */
	
#main {
	width: 960px;
	}
	
#leftnav {
	width: 200px;
	padding-top: 0px;
	padding-bottom: 20px;
	}
	
#content_area {
	width: 560px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 20px;
	}
	
#rightcol {
	width: 200px;
	padding-top: 0px;
	padding-bottom: 20px;
	}

/* footer area start */

#footer {
	width: 960px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 5px;
	}
	
/* heading styles */

h1 {
	color: #EBEBEB;
	font-size: 14px;
	font-weight: normal;
	}

h2 {
	color: #EBEBEB;
	font-size: 12px;
	font-weight: normal;
	}
	
h3 {
	color: #EBEBEB;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	}
	
/* image styles */
	
.img01 {
	border: 1px #EBEBEB solid;
	}
	
.img02 {
	border: 1px #EBEBEB solid;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.img03 {
	border: 1px #EBEBEB solid;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
/* text & link syles */

.default
	{
	font-family: Arial;
	font-size: 10px;
	color: #EBEBEB;
	line-height: 18px;
	}
.default a:link, .default a:visited, .default a:active
	{
	font-family: Arial;
	font-size: 10px;
	color: #EBEBEB;
	text-decoration: none;
	line-height: 18px;
	}
.default a:hover, .default a:visited:hover 
	{
	font-family: Arial;
	font-size: 10px;
	color: #8DC63F;
	text-decoration: none;
	line-height: 18px;
	}
	
/* header navigation */

.header_nav 
	{
	font-family: Arial;
	font-size: 16px;
	color: #EBEBEB;
	}
.header_nav a:link, .header_nav a:visited, .header_nav a:active
	{
	font-family: Arial;
	font-size: 16px;
	color: #EBEBEB;
	text-decoration: none;
	margin-right: 10px;
	}
.header_nav a:hover, .header_nav a:visited:hover 
	{
	font-family: Arial;
	font-size: 16px;
	color: #8DC63F;
	text-decoration: none;
	margin-right: 10px;
	}
	
/* left navigation */

.leftnav a:link, .leftnav a:visited, .leftnav a:active
	{
	font-family: Arial;
	font-size: 10px;
	color: #EBEBEB;
	text-decoration: none;
	display: block;
	padding: 4px 5px 0px 15px;
	border-bottom: 1px #626262 dotted;
	}
.leftnav a:hover, .leftnav a:visited:hover 
	{
	font-family: Arial;
	font-size: 10px;
	color: #8DC63F;
	text-decoration: none;
	display: block;
	padding: 4px 5px 0px 15px;
	border-bottom: 1px #626262 dotted;
	}
	
.lefthead
	{
	font-family: Arial;
	font-size: 12px;
	color: #EBEBEB;
	display: block;
	padding: 10px 5px 5px 10px;
	border-bottom: 1px #626262 dotted;
	}
	
/* left navigation */

.rightcol a:link, .rightcol a:visited, .rightcol a:active
	{
	font-family: Arial;
	font-size: 10px;
	color: #EBEBEB;
	text-decoration: none;
	display: block;
	padding: 4px 5px 0px 15px;
	border-bottom: 1px #626262 dotted;
	}
.rightcol a:hover, .rightcol a:visited:hover 
	{
	font-family: Arial;
	font-size: 10px;
	color: #8DC63F;
	text-decoration: none;
	display: block;
	padding: 4px 5px 0px 15px;
	border-bottom: 1px #626262 dotted;
	}
	
.righthead
	{
	font-family: Arial;
	font-size: 12px;
	color: #EBEBEB;
	display: block;
	padding: 10px 5px 5px 10px;
	border-bottom: 1px #626262 dotted;
	}
	
.rightsub
	{
	font-family: Arial;
	font-size: 11px;
	color: #EBEBEB;
	display: block;
	padding: 10px 5px 5px 10px;
	border-bottom: 1px #626262 dotted;
	}
	
/* footer text & link */

.footer
	{
	font-family: Arial;
	font-size: 10px;
	color: #EBEBEB;
	}
.footer a:link, .footer a:visited, .footer a:active 
	{
	font-family: Arial;
	font-size: 10px;
	color: #EBEBEB;
	text-decoration: none;
	}
.footer a:hover, .footer a:visited:hover 
	{
	font-family: Arial;
	font-size: 10px;
	color: #8DC63F;
	text-decoration: none;
	}
	
/* miscellaneous */

ul 
	{ 
	list-style-image: url("images/arrow.gif") 
	}

	