BODY {
	font-family : verdana,arial,sans-serif;
	font-size : normal;
	background-color : #BBD6F0;
	border : thin solid Navy;
	margin: -2px;
	}



#top {
	width : 99%;
	height: 90px;
	background-color: white;
	padding: 0px 0px 0px 10px;
	background-image: url("images/bannerTop3.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: right;
	color: White;
	vertical-align: top;
}



#sidebar {
  float : left;
  top: 90px;
  width: 150px;
  padding :25px 5px 5px 10px;
   font-size: normal;
  color : #19456F;
  text-decoration: none;
  border-top : thin solid Navy;
 } 
 
 #container {
 	margin-left: 150px;
	border: thin solid Navy;
	border-bottom : none;
	background-image : url("images/rightBorder.gif");
	background-position: 100% 0;
	background-repeat : repeat-y;
 }
 
#content, #maincontent{
background-color : White;
background-image: url("images/bodyback.jpg");
background-position:  right bottom;
background-repeat: no-repeat;
	margin-top: 0px;
   margin-right: 148px;
  /*border-top : thin solid navy;
  border-left : thin solid Navy;
  border-right : thin solid Navy;*/
  padding : 0px 15px 5px 15px;
}

#right, #base{
	position : absolute;
	top : 110px;
	right : 0px;
	width : 150px;
	padding-top : 25px;
	margin-right : -1px;
		font-size: 85%;
	text-align: center;
	}
	
	#footer {
		width: 100%;
		height: 85px;
		background-color: White;
		border-top: thin solid Navy;
		clear : none ;
		text-align: center;
		font-size: 85%;
	}


.quote {
	text-align : center;
	font : 110% bold Navy;
	width :90%;
	padding-left :10%;
}

H1{
	font-size : medium;
	font-style : normal;
	font-weight : bold;
}

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%;
}

 

em{
	font-weight:bold;
	font-style: normal;
}
A:ACTIVE {text-decoration : none;
	}
	
A:LINK {text-decoration : none;
		color: Purple;
		font-weight: bold;	}
	
A:VISITED {text-decoration : none;
			color: Purple;
			font-weight: bold;
}	
	
A:HOVER {
	text-decoration : underline;
	color : red;
	font-weight: bold;
}

A.mainmenu {font-size : normal;
		font : normal;
		color : navy;
		}

A.mainmenu:ACTIVE {font-size : normal;
	color : navy;
	font : normal;
	
	}
	
A.mainmenu:LINK {font-size : normal,
	color : navy;
	font : normal;
	}
	
A.mainmenu:VISITED {color : navy;
		font : normal;
	}	
	
A.plain:HOVER {
	font : normal;
	font-size : normal;
	font-weight: bold;
	color : red;
}

A.right:Active {
	color :  white;
}
A.right:Link {
	color :  white;
}
A.right:Visited {
	color :  white;
}
A.right:Hover {
	color : red;
	text-decoration: underline;
}

p.bodytext{
	color:black;
	}
	
	.HiLiteBox {
		width : 50%;
		margin-left : 160px;
		padding : 15px;
		border : thin solid Navy;
		background-color: #FFCE7B;
		font : bold 90%;
		color : gray;
		}
	


