body {
	background: url(images/background2.gif);
	font-family: tahoma, geneva, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: black;
}

div#container {
	background: #1AEC83;
	width: 720px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 3px black solid;
}

li a:link {
	color: #000000;
	padding: 4px;
	font-weight: normal;
	letter-spacing: 0em;
}

li a:hover {
	color: #C9C800;
	background: #FFFFC9;
	padding: 4px;
	font-weight: normal;
	letter-spacing: 0em;
}

li a:active {
	color: #C9C800;
	padding: 4px;
	font-weight: normal;
	letter-spacing: 0em;
}

li a:visited {
	color: #000000;
	padding: 4px;
	font-weight: normal;
	letter-spacing: 0em;
}

div#title {
	background: inherit;
	border: 0px;
	width: 700px;
	margin: 10px 0 10px 0;
	color: black;
}

h1 {
	text-align: center;
	font-size: 50px;
	margin: 0px;
}
	

div#header {
	background: #6699FF;
	height: 30px;
	width: 700px;
	color: black;
}

#headergradient {
	background: url(images/headergradient.jpg) repeat-y;
	display: inline;
	float: left;
	width: 250px;
	height: 30px;
}

#nav {
	margin-top: 7px;
	display: inline;
	float: right;
}

#nav ul {
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
	font-size: 14px;
} 

#nav ul li {
	margin-left: 0px;
	padding: 3px 15px;
	border-left: 1px solid #000000;
	list-style: none;
	display: inline;
}
	
		
#nav ul li.first {
	margin-left: 0px;
	border-left: none;
	list-style: none;
	display: inline;
}

div#sidebar {
	width: 220px;
	height: auto;
	margin: 10px 0 10px 10px;
	background: #6699FF;
	border: 2px solid black;
	display: inline;
	float: left;
}

img {
	margin: 0px;
	width: 220px;
	display: inline;
}

h3 {
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
}

form {
	margin: 0;
}

div#content {
	background: inherit;
	width: 450px;
	height: auto;
	margin-left: 250px;
	text-align: justify;
}

blockquote {
	background: url(openquote.jpg) no-repeat #FAC81B;
	border: 1px black dotted;
	padding: 5px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}

p {
	margin: 0px;
	padding: 5px;
}

a {
	color: #FFFFC9;
	font-weight: bold;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 16pt;
	margin: 5px;
	padding: 0px;
}

div#footer {
	background: #6699FF;
	height: 30px;
	width: 700px;
	color: black;
}

div#footercontent {
	float: left;
	background: inherit;
	border: 0px;
	padding: 9px;
	font-size: 10px;
}

#footergradient {
	background: url(images/footergradient.jpg) repeat-y;
	display: inline;
	float: right;
	width: 250px;
	height: 30px;
	margin-right: -1px;
}