body {
	background-color: #cee7f2;
	color: #20272b ;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	margin: 12px;
	}
	
	
#page {  
	background-color: #FFFFFF;
	position: relative;
	text-align: left;
	height: auto;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	visibility: visible;
	display: block 
	}
		
/* this is the box that contains the logo and menu items */
#menu {
	float:left;
	padding-left:8px;
        }		

/* each menu item is wrapped in a 'menuitem' class */
/* all four menus are identical                    */
.menuitem, .menuactive {
	margin-top: 16px;
	margin-left: 8px;
	width: 120px;
	padding-bottom:2px;
	border-bottom: 1px dotted #5fa0c7;
	background-color: transparent;
	}
	
.menuactive {
        font-weight: bold;
        font-size:1.1em;
        color:#000;
        }

a {
    color: #C00;
	font-size: x-small;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
        }
	  
a img {
	border: none; 
	}

/* the three states of the menus are defined here in this order */
 .menuitem a, .baseline a {
	color: #3b627a;
	font-size: small;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none
	}
	
a:visited,.menuitem a:visited, .baseline a:visited  { 
 	color: #3b627a;
	text-decoration: none 
	}

a:hover, .menuitem a:hover, .baseline a:hover {
	color: #9c0200;
	text-decoration: none 
	}
	
a:active, .menuitem a:active, .baseline a:active { color: #9c0200;
	text-decoration: none; 
	}
	
	
	
/* this is the main text box */	

#textcol      
	 { 
	 background-color: transparent;
	 text-align: left;
	 border-left: 1px dotted #5fa0c7; 
	 width: 400px; 
	 height: auto; 
	 visibility: visible; 
	 display: block;
	 margin-left:180px;
	 padding-left:40px; 
	 }
	

	
/* now the text style variations */


h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3b627a;
	font-size: 18px;
	font-style:italic;
	padding-top:8px;
	padding-bottom:4px;
	border-bottom: 1px dotted #3b627a;
	}


h2 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #3b627a;
	font-size: small;
	padding-top: 4px;
	margin: 0px;
	}
	
h3  {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #9c0200;
	font-size: small;
	}

h4  {
	color: #9c0200;
	font-size: small;
	}

h5  {
	color: #3b627a;
	font-size: small;
	}

h6  {
	color: #9c0200;
	font-size: x-small;
	}
	
headline  {
	color: #9c0200;
	font-size: 1em;
}


.red { 
	color: #933;
	}
	
.green {
	color: #494;
	}


.blue {
	color: #44a;
	}
	

.sample {
	color: #966b72;
	padding-left: 0em;
	}
	
.sample h1 { 
	color: #966b72;
	text-indent: 0em;
	padding-top: 0em;
	font-size:3em;
	}

.sample h2 { 
	position: relative;
	color: #966b72;
	font-size:2.3em;
	left: 0em;
	padding-top: 0em;
	}
	
.sample h3 { 
	color: #966b72;
	font-size:1.6em;
	text-indent: 0em;
	padding-top: 0em;
	padding-top: 0em;
	}
	

	


/* finally, the other bits */

.snippet {
	background-color: #f5f7f5;
	display: block;
	margin-top: 1.2em;
	margin-bottom: 1.5em;
	padding-top: 0.6em;
	padding-bottom: 0.8em;
	padding-left: 2em;
	width: 90%;
	border: solid 1px #688
	}
	
.caption 
        {
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #696;
	}
	
.picbox br 
        {
	display:none;
        }

.code  
	{
	color: #579;
	font-family: Courier, "Courier New", monospace
	}
	
.picbox {
	margin-top:10px;
	height:auto !important;
	text-align:center;
	width:370px;
	clear:right;
	}
	
.banner {
	width: 120px;
	margin-top:25px;
	margin-left: 8px;
	margin-bottom: 15px;
	height:auto !important;
	text-align:center;
	clear:right;
	}	
	
.col {
	float: left;
	margin: 0 0 0 0;
	width: 45%;
	height: auto
	}
	
.piccol {
	margin: 0 0 0 0;
	height: auto
	}
	
.baseline {
	font-size: x-small;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 97%;
	text-align: right;
	}
	
.spacedhead 
        {
	color: #933;
	font-size: medium;
	word-spacing: 0.5em; 
	letter-spacing: 0.5em;
	}

.row 
	{
	background-color: transparent;
	position: relative;
	clear: both;
	margin-left: 0px;
	margin-bottom: 8px;
	width: 780px;
	height: auto;
	visibility: visible;
	display: block;
	}
	
.topBanner
	{
	position:absolute;
	left:198px;
	top:-20px;
	width:468px;
	height:60px;
	z-index:1;
	}
	
.footer { 
	 clear:left; 
	 margin:0px; 
     padding:10px;
	 width: auto;
	 font-size:11px;
	 line-height:1.5em; 
	 background-color:#6699CC; 
	 text-align:center; 
	 display: block
	 }
	 
.horzspace    
	{
	font-size: 10px;
	line-height: 10px;
	background-color: transparent;
	text-align: left;
	clear: left;
	width: 780px;
	visibility: visible;
	display: block
	}
	