body 
	{
		font-family: Arial;
		font-size: 12px;
	}
p
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
#main
	{
		border: solid 1px black;
		border-top: solid 10px #000000;
	}
#header
	{
		border-top: solid 3px white;
		background: url(images/headerbg.gif) repeat-x top #2A86B7;
		margin: 0px;
	}
h1
	{
		padding: 10px;
		color: #545454;
		font-size: 28px;
		margin: 0px;
	}
h2
	{
		color: #e7e7e7;
		font-weight: normal;
		font-size: 20px;
		font-style: italic;
		border-bottom: solid 2px #FFFFFF;
		margin: 0px;
		margin-top: 7px;
		text-align: left;
	}
h3
	{
		margin: 0px;
		font-size: 13px;
		font-weight: bold;
	}
#nav
	{
		background-color: #FFFFFF;
		border-top: solid 1px #ababab;
	}
.nav
	{
		padding: 2px;
		padding-left: 10px;
		padding-right: 10px;
		text-align:center;
		border-bottom: solid 1px #ababab;
	}
.nav a
	{
		color: #545454;
		font-weight:bold;
		text-decoration: none;
	}
.colheading
	{
		color: #145F8F;
	}
#column
	{
		border-right: solid 1px #466d8c;
		vertical-align:top;
	}
#content
	{
		border-left: solid 1px #466d8c;
		vertical-align:top;		
	}
#footer
	{
		color: #989898;
		background-color: #FFFFFF;
		border-top: solid 2px #989898;
		text-align: center;
		font-size: 11px;
	}
#footer a, #footer a:visited
	{
		color: #989898;
		text-decoration: none;
		font-weight: bold;
	}
a, a:visited
	{
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}	