body {
	scrollbar-face-color: #A7C900;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #2C2C2C;
	scrollbar-arrow-color: #ffffff;
	background : #000000;
	color : #ffffff;
	font-family : "Times New Roman", Times, serif;
	margin: 0px;
	background-repeat : repeat-x;
	text-align: center;
}


h1 {
	color : #ffffff;
	font-size : 16pt;
	font-weight : bold;
}



p,td,a,li {
	margin: 15 0 0 0;
	color : #ffffff;
	font-size : 12pt;
}



hr {
 color : #000000;
 width: 630px;
}


 a:link	{
	color : #BDE400;
	text-decoration : underline;
}

 a:visited	{
	color : #BDE400;
	text-decoration : underline;
}

 a:active	{
	color : #BDE400;
	text-decoration : underline;
}

 a:hover	{
	color : #EFFF9F;
	text-decoration : none;
}

#contents	
	{
	margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	width: 760px;
	padding: 0px;
	color: #000;
	text-align: left;
	margin-bottom : 0px;
	background-color : Aqua;
}
logo
{
	margin: 0px;
	
}

	
/* HEADER */
#header
{
	background-image : url(../images/header.jpg);
	width: 760px;
	height: 234px;
	padding-left: 0px;
	margin: 0px;
	background-repeat : no-repeat;
	background-color : Fuchsia;
}	

#navlist
		{
	padding : 85px 0px 0px 390px;
}
		
		#navlist ul, #navlist li
		{
			margin: 0;
			padding: 0;
			display: inline;
			list-style-type: none;
		}
		
		#navlist a:link, #navlist a:visited
		{
			float: left;
			line-height: 14px;
			font-weight: bold;
			margin: 0 10px 4px 10px;
			text-decoration: none;
			color: #ffffff;
		}
		
		#navlist a:link#current, #navlist a:visited#current
		{
			border-bottom: 4px solid #ffffff;
			padding-bottom: 2px;
			background: transparent;
			color: #ffffff;
		}
		
		#navlist a:hover
		{
			border-bottom: 4px solid #BDE400;
			padding-bottom: 2px;
			background: transparent;
			color: #BDE400;
		}
		
		#navlist a:hover { color: #BDE400; }
		
		
		



/* CONTENT */
#main
{
	background-image : url(../images/content_body.gif);
	background-repeat : repeat-y;
	background-color: Olive;
	width: 760px;
	margin:0px;
}

#content
{
	margin-left:10px;
	margin-right: 20px;
}

#main h1
{
	height:25px;
	margin:0px;
	color : #BDE400;
	background-image : url(../images/h1_bg.jpg);
	background-repeat : no-repeat;
}
#main h2
{
	
	color : #ffffff;
	font-size : 14pt;
}

#indent10
{
	margin-left: 10px;
}
#indent20
{
	margin-left: 20px;
}

#top
{
	text-align : right;
}


/* FOOTER */

#footer
{
	margin: 0px;
}