/* This is a CSS comment */ 

body
{
	background: #fca05c
}

#logo {
	float: left;
	padding: 10px 10px 2000px 10px;
	margin-right: 5px;
	border: 0px;
	background: #408080;
	width: 180px;
	}
#logoImage
{
	padding: 20px 20px 20px 20px;
}

#content {
	top: 0px;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	border: 0px;
	background: #fca05c;

	/* ie5win fudge begins */
	width: 96%; 
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 96%;
	}
html>body #content {
	width: 96%; 
	/* ie5win fudge ends */

	}

#mainMenuTitle
{
	margin: 20px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

#demoImage
{
	padding-left: 50%;
}

ul.ulList
{
	list-style-type: square;
	list-style-position: inside;			
}

p
{
	color: #000000;
	font-size: 100%;
}

h1
{
	color: #000000;
	font-size: 150%
	font-weight: bold;
	text-align: center;
}

h2
{
	color: #000000;
	font-size: 130%
	font-weight: bold;
	text-align: left;
}


/* rules for link rendering */
a {font-style: italic;} 

a:link {color: #0000FF;text-decoration: none;font-style: italic}     
a:visited{color: #0000FF; text-decoration: none;} /* visited linked */  
a:hover {color: #408080; font-weight: normal;}    /* mouse over link */
a:active {color: #408080; font-weight: normal;}   /* selected link */

/* more specific rules for rendering mainMenu links */
.mainMenuText
{
  padding: 4px .5em 4px .5em;
}

.mainMenuSep {
  border-top: 1px solid #d0a070;
  margin: 8px 0px 8px 0px;
}

a.mainMenuLink:link, a.mainMenuLink:visited, a.mainMenuLink:active
{
	color: #000000;
	text-decoration: none;
	padding: 2px;
	font-style: normal;
	font-weight:bold;
}

a.mainMenuLink:hover 
{
	background-color:#F29F2F;
	color: #000000;
	font-style: normal;
}

table, tr.tableCellSpecs, td
{
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px; 
	border-color: #000000;
	margin: 0px 0px 0px 0px;
}

td.tableHdr
{
	background-color: #408080;
	font-weight:bold;
}


