body {
	background-color: #ffcc66;
	margin: 0px;
	padding: 0px;
}
#container
{
	margin: 0px auto 10px 0px;
	padding: 10px;
}
#sidebar-left
{
	float: left;
	width: 175px;
	\width: 175px;
	w\idth: 175px;
	margin-left: 10px;
	padding-top: 5px;
	background-color: #AB2C2B;
	margin-top: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFCC;
	padding-left: 10px;
	border: medium inset #666666;
	padding-right: 8px;
}

a:link {color: #993300;}
a:visited {color: #663300;}
a:hover {color: #660000;}
a:active {color: #669966;}

#sidebar-left a:link {color: #FFFFCE;}
#sidebar-left a:visited {color: #FFCC99;}
#sidebar-left a:hover {color: #FFCC66;}
#sidebar-left a:active {color: #FFCC66;}

#content
{
	margin-left: 230px;
	margin-right: 100px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	font-weight: normal;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: 800;
	color: #FFCC66;
	font-size: small;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #990000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bolder;
	color: #AB2C2B;
	letter-spacing: 2px;
}

.frame {
	border: medium inset #666666;
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #CC6633;
	background-color: #ACCC90;
	margin: 0px;
	padding: 3px 3px 3px 237px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AB2C2B;
	border-right-color: #AB2C2B;
	border-bottom-color: #66CC66;
	border-left-color: #AB2C2B;
}
