body
{
margin: 0 0 0 0;	
background-image: none;
}
#container
{
text-align: left;
margin: 0 auto;
}

@media screen 
{
	#header
	{
		background: #990033;
		width: 100%;
		line-height: 2.5em;
		text-align: right;
		color: #ffffff;
		padding-right: 1.25em;
	}
	#footer
	{
		background: #990033;
		width: 100%;
		line-height: 2.5em;
		text-align: right;
		color: #ffffff;
		padding-right: 1.25em;
	}
}
@media print 
{
	#header
	{
		display: none;
	}
	#footer
	{
		display:none;
	}
}
#logo
{
	background-image: url(../images/logo.gif);
	background-position: left -10px;
	background-repeat: no-repeat;
	height: 71px;
}
#content
{
padding: 10px;
}

#header a, #header a:hover, #header a:visited,
#footer a, #footer a:hover, #footer a:visited
{
	color: #ffffff;
	text-decoration: underline;
} 

h2
{
	font-size: 1.0em;
	font-weight: bold;
	color: #990033;		
	padding: 0 0 0 0;	
	margin: 0 0 0 0;
}

h2 a
{
	font-size: 1.0em;
	font-weight: bold;
	color: #990033;		
	padding: 0 0 0 0;	
	margin: 0 0 0 0;
}

p
{
	margin-top: 0px;
}

h1
{
	margin-top: 0px;
}
