html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #191919;
	background-color: #FFFFFF;
	text-align: center;
}

h1	{font-family: Tahoma; font-size: 150%; font-weight: bold; color: #36286F; position:relative; top:55px; }
h2	{font-family: Tahoma; font-size: 110%; font-weight: bold; color: #36286F; padding:0; margin:20px; }
h3	{font-family: Tahoma; font-size: 100%; font-weight: bold; color: #36286F; padding:0; margin:20px; }

/* wrapper for all content */
#wrapper {
	width: 750px;
	background-color: #FFFFFF;
	margin: 10px auto;
	border: 1px solid #000000;
	text-align: left;
}

/* title text */
#header {
	height: 150px;
	background-image:url(images/header2.jpg);
	background-repeat: no-repeat;
	text-align:center;
	border-bottom: 1px solid #000000;
}

/* navigation */
#nav {
	border-bottom: 1px solid #000000;
	width:750px;
	text-align:center;
	font-size:60%;
}

#nav ul{
	padding: 0;
	margin: 0;
	background-color: #00FF00;
	width:750px;
	list-style:none;
}

#nav ul li{
	display: block;
	float:left;
	padding: 0;
	margin: 0;
	border: 1px solid #FFFFFF;
	background-color: #FF0000;
	width:123px;
	height:35px;

}

#nav ul li a{
	font-weight:bold;
	color: #FFFFFF;
	background-color: #36286F;
	text-decoration: none;
	padding: 0;
	margin: 0;
	display:block;
	width:100%;
	height:35px;
}

#nav ul li a span {position:relative; top:10px;}

#nav ul li a:hover {
	background-color: #3300CC;
}


/* main content */
#main {
	background: #FFFFFF;
	width:750px;
}

#main p {
	font-size: 90%;
	margin: 20px;
}

#main ul {
	font-size: 90%;
	margin: 20px 20px 20px 80px;
}

#main table {
	font-size:90%;
	margin:20px auto;
	text-align:center;
	width:400px;
	border: 1px solid #999999;
	border-collapse:collapse;
}

#main table td { 
	border: 1px solid #999999;
}

#main table th { 
	border: 1px solid #999999;
	background-color: #E6E6E6;
}

/* footer */
#footer {
	background:#36286F;
	text-align: center;
	width:750px;
	
}

#footer a {
	color: #FFFFFF;
	font-size: 90%;
}
