body 
	{
		font-family: Arial;
		font-size: 12px;
	}
p
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
#main
	{
		border: solid 1px black;
	}
#header
	{
		border-top: solid 3px white;
		background: url(images/headerbg.gif) repeat-x 1px #EEE001;
		text-align:center;
		margin: 0px;
	}
h1
	{
		padding: 10px;
		color: #AD8301;
		margin: 0px;
		text-align: left;
		font-size: 24px;
	}
h2
	{
		color: #e7e7e7;
		padding: 10px;
		padding-bottom: none;		
		padding-top: 35px;
		font-weight: bold;
		font-style: italic;
		font-size: 16px;
		margin: 0px;
		text-align: left;			
	}
h3
	{
		margin: 0px;
		font-size: 13px;
		font-weight: bold;
	}
#nav
	{
		background: url(images/navbg.gif);
	}
.nav
	{
		padding: 3px;
		padding-left: 10px;
		padding-right: 10px;
text-align: center;
	}
.nav a, .nav a:visited 
	{
		color: #545454;
		font-weight:bold;
		text-decoration: none;
	}
.heading
	{
		color: #B67A59;
	}
.colheading
	{
		background: url(images/headingbg.gif) no-repeat top #dcdcdc;
	}
.colcontent
	{
		border: solid 1px #dcdcdc;
	}
#column
	{
		border-right: solid 1px #466d8c;
		vertical-align:top;
	}
#content
	{
		border-left: solid 1px #466d8c;
		vertical-align:top;		
	}
#footer
	{
		color: #636363;
		background-color: #dcdcdc;
		text-align: center;
		font-size: 11px;
	}
#footer a, #footer a:visited
	{
		color: #636363;
		text-decoration: none;
		font-weight: bold;
	}
a, a:visited
	{
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}	