BODY {
	font-family : arial,verdana,,sans-serif;
	text-align : justify;
	margin: 0%;
	border-left: thin solid Navy;
	border-right: thin solid Navy;
	padding-top:10px;
}


#top {
  	height: 50px;
	background-color: white;
	padding: 5px 5px 15px 5px;
	border-bottom: thin solid gray;
	background-image: url(images/banner3.gif);
	background-repeat: no-repeat;
	text-align: right;
	color: gray;
	}

/*#container{
	width: 100%;
	float: right;
	margin-left: -152px;
}*/

.sidebar {
  float:left;
  width: 152px;
  padding :5px 5px 5px 15px;
  border-right: none;
  font-size: 90% ;
} 
 
/* #content {
	margin-left: 152px;
	background: #eee;
}*/

 
.maincontent {
	margin-left: 152px;
  border-left: medium dotted gray;
  padding : 20px 20px 20px 20px;
}

	.base {
	clear : both;
   height: 40px;
	background-color: #2AAB2B;
	border: thin solid #006400;
	border-left: none;
	text-align: center;
	}
	
.right {
	position: relative;
	top : 60px;
  width: 170px;
  right: 0;
  margin-right: 0;
  padding : 5px;
  border-left :none;
  font-size: smaller;
}


H1{
	font-size : medium;
	font-weight : bold;
	padding-right: 15px;
}

H2 {
	font : bold large sans-serif;
	color : #4682B4;
	text-align: left;
	margin-left: 15px;
}

H3{
	font : bold 125% sans-serif;
	color : #466F19;
	}

H4 {
	margin-left:5%;
}

 .new {
 	color : #DC143C;
	font-weight : bold;
	font-size : 80%;
 }

em{
	font-weight:bold;
	font-size: 100%;
}
A:ACTIVE {text-decoration : none;
	}
	
A:LINK {text-decoration : none;
		color: #228B22;	}
	
A:VISITED {text-decoration : none;
			color: #228B22;
}	
	
A:HOVER {
	text-decoration : underline;
	color : #f53624;
}

A.plain {font-size : 100%;
		color : yellow;
		}

A.plain:ACTIVE {
	color : yellow;
	font-size : 100%;
	}
	
A.plain:LINK {font-size : 100%;
	color : yellow;
		}
	
A.plain:VISITED {color : yellow;
		font-size : 100%;
	}	
	
A.plain:HOVER {
	font-size : 100%;
	color : red;
}

p.bodytext{
	color:black;
	font-size : 98%;
	}
	
.box {
	font-weight: bolder;
}
	
.description {
	padding : 15px 10px 20px 10px;
	font-size : 95%;
}	
	


