/*Style Sheet for Version 5 Browsers */
/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 font-family: Arial, Helvetica, sans-serif; 
 font-size:   12px;
 color: #333333;
 background-color:#CCCCCC;
 }
 
#cage{
 position: relative;
 margin: 0px auto;
 width: 750px;
 background: transparent;
 z-index: 0;
}
	 
#headdiv{
 position: absolute;
 top: 100px;
 left: 0px;
 width: 730px; 
 height: 40px; 
 font: 14px Arial, Helvetica, sans-serif;
 color: #000000;
 background-color: #000066;
 margin: 0px;
 padding: 0px 10px;
 z-index: 1;
 }

#sidediv{
 position: absolute;
 top: 140px;
 left: 0px;
 width: 150px; 
 height: 700px; 
 background-color: #CCCCCC;
 color: #000033;
 border: dotted #808080;
 border-width: 0px 1px 0px 0px;
 margin: 0px;
 padding: 10px 3px 0px 7px;
 z-index: 2;
 }

#maindiv{
 position: absolute;
 top: 140px;
 left: 161px;
 right: 10px;
 width: 575px;
 background-color: #FFFFFF;
 color: #000033; 
 border: dotted #808080;
 border-width: 0px 0px 0px 0px;
 margin: 0px;
 padding: 15px 0px 0px 14px; 
 z-index: 3;
 }
 
 
 
 
 /* Presentation Stylesheet */ 

 /* Formatting for Navigation Menu-headdiv */ 
#headdiv a {
  text-align: center; 
  font: bold 1em sans-serif;
  line-height : 100%;
  padding: 0px 0px 0px 0px; 
  margin: 0px 0 0 0; 
  border-width: 0; 
  text-decoration: none; 
  color: #FFC;
  }

#headdiv ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#headdiv ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#headdiv ul li a {
	background-color: #000066;
	width: 145px;
	height: 2em;
	padding: 0;
	margin: 0 0 0 0;
	color: #ccc;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size:    x-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    x-small;   
	}
	
#headdiv ul li a:hover {
	color: #000;
	background-color: #cccccc;
	}

div#headdiv ul#sectionzero  li#zero a, 
div#headdiv ul#sectionone   li#one a, 
div#headdiv ul#sectiontwo   li#two a,
div#headdiv ul#sectionthree li#three a,
div#headdiv ul#sectionfour  li#four a,
div#headdiv ul#sectionfive  li#five a,
div#headdiv ul#sectionsix   li#six a,
div#headdiv ul#sectionseven li#seven a,
div#headdiv ul#sectioneight li#eight a{
	background: #ddd;
	width: 145px;
	height: 2em;
	padding: 0;
	margin: 0 0 0 0;
	color: #000066;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size:    x-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    x-small;
	font-weight: bold;
	}

  
 /* Formatting for Content Area-maindiv */ 

#maindiv p { 
  line-height : 180%; margin-top : 6px;
  }

#maindiv a:link {color: #999;}

#maindiv a:visited {color: #999;}

#maindiv a:link:hover {color: #99C;}

#maindiv a:visited:hover {color: #CC0;}


 /* Formatting for Sidebar Area-sidediv */ 

#sidediv p { 
  line-height : 180%; margin-top : 6px;
  }

#sidediv p.copyrights {
             color : #808080;
             margin-bottom : 0px;
             margin-top : 6px;
             text-align: center;
             font: .8em /normal Arial, Helvetica, sans-serif;}
			 
#sidediv p.xml {
             color : #808080;
             margin-bottom : 0px;
             margin-top : 60px;
             margin-left : 34px;
             text-align: center;
             font: .8em /normal Arial, Helvetica, sans-serif;}

 /* Formatting for rest of Site */ 

h1 {
  font-family : Century, Georgia, "Times New Roman", serif;
  font-size : 150%;
  margin-bottom : 12px;
  margin-top : 0px;
  color: #000066;
  }

h2 {
  font-family : Century, Georgia, "Times New Roman", serif;
  font-size : 130%;
  margin-bottom : 9px;
  margin-top : 0px;
  color: #000066;
  }

h3 {
  font-family : Century, Georgia, "Times New Roman", serif;
  font-size : 115%;
  margin-bottom : 6px;
  margin-top : 0px;
  color: #000066;
  }
  
/*Turns off Borders around Hyperlinked Images*/

img { border : 0px; display : block }
.inlinimg { display : inline }


/*Styles Applied to Float Images left or right */

.imgfloatright { float : right;
	margin-left: 4px;
}

.imgfloatleft { float : left;
	margin-right: 4px;
}


  