/* CSS Document */

body 
	{
	margin:0px 0px;
	padding:0px;
	text-align: left;
	background-image:url(../images/circle-bg.gif);
	background-repeat:repeat; 
	}

	
#Page     
	{
	width:800px;
	height: 1000px;
	margin:0px 0px 0px 112px;
	padding:0px 0px 0px 0px;
	text-align: centre;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#58595b;
	font-size: 12px;
	}


#header     
	{
	float: left;
	width:800px;
	height:170px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat; 
	}

#flash   
	{
	float: right;
	width:650px;
	height:391px;
	margin:10px 25px 0px 0px;
	padding:0px 0px 0px 0px;
	}

/* FONT STYLES
***************************************************/

p 
	{	
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px 30px 20px 0px;
	color: #FFF;
	font-size:12.5px;
	}
	
a:link
	{
	color: #fff;
	text-decoration:none;
	}

a:visited
	{
	color: #fff;
	text-decoration:none;
	}

a:hover
	{
	color: #bfd730;
	text-decoration:none;
	}

.greenline{
	color: #bfd730;
}

/* NAVIGATION
***************************************************/

#leftnav
	{
	float: left;
	width:80px;
	margin: 0px 0px 0px 25px;
	padding:0px 0px 0px 0px;
	text-align:left;
	
	}
	
ul#lnav
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float:left;
	border-top: 1px dotted #fff;
	width: 80px;
	}
	
ul#lnav a
	{
	float:left;
	padding: .3em 0em;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 13px;
	color:#fff;
	border-bottom: 1px dotted #fff;
	width: 80px;
	}
	
ul#lnav a:hover
	{
	color: #bfd730;
		}	
		
#botnav
	{
	clear:left;
	float: left;
	width:80px;
	margin: 23px 0px 0px 25px;
	padding:0px 0px 0px 0px;
	text-align:left;
	
	}
	
ul#bnav
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float:left;
	border-top: 1px dotted #fff;
	width: 80px;
	}
	
ul#bnav a
	{
	float:left;
	padding: .3em 0em;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 13px;
	color:#999999;
	border-bottom: 1px dotted #fff;
	width: 80px;
	}
	
ul#bnav a:hover
	{
	color: #bfd730;
		}	


/* MAINCONTAINER
***************************************************/



/* HOMEPAGE
***************************************************/




/* FOOTERS
***************************************************/

#footer    
	{
	clear: both;
	width:800px;
	margin:5px 0px 0px 25px;
	float:right;
	text-align:right;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	}