a:link { text-decoration: none; color:#fff; }
a:visited { text-decoration: none; color:#fff; }
a:hover {text-decoration: none; color:#ccc;}
a:active { text-decoration: none; color:#CCC; }	

a.footer:link { text-decoration: none; color:#333; }
a.footer:visited { text-decoration: none; color:#999; }
a.footer:hover { text-decoration: underline; color:#696;}
a.footer:active { text-decoration: none; color:#999; }	

a.header:link { text-decoration: underline; color:#09F; }
a.header:visited { text-decoration: underline; color:#003399; }
a.header:hover { text-decoration: none; color:#999;}
a.header:active { text-decoration: underline; color:#999; }	

a.paralink:link { text-decoration: underline; color:#039; }
a.paralink:visited { text-decoration: underline; color:#039; }
a.paralink:hover { text-decoration: none; color:#666;}
a.paralink:active { text-decoration: underline; color:#039; }	


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:100;
	letter-spacing: 1px;
	line-height: 14px;
	color: #333;
	background-color:#999999;
	text-align: justify;
	}
#main_content ul {
	text-align:left;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
	}

#container {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 750px;
	height: 600px;
	background-color: #FFFFFF;
	text-align: left;
	border: thin white solid;	
	z-index: 1;
	}
	
#navigation	{
	width: 148px;
	background-color:#669966;
	margin-top: 5px;
	z-index:2;
	float: left;
	height: 128px;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	}

	
#nav_list {
	font-size:12px;
	float: right;
	margin-top: 18px;
			}
			

#nav_list li{
	margin-right:5px;	
	color: #CCCCCC;
	font-weight: 900;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 15px;
	border-right-style: dashed;
	border-right-width: 1pt;
	border-right-color: #CCC;
	}
	
#nav_list a {
	padding-top: 1px;
	padding-right:5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

#image_box{
	margin-top:5px;
	float:right;
	z-index: 3;
}

#main_content
	{
	padding: 5px;
	margin-top:5px;
	z-index: 4;
	}
	
#main_content table
	{
	padding-left:20px;
	float:left;
	}
	
#main_content h3
	{
	font-size: 14px;
	color: #930;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	}
	
#left_image
	{
	margin-top:7px;
	float:left;
	}
	
#footer
	{
	margin-top: 50px;
	float: right;
	width: 480px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-top-width: 1pt;
	}

	#footer p
	{
	margin-left:200px;
	}
	
	#footer li
	{
	display:inline;
	}
	
.left {
	width: 240px;
	padding-left:50px;
	border-right-style: dashed;
	border-right-width: 1pt;
	border-right-color: #CCC;
	}
	
.fulltable
	{
	margin-left:50px;
	border-color: #000;
	border-width: 1px;
	}
.right {
	width: 240px;
	padding-left: 5px;
	}
.bottom_right
	{
	float:left;
	width:50px;
	border-top-style: dashed;
	border-top-color: #999999;
	border-top-width: medium;
	}

p 	
	{
	text-align: left;	
	}
h5	{
	text-align: left;
	font-size: 10px;
	}

h6 
	{
	text-align:left;
	}
