/* CSS Document */

     body
    {
	background-color: #CBE2E4;
	margin:5px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	padding: 0px;
	font-size: 10px;
	text-align:center;
    }
	a, a:visited
    {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2em;
    }

    a:hover, a:active
    {
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 2em;
    }
	a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2em;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	line-height: 2em;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #34646A;
}

h2{
 font-size: 114%;
 color: #34646A;
}

h3{
 font-size: 100%;
 color: #34646A;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #34646A;
}

h5{
 font-size: 100%;
 color: #34646A;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
/*********************** Layout divs **************************/
   #page {
	position:relative;
	top: 0px;
	width:750px;
	margin:0px auto;
	text-align:left;
}
   #header {
	position:absolute;
	left: 0;
	top: 0;
	width:450px;
	height:32px;
	z-index: auto;
	float: left;
   }
   #headertext {
	position:absolute;
	left: 450px;
	top: 0;
	width:295px;
	height:32px;
	z-index: auto;
	float: left;
	background-color: #FFFFFF;
   }
   #headertext a {
	color: #34646A;   
   }
   #headertext a:hover, a:visited, a:active {
	color: #FF0000;   
   }
   #headertext a:hover {
	text-decoration: underline;	 
   }
    #filler {
	position:absolute;
	left: 0;
	background-color: #669999;
	width: 100%;
	top: 37px;
	height:280px;
	z-index: auto;
	float: left;
	overflow: hidden;
	visibility: visible;
   }
   #menu {
	background-color: #34646A;
	position:absolute;
	left:0;
	top: 0;
	width:145px;
	height:280px;
	z-index: auto;
	float: left;	
   }   
   #menu a {
	margin-left: 5px;
	color: #FFFFFF;
   }   
   #content {
    position:absolute;
	left:156px;
	top: 42px;
	width:620px;
	height:587px;
	z-index: auto;
	float: left;
	}
	#imgcontainer {
	position:absolute;
	left: 0;
	width: 745px;
	top: 32px;
	height:280px;
	z-index: auto;
	float: left;
	overflow: hidden;
   }
   #image1 {
	position:absolute;
	left:146px;
	top: 0;
	width:290px;
	z-index: auto;
	float: left;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
   }
   #image2 {
	position:absolute;
	left:447px;
	top: 0;
	width:140px;
	z-index: auto;
	float: left;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
   }
   #image3 {
	position:absolute;
	left:598px;
	top: 0;
	width:140px;
	z-index: auto;
	float: left;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
   }  
   #bottomtext {
	position:absolute;
	left:0;
	width: 745px;
	top: 312px;
	height:auto;
	z-index: auto;
	float: left;
	overflow: visible;
	visibility: visible;
	background-color: #FFFFFF;
   }
   #bottomtext p {
	margin-left: 5px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px dashed #666666;
	border-left: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 110px;
   }
   #bottomtextbg {
	position:absolute;
	left:-3px;
	background-color: #C7DFE2;
	width: 100%;
	top: 330px;
	height:221px;
	z-index: auto;
	float: left;
	overflow: hidden;
	visibility: visible;
   }
   
#bottomtext img {
	float: left;
	margin-right: 10px;
}
#bottomtext a, a:visited {
	color: #003366;
}
.indentnav {
	padding-left: 10px;
	word-spacing: 1em;
}
.hidden {
	display: none;
}
