//Dangekanem John//

body	 {
	background-color: #99ff00;
	font-family: Georgia,sans-serif;
	color: #cc0033;
	margin: 0;
	padding: 0;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

#wrapper {
	width:950px;
	background-color:#ccffcc;
	margin: 0 auto;
	border-left: 1px solid #660066;
	border-right: 1px solid #660066;
}

#header {
	width: 940px;
	background-color: #ff0000;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-bottom: 2px solid #3ef388;
	border-top: 2px solid #3efe88;
}

#header h1 {
	padding: 10px;
	color: #0000ff;
	font-family: Tahoma, sans-serif;
	font-size: 36px;
	text-align: center;

}

#menu {
	font-family: verdana, sans-serif;
	font-weight: bold;
	width: 930px;
	height: 30px;
	padding: 10px;
	border-width: 2px solid #ff0033;
	text-align: center;
	background-color: #00ff99;
}

#menu a	{
	text-decoration: none;
	color: #0000ff;
}

#menu a:hover {
	text-decoration: underline;
	background-color: #ffff00;
}

#menu a:visited {
	color: #990066;
}

/*********** #navBar link styles ***********/

#leftnav ul a:link, #navBar ul a:visited {display: block;}
#leftnav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftnav li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #leftnav li {border-bottom: none;}


/*********** #leftnav styles ***********/


#leftnav {
	font-family: verdana, sans-serif;
	font-weight: bold;
	width: 200px;
	background-color: #ccff99;
	padding: 0;
	margin:0;
	border-bottom: 1px solid #990099;
	float:left;
	text-align: center;
	
}

#leftnav ul {
	list-style: none;
	border-top: 1px solid #660033;
}

#leftnav a {
	text-decoration: none;
	background-color: #ccffff;
	border-bottom: 1px solid #6600dd;
}

#leftnav a:hover {
	background-color: #ffff00;
}

#leftnav a:visited {
	color: #990066;
}

#leftnav img {
	width: 100px;
	height: 80px;
	display: block;
	padding: 5px 10px 5px 15px;
}

#content {
	font-family: Georgia, sans-serif;
	width: 690px;
	background-color: #ffccff;
	float: right;
	padding: 5px 10px 5px 20px;
	margin: 0 auto;
	text-align: justify;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	background-color: #ffff00;
}

#content table {
	width: 600px;
	align: center;
	border: 1px solid #ff3366;
	text-align: center;
}

#content table th {
	font-family: Verdana, sans-serif;
	background-color: #009933;
	color: #ffffff;
}

#content table tr {
	border: 1px solid #993300;
}

#content table td {
	font-family: Arial, sans-serif;
	background-color: #ffcc99;
	border: 1px solid #993300;
}

#content img {
	width: 200px;
	height: 180px;
	margin: 0 5px 5px 0;
	padding: 0px 10px 0px 0px;
	float: left;
}

#content h1 h2 h3 h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

#footer	{
	font-family: Tahoma, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	clear: both;
	width: 948px;
	height: 80px;
	border-top: 1px solid #663399;
}

#footer p {
	padding: 10px;
}


	