html
	{
	height: 101%
	}

body 
	{
	background-color: #f6f6f6;
	}

body, td
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

img
	{
	border: 0;
	}	


h1,h2,h3,h4,h5
	{
	color: #1a4104;
	font-weight: bold;
	font-style: italic;
	}


h1
	{
	font-size: 19px;
	}

h2 
	{
	font-size: 16px;
	}

h3 
	{
	font-size: 14px;
	}

h4 
	{
	font-size: 20px;
	}

h5 
	{
	font-size: 10px;
	}




a:link, a:visited, a:active 
	{
	color: #2a6408;
	text-decoration: none;
	font-weight: bold;
	}


a:hover {
	color: #699252;
	text-decoration: none;
	font-weight: bold;
	}




.menu 
	{
	font-size: 9pt;
	font-style: italic;
	text-transform: capitalize;
	line-height: 14pt;
	font-weight: bold;
	text-align: left;
	}	



.menu a:hover 
	{
	text-decoration: underline overline;
	font-weight: bold;
	}



#main_content
	{
	width: 720px; 
	float: left; 
	min-height: 450px; 
	height:auto; 
	overflow: auto; 
	background-color: #f8f8f8;
	background-image: url('artwork/background.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0 10px 10px 15px; 
	margin: 0 0 20px 0; 
	text-align:center;
	}

.article
	{
	text-align:justify;	
	}

.clear
	{
	clear: both;
	}


#adblock
	{
	width: 200px;
	float: right;
	margin: 10px 5px 0 10px;
	padding: 3px;
	border: 1pt solid;
	font-size: 10px;
	}

/* This is the CSS for laying out forms with out tables  */

.formLayout 
	{ 
	background-color: #f3f3f3; 
	padding-right: 15px;
	} 
	


.formLayout label 
	{ 
	display: block;  
	float: left; 
	margin-top: 10px; 
	text-align: right; 
	padding-right: 20px; 
	}	


.formLayout input
	{
	display: block;  
	float: right; 
	margin-top: 10px; 
	}

.formLayout input[type=submit]
	{
	float: none;
	margin: auto;
	margin-top: 20px;
	}

.formLayout br
	{ 
	clear: both; 
	}

/* end of forms without tables css */
