body 	{
	background-color="#4E4E4E";
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-image: url(images/dgrey056.jpg);
}

a:link {color: #B95C00;	
	text-decoration: none;
	background-color: transparent 
}

a:visited { 
	color: #DD6F00;
	text-decoration: none;
	background-color: transparent 
}

a:hover { 
	color: #00066;
	text-decoration: none;
	background-color: transparent 
}

a:active { 
	color: #DD6F00; 
	text-decoration: none;
	background-color: transparent 
}

.pagehdrmarg1 {
	background: #87CEEB;
	background-image: url(images/blue_fade.jpg);  
	height: 100px; width:150px; border: none;
}

.pagehdrmarg2 {
	background: #87CEEB;
	background-image: url(images/blue_fade2.jpg);  
	height: 100px; width:150px; border: none;
}

#page {	background-color: #D8D8D8;
	border: 1px solid #ccc; 
}

.title1  {
	font-size:34pt; font-weight:bold; color: #000000; font-style:italic; text-align:center 
}

.title2  {
	font-size:24pt; font-weight:bold; color: #000000; font-style:italic; text-align:center 
}

.links  {
	font-family: Times New Roman, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:10pt; color: #000000;
}

.pageimgl
{
/*	border-style: solid; */
	border-right-width: 5px;
	border-color: #F5F5DC;
	border-style: outset
}

.pageimgr
{
	border-right-width: 5px;
	border-color: #F5F5DC;
	border-style: inset
}

#contentbox {
	left: 198px; 
	top: 80px; 
	float:left; 
	padding-left:5px; 
	padding-right:5px; 
	padding-top:5px; 
	padding-bottom:5px; 
	background-color: #4682B4;
	color: #000000;	
}

#contentbox1 {	
	background-color: #F5F5DC;
	padding-left:20px; 
	padding-right:20px; 
	padding-top:20px; 
	padding-bottom:20px; 
	border: 1px solid #0000ff; 
}

#page {	background-color: #D8D8D8;
	border: 1px solid #ccc; 
}

.content {font-family: Times New Roman, Verdana, Geneva, Arial, Helvetica, sans-serif;}
.contact {font: 0.6em/1.2em verdana, arial, helvetica; color: #000000;}
.copyright	{font: 0.6em/1.2em verdana, arial, helvetica; color: #ffffff;}

/*  Navigation Bar CSS Section  */
/*  Navigation Bar CSS Section  */
#navbar {
	width: 150px;
	float: left;
	margin-left: 2px;
	margin-right: 20px;
	height: 100%;
	/* repeat-y will only repeat down the left side of the page */
	background-image: url(images/black_to_blue_navbar.JPG);
	background-repeat:repeat-y; 
}

#navlist {
	padding: 0 1px 1px;
	font: bold 10px Verdana, sans-serif;

	width: 150px;
}

#navlist li {
	list-style: none;
	margin: 0;
	border-top: 1px solid gray;
	text-align: left;
}

#navlist li a {
	font-family: Palatino Linotype; Times New Roman, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	display: block;
	padding: 0.25em 0.5em 0.25em 0.8em;
	border-left: .25em solid #c0c0c0;
	background-image: url(images/blue_fade.jpg);  
	text-decoration: none;
	height: 40px;
}

#navlist li a:link { color: #000000;}
#navlist li a:visited { color: #000000;}
#navlist li a:hover    {
	border-color: #000066;
	color: #ffffff;
	background-image: url(images/black_to_blue_navbar.JPG);
}
ul li {	position: relative;	
}

li ul {	position: absolute;
	left: 150px;
	top: 0;
	display: none;	
}

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #ff0000;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
  	font-size: 10px;
}

ul {	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
}

li:hover ul { display: block; }


<!--[if gte IE 5]>
<style type="text/css">
ul.makeMenu li { behavior: url( IEmen.htc ); }
ul.makeMenu ul { display: none; position: absolute; top: 2px; left: 78px; }

ul.makeMenu2 li { behavior: url( IEmen2.htc ); }
ul.makeMenu2 ul { display: none; position: absolute; top: 2px; left: -160px; background-color: #aac; }
</style>
<![endif]-->

:/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
* html li { float: left; }
* html li a { height: 1%; }
/* End */

