
body {
	background-color: #ffffcc;
	margin: 0px;
}

.banner {
	height: 131px;
	border: 1px solid #009100;
	border-style: none none solid none;
	padding-right: 10px;
	background-image: url("../images/points.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.banner-name {
	position: absolute;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #007000;
	left: 180px;
	top: 40px;
}

p, ul, ol, h1 {
	font-size: 14px;
	font-family: Arial;
	color: black;
}

a {
	color: #009100;
}

a:hover {
	color: #FF0000;
}


.hr {
	clear: both;
	border: 1px solid #009100;
	border-style: none none solid none;
	padding: 10px;
}

.small {
	font-size:12px; 
	font-family:Arial; 
	color:#bbbb88;
	text-decoration:none;
	padding-right: 5px;
}	

.small a:hover {
	text-decoration:underline;
}

h1 {
	margin-top:0px;
	font-size: 17px;
	font-weight: bold;
	color: #ff934b;
	/*border: 1px dashed orange;*/
}

.container {
	margin: 0px;
	/*border: 1px dashed green;*/
}

.content {
	margin-top: 5px;
	margin-left: 210px;
	margin-right: 10px;
	/*border: 1px dashed blue;*/
}

.nav {
	width: 200px;
	float: left;
	font-family: Arial;
	font-weight: bold;
	color: red;	
	/*border: 1px dashed red;*/
	margin-top: 0px;
	margin-left: -30px;
	padding: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.nav ul {
	margin-top: 5px;
	list-style: none;
	line-height: 15px;
	font-weight: normal;
	/*border: 1px dashed purple;*/
}

.nav ul li {
	font-size: 12px;
}

/*.nav ul li.bold {
	font-weight: bold;
}*/

.nav ul li a {
	color: black;	
	text-decoration: none;
}


.nav ul li a:hover {
	color: #ff934b;	
	text-decoration: none;
}