
<style type="text/css"> 

A.menu:link {}
A.menu:visited {}
A.menu:hover {}
A.menu:active {}

/********************************
*
*      main container setup
*
*********************************/

div.container{
	margin: 0 auto;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-image:url(background.jpg);
	line-height:110%;
	padding:0em;
	border:1px solid black;
	}

div.header{
	float:center;
	color:black;
	background-color:#000099;
	clear:left;
	text-align:center;
	}
div.footer{
	padding:0.3em;
	border-bottom:1px solid black;
	border-top:1px solid black;
	color:black;
	text-align:right;
	clear:left;
	font-size: 10;
	font-family: verdana;
	background-color:white;
	}
div.left{
	clear:left;
	float:left;
	width:150px;
	margin:0;
	padding:0.5em;
	}
body{
	text-align: center;
	}
/********************************
*
*      content pane settings 
*
*********************************/

div.content{
	/* border-left:1px solid black; */
	/* border-bottom:1px solid black; */
	margin-bottom: 5px;
	margin-left:177px;
	padding:1em;	
	text-align:justify;
	background-color:white;
	min-height:600px;
	width:690px;
	}
div.content a{
	font-family: Arial;
	font-size: 13;
	}
	

/********************************
*
*	link bar setup
*
*********************************/

div.linkbar{
	clear: left;
	border-top: 1px solid black;
	border-bottom:3px ridge black;
	color: black;
	background-color:#66CCFF;
	padding-top:.5em;
	padding-bottom: .5em;
	text-transform:capitalize; 
	font-family:Verdana; 
	font-size:12;
	text-align:center;
	font-weight: bold;
	}
div.lbinset{
	border-bottom:2px ridge black;
	border-left: 1px solid black;
	color: black;
	margin-left:176px;
	background-color:#66CCFF;
	padding-top:.3em;
	padding-bottom: .3em;
	text-transform:capitalize; 
	font-family:Verdana; 
	font-size:10;
	text-align:center;
	line-height: 200%;
	}
/* linkbar inset link text */
div.lbinset a{
	padding-right: .3cm;
	padding-left: .3cm;
	padding-bottom: .05cm;
	padding-top: .05cm;
	border: 1px solid black;
	text-decoration:none;
	background-color: white;
	}
div.lbinset a:hover{
	border: 1px solid black;
	background-color: #EEEEEE;
	color: black;
	}
/********************************
*
*      generic text display settings 
*
*********************************/

h1.header{
	font-family: Verdana;
	font-size: 14;
	font-weight: bold;
	text-align:center;
	}
p.header{
	font-family: Arial;
	font-size: 14;
	font-weight: bold;
	text-align: center;
	}
p	{
	padding-left: 1em;
	padding-right: 1em;
	font-family: Arial;
	font-size: 12;
	}
p a	{
	text-decoration: none;
	}
li a	{
	text-decoration: none;
	}
td p	{
	font-family: Arial;
	font-size: 12;
	text-align:justify;
	line-height:140%;
	}
td.link{
	border:1px solid gray;
	padding:3px;
	background-color: #66CCFF;
	font-family: Arial;
	font-size:13;
	}
td ul	{
	text-align: left;
	}
td	{
	font-family: Arial;
	font-size: 12;
	text-align:center;
	line-height:140%;
	}	
	
/* link text inside tables */
a.table{
	text-decoration: none;
	}
a.table:hover{
	/* background-color: #FFFFFF; */
	}

/* generic list text */
ul	{
	font-family: Arial;
	font-size: 12;
	}
	
/* End Container layout */

/********************************
*
*      JavaScript menus setup 
*
*********************************/

/* Dropdown menu */
#dropmenudiv
{
	display: block;
	border-left:1px solid black; border-right:1px solid black; border-top:1px solid black; border-bottom:0px solid black; position:absolute;
	line-height:18px;
	z-index:100; font-weight:bold; font-size:10pt; font-family:Verdana; color:#FFFFFF; text-transform:uppercase
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	text-decoration: none;
	background-color: #66CCFF;
	font-weight: bold; text-transform:capitalize; font-family:Verdana; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px
}

#dropmenudiv a:hover
{ 
	/*hover background color*/
	background-color: white;
}
/* End Dropdown menu */

</style>