body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #000000;
	background: #6D6D92;
	line-height: 1.5;
}


h1 {
	font-size: 1.7em;
	font-weight: bold;
	color: #6D6D92;
}


h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #6D6D92;
}


p {
	margin-top: 0;
	margin-bottom: 1.3em;
	font-size: 1.2em;
}

ul {
	margin-top: 0;
	margin-bottom: 1.2em;
	font-size: medium;
}

ol {
	margin-top: 0;
	margin-bottom: 1.2em;
	font-size: medium;
}

li {
	margin-top: 0;
	margin-bottom: 1.2em;
	font-size: medium;
}


a:link {
	color: #6D6D99;
	font-weight: bold;
	border-bottom: 1px dashed #6D6D92;
	text-decoration: none;
}

a:visited {
	color: #333366;
	font-weight: bold;
	border-bottom: 1px dashed #333366;
	text-decoration: none;
}

a:hover {
	color: #E8E8E8;
	background: #6D6D92;
	font-weight: bold;
	text-decoration: none;
}


#supercontainer {
	width: 800px;
	margin: auto;
}


#allcontent {
	width: 800px;
	margin: auto;
	background: #494949;
}


#header {
	background: #494949;
	width: 780px;
	margin: 0px;
	padding: 10px;
}


#sheader1 {
	width: 300px;
	padding: 0px 5px;
	margin: auto 5px;
	float: left;
}

* html #sheader1,
* html #sheader2,
* html #main {
	display: inline;
}


#sheader2 {
	padding: 0px 5px;
	margin: auto 10px auto 40px;
	float: left;
	width: 400px;
	height: 98 px;
	position: relative;
}


#sheader2 h1 {
	color: #E8E8E8;
	font-weight: bold;
	font-size: 1.5em;
}


#navbar {
	background: #494949;
	margin: 0px;
	padding: 20px 5px 20px 5px;
	text-align: center;
	border-bottom: 10px solid #6D6D92;
	clear: left;
}

.nav {
	font-size: 1.3em;
	padding: 5px;
	margin: 0px 5px 0px 5px;
}

#navbar a:link {
	color: #E8E8E8;
	border-bottom: none;
	text-decoration: none;
}

#navbar a:visited {
	color: #E8E8E8;
	border-bottom: none;
	text-decoration: none;
}

#navbar a:hover {
	color: #9595B0;
	background: #494949;
	border-bottom: none;
	font-style: italic;
	text-decoration: none;
}


#navbar a:active {
	color: #9595B0;
	border-bottom: none;
	font-style: italic;
	text-decoration: none;
}

#main {
	background: #E8E8E8;
	padding: 10px;
	width: 450px;
	margin: 10px;
	float: left;
}




#sidebar {
	background: #E8E8E8;
	padding: 10px;
	margin: 10px 10px 10px 490px;
}


#footer {	
	background: #494949;
	font-weight: bold;
	color: #E8E8E8;
	clear: left;
	text-align: center;
	padding: 10px;
	border-top: 10px solid #6D6D92;
}

#footer a:link {
	color: #E8E8E8;
	border-bottom: 1px dashed #E8E8E8;
}

#footer a:visited {
	color:#999999;
	border-bottom: 1px dashed #999999;
}

#footer a:hover {
	border-bottom: none;
}

.section {
	text-align: justify;
	background: #E8E8E8;
	padding: 15px;
	margin: 10px;
}


.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

.title {
	text-align: center;
	font-weight: bold;
	color: #6D6D92;
	font-size: 1.1em;
}


#submain {
	background: #E8E8E8;
	padding: 10px;
	width: 760px;
	margin: 10px;
}



	 
