﻿* 
{
	margin: 0; 
	padding: 0; 
}

body { 
	text-align: center; /*centers the content in IE5/win */ 
	background: #d5d5d5; 
	font-family: Verdana;
	font-size: 12px;
} 

IMG 
{
	border: 0px;
}

a:link {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:active {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: blue;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: red;
}

#container 
{
	margin: 0 auto;
	width: 880px;
	border: 1px solid black;
}

#header {
	width: 880px;
	height: 40px;
	background: #ffffff;
}
#flash {
	width: 880px;
	height: 242px;
	background: #ffffff;
}
#menu {
	width: 880px;
	height: 42px;
	background-image: url(images/menubar_gradient.gif);
}
#menu li
{
	display: inline;
	list-style-type: none;
	padding-right: 14px;
}

#menu a 
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover 
{
	color: #d0d0d0;
	font-weight: bold;
	text-decoration: none;
}

#homebox {
	width: 880px;
	height: 84px;
	background: #ffffff;
}
#pgtitle {
	width: 880px;
	height: 77px;
	background: #ffffff;
}
#content 
{
	width: 880px;
	background: #ffffff;
	text-align: left;
}
#content p 
{
	margin-left: 60px;
	margin-right: 60px;
	padding-bottom: 16px;
}

#content ul 
{
	margin-left: 90px;
	padding-bottom: 16px;
}

#content p.toppara 
{
	padding-top: 35px;
}

#content p.quote 
{
	font-style: italic;
	padding-top: 12px;
	padding-bottom: 24px;
}

#footer {
	width: 880px;
	height: 39px;
	background: #ffffff;
}


