a.nav, a.nav:link, a.home:active, a.nav:visited
	{
	color: #333333;
	text-decoration: none;
	}

a.nav:hover
	{
	color: #333333;
	text-decoration: underline;
	}

a, a:link, a:active, a:visited
	{
	color: #333333;
	text-decoration: none;
	}

a:hover
	{
	color: #000000;
	text-decoration: underline;
	}

body {
		text-align:center;
font-family: arial;
font-size: small;
		}
	
	#frame {
		width:750px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
		width:130px;
		padding:5px;
		float:left;
		background:#fff;
		border:1px solid black;
		}
	
	#contentcenter {
		width:420px;
		padding:5px;
		float:left;
		background:#fff;
		}
	
	#contentright {
		width:160px;
		padding:5px;
		float:left;
		background:#fff;
border-left:0px dashed #ED1C24;
		}

	#contentmain {
		width:580px;
		padding:10px;
		background:#fff;
		}

	#footer {
		width:750px;
		padding:2px;
		float:left;
		background:#fff;
border-top:3px solid #000;
font-size: x-small;
font-weight: bold;
		}

	#caption {
color: #666;
		}
	
	#contentheader {
		background:#fff
		}
		
	
	#header {
color: #ED1C24;
font-size: 200%;
font-weight: bold;
		}

	h2 {
color: #ED1C24;
font-size: 100%;
		}

	#date {
color: #ED1C24;
font-size: 100%;
		}
