
body
{
	background: #FFF7EE;
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
}

#outer a, #outer a:visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
}

#outer a:hover
{
	color: #92000B;
}

#outer
{
	border: 1px solid #000000; 
	margin: 0 auto;
  width: 800px;
}

#header
{
	height: 20px;
  background: #92000B;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

#header a:hover
{
	color: #000000;
	text-decoration: underline;
}
#logo
{
	margin-left: auto;
  margin-right: auto;
  min-height: 100px;
  height:125px;
  background: #000000;
	padding: 5px;
  text-align: left;
  color: #FFFFFF;
}

#logo a:hover
{
	 color: #92000B;
}

#menu
{
	margin-left: auto;
  margin-right: auto;
 	background: #666666;
  height: 50px;
  padding: 5px;
  text-align: center;
  line-height: 2em;
}

#lowerHeader
{
	word-spacing: 5px;
}

#main
{
	text-align: left;
	background: #FFFFFF;
	padding: 5px;
	min-height: 400px;
	padding-bottom:10px;
}

#main a:hover
{

	text-decoration: underline;
}

#main a, #main a:visited
{
	color: #92000b;
	text-decoration: none;
}

.listHeader
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
table.main
{
 	margin-left: auto;
  margin-right: auto;
 	background: #ffffff;
  min-height: 400px;
  padding: 5px;
  text-align: left;
  font-size: 8pt;
}

td.main
{
	width: 500px;
	vertical-align: top;

}

tr.main
{
 	height: 150px;
	
}
td.images
{
	text-align: center;
	vertical-align: top;
}

#title
{
	font-size:12pt;
	font-weight: bold;
}
#footer
{
	margin-left: auto;
  margin-right: auto;
  height: 80px;
  background: #666666;
  padding: 5px;
  text-align: center;
}


#footer a, #footer a:visited
{
	font-weight: normal;
	font-size: 8pt;

}


