body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 16px;
}


#container {
	text-align: left;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banner {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/temp_page/banner.gif);
	height: 110px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center;
}


#menubar {
	background-color: #FFFFFF;
	height: 50px;
	width: 800px;
}

#sidebar {
	width: 150px;
	float: left;
}
#sidebar2 {
	float: right;
	width: 160px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 150px;
	padding: 10px;
	width: 460px;
}

#footer {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

a:link
{
	color: #333333;
	font-size: 12px;

}


a:visited
{
	color: #333333;
	font-size: 12px;
}


a:hover
{
	color: #333333;
	font-size: 12px;
}

a:active
{
	color: :  #333333;
	font-size: 12px;
}

.redlink a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
}


.redlink a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
}

.redlink a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
}

.redlink a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
}

.menu a:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
}

.menu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
		font-weight: bold;
}

.menu a:hover
{
	color: #339966;
	text-decoration: underline;
	font-size: x-small;
		font-weight: bold;
}

.menu a:active
{
	color: :  #FFFD68;
	text-decoration: none;
	font-size: x-small;
		font-weight: bold;
}


.green a:link
{
	color: #64AD89;


}

.green a:visited
{
	color: #64AD89;

}

.green a:hover
{
	color: #64AD89;

}

.green a:active
{
	color: :  #64AD89;

}

.foot a:link
{
	color: #64AD89;
	font-weight: bold;
}


.foot a:visited
{
	color: #64AD89;
	font-weight: bold;

}

.foot a:hover
{
	color: #64AD89;
	font-weight: bold;

}

.foot a:active
{
	color: :  #64AD89;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #64AD89;
	font-weight: normal;
	line-height: 36px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #64AD89;
	font-weight: 500;
	font-size: 16px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #64AD89;
}

.intext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #64AD89;
}

.accent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sidenav {
	background-color: #FFFF00;
	height: 500px;
	width: 160px;
	border: solid 1px #FFFF00;
}

#sidenav a:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
}

#sidenav a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
}

#sidenav a:hover
{
	color: #339966;
	text-decoration: underline;
	font-size: x-small;
}

#sidenav a:active
{
	color: :  #FFFD68;
	text-decoration: none;
	font-size: x-small;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}.test {
	font-style: italic;
}
.testname {
	text-align: right;
	font-style: normal;
}
