/* CSS Document */
<style type="text/css">

html, body {
   height: 100%;
overflow:auto;
}


#pagewidth {
width:100%;
height:100%;
display:block;
position:relative;
top: 0px;
left: 0px;
float:left;
background-color:#FFFFFF;
}

#container {
width:100%;
height:100%;
display:block;
position:relative;
float:left;
background-color:#FFFFFF;
}

ul.picture {
width:1064px;
height:100px;
padding:0;
margin:0;
color: #00CCFF;
clear:left;
list-style-type:none;
}

ul.picture li {
display: inline;
}

ul.horiz li { display: inline; }

.menu {width:1064px; height:32px; position : relative; z-index:100;font-family: Arial, Helvetica, sans-serif;
border-right-width:2px; display:inline-table;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{visibility:visible; }
.menu ul li {float:left;width:117px;position:relative;}
/* style the links for the top level */
.menu ul li a, .menu ul li a:visited {display:block;font-size:9pt;text-decoration:none; color:#fff; width:117px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:
#006666;  line-height:29px; font-weight:bold; text-align: center;}
.menu ul li a:hover {color:#000000; background:
#F5FFA4;}
/* style the second level background */
.menu ul ul li a, .menu ul ul li a:visited {display:block;font-size:9pt;text-decoration:none; color:#000000; width:117px; height:20px; border:1px solid #000; border-width:1px 0 1px 1px; background:
#86A89F;  line-height:19px; font-weight:bold; text-align: center;}
.menu ul ul li a:hover {color:#000000; background:
 #EFEA6A;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {color:#000000; background: #B4E3FF;}
/* style the third level hover */
.menu ul ul ul a:hover {color:#FFFFFF; background:
 #AC864C;}
/* position the third level flyout menu */
.menu ul ul ul{left:118px; top:-1px; width:149px;}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-118px;}
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

img.center
{
height: 160px;
width: 352px;
border: 1px solid #000000;
}
img.big 
{
height: 160px;
width: 344px;
border: 1px solid #000000;
}

img.medium
{
height: 300px;
border: 1px solid #000000;
margin-right: 10px;
margin-bottom: 10px;
}

img.small 
{

width: 190px;
border: 1px solid #000000;
margin-right: 10px;
margin-bottom: 10px;
}

.imgborder { border: 1px solid #000000; }

.leftnavigation {
  position : absolute;
  top : 0px;
  left : 0;
  width : 178px;
  margin-left : 0px;
  margin-top : 0px;
  color : #000000;
  padding : 0px;
  padding-top: 7px;
  overflow : auto;
  background-color: #DFC999;
  
 
}

.leftnavigation p {
	text-align:center;
    padding-left: 0px;
	color: #990000;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	margin-top: 7px;
	margin-bottom: 0;
	
}	

.leftnavigation img {
border: 1px solid #000000;
margin-left: 17px;
margin-top: 10px;
margin-bottom:0;
width: 140px;
}

.leftnavigation p.bighead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:center;
	background-color:#FFFFFF;
	padding: 10px 10px 10px 10px;
}

.leftnavigation p.medhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	text-align:center;
	background-color:#d4d8bd;
	padding: 10px 40px 10px 40px;
}	

.leftnavigation p.medhead a {
	text-decoration:none;
	color: #000000;
	
}

.righthome {
  position : absolute;
  top : 0px;
  left : 876px;
  width : 178px;
  margin-left : 0px;
  margin-top : 0px;
  color : #000000;
  padding : 0px;
  padding-top: 7px;
  overflow : auto;
  background-color: #DFC999;
  
 
}

.righthome p {
	text-align:center;
    padding-left: 0px;
	color: #990000;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	margin-top: 7px;
	margin-bottom: 0;
	
}	

.righthome img {
border: 1px solid #000000;
margin-left: 17px;
margin-top: 10px;
margin-bottom:0;
width: 140px;
}





.leftmenu {
  position : absolute;
  top : 0px;
  left : 0;
  margin-left : 0px;
  width : 178px;
  color : #000000;
  padding : 0px;
  background-color: #FFFFFF;
  overflow:auto;
}
  
.leftmenu img {border: 1px solid #000000;  }

.leftmenu ul {padding:0;margin:0;list-style-type:none;}

.leftmenu li {
float:left;
width:178px;
position:relative;
	border-bottom: 1px solid #99CCCC;
}
/* style the links for the top level */
.leftmenu a, .leftmenu a:visited {display:block;
font-family:Arial, Helvetica, sans-serif; font-size:.8em;
font-style:italic; 
text-decoration:none;
font-weight:bold; 
color:#fff; 
width:178px; 
height: 24px; 
background:#006666;  
text-align: center; 
vertical-align: middle; 
padding-top: .6em;
vertical-align:middle;}

.leftmenu a:hover {color:#000; background:#b7d186;}
.leftmenu :hover > a {color:#000; background:#F7FB9B;}

.leftmenu a.local {
background-color:#0000FF;
color: #FFFF00;
}

#content {
	position:relative;
	left: 178px;
  width : 834px ;
  height : 410px ;
  padding : 20px;
  overflow : auto;
  background-color: #FFFFFF;
  float:none;
  clear:left;
  margin: 0 px;
} 

#content p {
	font: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	clear:left;
	}

.diag {
padding-left:200px;
	
	}
	
#content p img {
float:left;
	}
	
#content p ul{
	padding-left: 10px;
	list-style:disc;
}

#content li {
	font: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	list-style-type: disc;
	}

#content li img {
	padding: 10px;
	border: 1px solid #000000;
	margin: 5px;
}

#content li p { vertical-align:text-top; }

#content p.bighead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003366;
	text-align:center;
	font-style:italic;		
	background-color: #d4d8bd  ;
	padding: 10px 40px 10px 40px;
}	

#content p.smallhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	text-align:left;
}	

#content table {
	border-style:ridge;
	border-width: 4px;
	width: 780px;
}

#content table td {
	border-style:ridge;
	border-width: 3px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 14px;
	color: #000080;
	text-align:left;
}

#contenthome {
	position:absolute;
	left: 180px;
	width : 655px;
	height : 350px;
	padding : 20px;
	overflow : auto;
	background-color: #FFFFFF;
	float:none;
	clear:left;
	margin: 0 px;
	top: 4px;
} 

#contenthome p {
	font: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;	
	color: #000000;
	clear:left;
	}

#contenthome p img {

	}
	
#contenthome p.bighead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003366;
	text-align:center;
	font-style:italic;		
	background-color: #DFC999  ;
	padding: 20px 40px 20px 40px;
	}

#footer {
  position: relative;
  left:0px; 
  bottom:0px;
  height : 20px ;
  padding : 10px;
  color:#CC0000;
  background-color:#FFFFFF;
} 

#footer p {
color:#CC0000;
font-style:italic;
}

.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 28px;
	color: #9900CC;
}	
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color: #663300;
}
.head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

td {
	color: #000080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
</style>