/* CSS Document */
/************************************* main styles *************************************/
  body
    {
	background-color: #CBE2E4;
	margin:5px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0;
	font-size: 12px;
	text-align:center;
	min-width: 500px;
    }
	a, a:visited
    {
	color: #FFFFFF;
	text-decoration: none;	
    }

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

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

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

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

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

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

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;
	margin:0px auto;
	width: 750px;
	text-align: left;
	top: 0px;
	padding: 0px;	
}
   #page #content a {
	color: #34646A;
}
   #page #content a:hover {
	color: #FF3300;
}   
   #header {
	position:absolute;
	left:0;
	top:0;
	width:450px;
	height:32px;
	float: left;
   }
   #headertext {
	position:absolute;
	left:450px;
	top:0;
	width:320px;
	height:32px;
	float: left;
	background-color: #FFFFFF;
   }
   #headertext a {
	color: #34646A;   
   }
   #headertext a:hover, a:visited, a:active {
	color: #FF0000;   
   }
   #headertext a:hover {
	text-decoration: underline;	 
   }
    #navcontainer {
	margin: 0;
	padding: 0 0 0 4px;
	height: 20px;
	}
	
	#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;	
	}
	
	#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}
	
	#navcontainer ul li a {
	background: #fff;
	width: 122px;
	height: 18px;
	border-top: 1px solid #34646A;
	border-left: 1px solid #34646A;
	border-bottom: 1px solid #34646A;
	border-right: none;
	padding: 0;
	margin: 0;
	color: #34646A;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	}
	
	#navcontainer ul li a:hover {
	color: #FFFFFF;
	background: #34646A;
	}
	
	#navcontainer a:active {
	background: #34646A;
	color: #fff;
	}
	
	#navcontainer li#active a {
	background: #c60;
	border: 1px solid #c60;
	color: #fff;
	}
	.lastnav {
	border-right: 1px solid #34646A;
	}
   #menu {
	background-color: #34646A;
	position:absolute;
	left:5px;
	top: 34px;
	width:145px;
	height:280px;
	float: left;
   }   
   #menu a {
	margin-left: 5px;	
   }   
   #content {
	position:absolute;
	left:0;
	top: 32px;
	background-color: #FFFFFF;
	padding-top: 10px;
	width: 770px;
	}
	#content p {
	margin-right: 4px;
	margin-left: 5px;
	}
	#contentshadow {
	position:absolute;
	left:172px;
	top: 54px;
	width:617px;
	height:584px;
	float: left;	
	}
   #image1 {
   position:absolute; 
   left:-7px; 
   top: 0px; 
   width:57px; 
   float: left;
   }
   #image2 {
   position:absolute; 
   left:52px; 
   top: 0px; 
   width:57px;   
   float: left;
   }
   #image3 {
   position:absolute; 
   left:112px; 
   top: 0px; 
   width:57px;  
   float: left;
   }
   #image4 {
   position:absolute; 
   left:172px; 
   top: 0px; 
   width:57px;   
   float: left;
   }
   #image5 {
   position:absolute; 
   left:232px; 
   top: 0px; 
   width:57px;   
   float: left;
   }
   #filler {
	position:relative;
	background-color: #96C6CB;
	width: 100%;
	top: 3px;
}  
