
body {
	background: #120038;
	color: white;
	font: 12px verdana, helvetica, arial, san-serif;
}

h2 {
	color: #00cc00;
}

a {
	font-size: 14px;
	text-decoration: none;
	color: white;
}

a:hover {
	color: #330099;
	text-decoration: underline;
}

#container {
	width: 800px;
	margin: 45px auto;
	background: transparent;
}

#top {
	background: transparent url('images/headergraphic.gif') top center no-repeat;
	width: 800px;
	height: 210px;
}

#nav {
	background: #330099;
	height: 30px;
	width: 800px;
}

#nav ul {
	background: transparent;
	list-style-type: none;
	margin: 0;
	padding: 0;

}

#nav li {
	display: inline;
	background: transparent;
	margin: 0;
	padding:0;
}

#nav a {
	border: 0;
	text-decoration: none;
}

#nav img {
	border: 0;
	margin: 0;
	padding: 0;
}

#content {
	background: black;
	width: 800px;
	min-height: 650px;
}

#left {
	margin: 30px 0px;
	padding: 25px 0;
	width: 550px;

}
#left p {
	padding-top:10px;

}

#left img {
	border: 5;
	padding:5px;
}

#left ul {
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}

#left li {
	line-height: 200%;
}

#left table {
	width: 100%;
}


#right {
	float: right;
	width: 143px;
	margin-right: 100px;
	margin-left: 0;
	margin-top: 10px;
	padding: 0;
	font-size: 10px;
}

#right p {
	background: transparent;
	padding: 0px 0px;
}

#footer {
	width: 800px;
	height: 10px;
	background: #330099;
	margin: 0;
	padding: 0;
}

#bottom {
	background: #120038;
	color: gray;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
}

