/* CSS Document */


body 
{
	margin: 0em auto; 
	padding: 0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-color: rgb(96, 223, 229);
	background-image:url(images/bkg.jpg);
}

.page-container 
{
	width: 770px; 
	margin: 30px auto; 
	margin-bottom: 20px;
	padding: 0px; 
	background-color: rgb(255,255,255);
}

.page-heading
{
	margin: 10px 0px 2px 0px;
	border-bottom: solid 2px rgb(0,150,0);
	text-align:left;
	font-size: 100%;
	vertical-align: top;
	color:#000000;
	font-weight: bold;
}

.contentbox
{
	/*height: 20px;  */
	min-height: 360px;
	width: 730;
	margin-left:20px;
	margin-right:20px;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing: normal;
	line-height: 1.2em;
}

.contentbox p
{
	margin-left:20px;
	margin-right:20px;
}

.contentbox p.p2
{
	margin-bottom: -.75em;
}

.contentbox ul
{
	margin-left:60px;
	margin-right:20px;
	line-height: 1.5em;
}

.contentbox a.aNoBox img
{
	border: 0;
	text-decoration:none; 
	
}

.navbar
{
	height: 20px;  
	width: 730;
	/*margin: 0 0 0 0;*/
	margin-left:20px;
	margin-right:20px;
	padding: 0 0 0 0;
	background:none;
	/*background-color:#60DFE5;*/
	font-size: 80%;
	float:none;
	/*border:none;*/
	position:static;
	border-bottom: solid 1px #CCCCCC;
	
}

.navbar ul 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none ;
	display: inline  ;
}

.navbar ul li 
{
	/*margin: 0 0 0 0;*/
	/*padding: 0 0 0 0;*/
	/*padding-left: 7px;
	border:none;*/
	
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	width: 100px;
	border: solid 1px #CCCCCC;
}

.navbar li a {
	margin: 0 0 0 0;
	/*margin-left: 5px;*/
	margin-right: 7px;
	border: solid 1px #CCCCCC;
	/*border:none;*/
	FLOAT: left;
	WIDTH: 110px; /*140px;*/
	PADDING-TOP: 1px;
	HEIGHT: 17px;
	OVERFLOW: hidden;
	background-color: rgb(185,221,128); /* which is #B9DD80;*/ /* green letters are rgb(140,198,60);*/
	text-decoration: none;
	color:#333333;
	text-align: center;
	font-weight: bold;	
	display: block;
}

	
.navbar li a:hover 
{
	color: #000000;
	display: inline ;
	position:static;
	background-color:#60DFE5;
}

	
.navbar li a.selected
{
	color: #000000;
	display: inline ;
	position:static;
	background-color:#60DFE5;
}

.page-top
{
height:auto;
width: 770px; 
margin: 0px auto; 
padding: 0px; 
background-color:#333333;
}


.footer
{
	height:auto;
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	color:#000000;
	text-align: center;
	font-size: 60%;
	border-top: solid 2px rgb(0,150,0);
}

