@import url("accelnav.css");
body {
	background-color: #ffffff; /*chng color to make site scheme*/
	font-family: Arial, Helvetica, sans-serif; /*chng to make site scheme*/
	font-size: 101%;
	margin: 25px 20px;
	padding: 0;
}


#topbar {
	text-align:center;
	background-color:#009C8C;
	left: 225px;
	font-size:14px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0;
	top: 79px;
	right: auto;
	bottom: auto;
	position: absolute;
}

#topbar a {
	color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	padding-right: 17px;
	text-decoration: none;
}

#topbar a:hover {
	color: #4B2173;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	padding-right: 17px;
	text-decoration: none;
	background-color: #cccccc;
}
#footer {
	margin: 0px;
	padding: 0px;
	background-position: center top;
	width:800px; 
}

#logo {
	font-size: 18px;
	color: #009C8C;
	background-position: center top;
	font-style: italic;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#Page
{
	background-color: #ffffff;
	width:800px; 
	

}
#navigation{
	background-color: #ffffff;
	width:150px; 
	text-align: left;
	float: left;
	vertical-align: top;
	background-color: #009C8C;
	height: 300px;

	}

#maincontent1 {
	background-color: #ffffff;
	width:645px; 
	text-align: left;
	float: right;
	vertical-align: top;
		margin-left: 5px;
}

#maincontent {
	background-color: #ffffff;
	width:800px; 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	height: auto;
	padding: 0px;
	text-align: left;
}

p {
	margin: 0 0 12px 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #009C8C;
}
	

h2 {
	font-size: 145%;
	margin: 0 0 6px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009C8C;
}
h3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
 h4 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4B2173;
}
h5 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #009C8C;
	background-color: #FFFFFF;
	font-style: italic;
}

a {
	margin: 0 0 12px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009C8C;
	text-decoration: none;
	font-style: normal;
	text-align: left;
}
a:hover {
	margin: 0 0 12px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B2173;
	text-decoration: none;
	font-style: normal;
	text-align: left;
}
ul {
	margin: 0 0 12px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

