BODY	{
	background: white;
	color: black;
	background-color: white;
	margin:0;
	width:100%;
	text-align:center;
	font:11px verdana, arial, helvetica, sans-serif;	
}

a	{
	color:black;
}

a:hover {
	color:#e52e2e;
}

p	{
	font:11px verdana, arial, helvetica, sans-serif;
}

#avatar img	{
	max-width:100px;
	max-height:100px;
}

#news_table {
padding:0;
margin:0;
}

#news_table img {
	width:800px;
	margin:0;
}

#news_table p {
margin:4px 0;
}

#news_table p a img {
border:0;
width:800px;
}

#test_preamble {
	padding:25px;
	text-align:left;
}


#MenuContent {
	margin:0 auto 0;
	text-align:left;
	background-color:black;
	display:block;
	position:relative;
/*	border:1px solid #c4c4c4;	*/
	width:100%;
}
#PageContent {
	margin:0 auto 2em;
	text-align:left;
	background-color:white;
	display:block;
	position:relative;
	border:1px solid #c4c4c4;
	width:800px;
}

#PageContent #FirstTable  {
	width:100%;
	margin:0;
	height:0;
display:none;
}

table{
margin:0;
}


#PageContent table table table table img {
	max-width:650px;
}

#header	{
	margin:0;
	padding:0;
	height:125px;
	width:100%;
	background:#e52e2e;
	background-image:url('art/bg.jpg');
	background-repeat:repeat;
}

#menu	{
	background:#b1b1b1;
	display:block;
	width:800px;
	height:2em;	
	margin:0 auto;
	padding:0;
	z-index:10;
	position:relative;
}

#nav, #nav ul { /* all lists */
	padding: 0;	
	margin: 0;
	list-style: none;
/*	line-height: 1;	*/	
/*	height:20px;	*/
/*	width:15em;	*/
	z-index:100;
}

#nav p	{
	margin:0 0 0 .5em;
	padding:0;
	width:13em;
	line-height:2em;
	vertical-align:middle;
	color:#242424;
	display:block;
	font-weight:bold;	
	font-size:11px;
}

#nav a {
	display:block;
	width: 18.5em;
	vertical-align:middle;
	line-height:2em;
}

#nav ul	{
	background-color:#c4c4c4;
	position:absolute;
}

#nav ul a:hover {
	color:white;
}
#nav li { /* all list items */
	display:inline;
	float:left !important;
	float:none;
	width: 18em; /* width needed or else Opera goes nuts */
	height:2em;
	position:relative;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background:#919191;
	width: 18em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid white;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 18em !important;	
/*	margin: -2em 0 0 18.5em;	*/	
	background:#868686;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav ul li:hover {
	background:#e52e2e;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	padding:25px;
	z-index:0;
	position:relative;
}

#footer {
	width:100%
	padding: 1em;
	text-align:center;
	background-color:white;
	margin:0 0 2em;
}

#FooterBar{
	width:100%;
	background-color:#e52e2e;
	padding:1em;
}

#footer p,
#footer p a {
	margin:0 0 .5em;
	font-size:10px;
	color:black;
}

#footer #FooterBar p,
#footer #FooterBar p a {
	color:white;
	font-weight:bold;
	font-size:12px;
}


#footer p a:hover	{
	color:#e52e2e;
}

#footer img{
	margin:2em;
}











#included_content #logo,
#included_content #print_header,
#included_content #site_footer,
#included_content #menu,
#included_content #sidebar,
#included_content #shade,
#included_content h1,
#included_content .banner_image
	{
display:none;
}


#included_content #content	{
	margin:0;
	padding:0;
	position:relative;
}

.inset_col3,
.inset_col1	{
	display:block;	
	position:relative;	
	clear:right;	
	float:right;
	margin:0 0 1em 1em;
	background-color:transparent;
	width:123px;
}

#included_content .inset_col3 img,
#included_content .inset_col1 img {
	width:123px;
	}

#included_content .inset_col3 p,
#included_content .inset_col1 p {
	color:#a1a1a1;
	background-color:inherit;
	font-size:9px;
	line-height:140%;
	padding:5px 0 0;
	margin:0;
	width:123px;
}

#included_content p	{
	width:80%;
	line-height:165%;
}
	/*
table	{
	width:65em;
}

table table	{
	width:100%;
}
*/

#User_Info	p {
	font-size:10px;
}

#User_Info	p a {
	margin:0 0 0 2em;
}

#User_Info	p b a {
	margin:0 0 0 0;
}