body {
	margin: 0;
	padding: 0;
	font-size: 14px; 
	font-family: verdana, arial, helvetica, sans-serif;
}

#container {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	
	padding: 0;
	text-align: left;

	color: #ffffff; 
	background: "purple"; 
}

#header {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	height: 150px;

	color: #ffffff; 
	background: "purple";
	border-bottom: 0;
	border-right: 0;

	background: "purple"
	display: block;
	clear: both;
}

a {
	text-decoration: none;
}

a:visited, a:hover {
	text-decoration: none;
}

#header h1 {
	font-size: 28px; 
	color: #ffffff;
}

#header h2 {
	font-size: 18px; 
	color: #ffffff; 
}

#navBar {
	float: left;
	width: 150px;

	color: #ffffff; 
	background: "purple"; 

	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 200px;
}
	
body>#navBar {width: 200px;} 
#content {
	margin-left: 200px;
	margin-right: 0px;
	padding: 10px;

	color: #ffffff; 
	background: "purple"; 

	border-top: 1px solid #"purple";
	text-align: justify; 
}

#content p {
	text-indent: 1em; 
}

#content a {
	text-decoration: underline; 
	color: #FF6600; 
}

#content a:hover {
	text-decoration: none; 
	color: #cc3300; 
}

#content a:visited {
	text-decoration: underline; 
	color: #FF6666; 
}

#content h1 {
	color: #ffffff;
	font-size: 28px;
}

#content h2 {
	color: #ffffff; 
	font-size: 22px;
}

#content h3 {
	color: #ffffff; 
	font-size: 18px; 
}



#footer {
	margin-left: 0px;
	margin-right: 0px;
	padding: 2px;

	color: #ffffff; 
	background: "purple"; 

	border: 1px solid "purple"; 

	font-size: 11px; 
	text-align: right; 
	clear: both;
}

#footer a {
	text-decoration: none; 
	color: #FFCC99; 
}

#footer a:hover {
	color: #FFFFCC; 
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	border-bottom: 1px solid "purple";
	font-size: 15px;
	}

ul li {
	position: relative;
	display: block;
	background: "purple";
	text-align: left;
}

.menuOver { 
	background: "purple";
}

ul li .menuLine { 
	background: "purple";
	margin-left: 5px;
	margin-right: 5px;
	width: 90%;
}

ul li .menuHeader { 
	background: "purple";
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
}
	
li ul {
	position: absolute;
	left: 199px; 
	top: 0;
	display: none;
	background: "purple";
	}


ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: "purple"; 
	padding: 5px;
	border: 1px solid "purple";
	border-bottom: 0;
}


* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }


ul li a:hover { color: "white"; background: #660099; }
		
li ul li a { padding: 2px 5px; } 
		
li:hover ul, li.over ul { display: block; } 

.sumtrain
{
margin: 10pt;
border-style: solid;
border-width: 1pt;
border-color: #FFF;
padding: 5px;
}
