/**
 * General HTML Body Styling
 * -------------------------
 */
body {
	margin-top:0px;
	font: 75%/1em Arial, Helvetica, sans-serif
}		



/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */
 

#container {
	width:756px;
	height:575px;
	margin:0 auto;
	background-color:#FFFFFF;

}

#myslidemenu {
	width:756px;
	height:30px;
	margin:0 auto;
	background-color:#006600;

}
  

#header {
	width:756px;
	margin:0 auto;
	background-image:url('../images2/borders/title.jpg');  
	background-repeat:no-repeat;
        background-position: center center; 
	background-color:#FFFFFF;
	height : 80px; 	
}

#content {
	width:756px;
	height: 350px; 
        background-color: #FFFFFF; 

}

#pagebottom{
	position: relative;
	background: #FFFFFF;
	color: #006400;
	height: 150px;
 }

#pageblurb{
 position: absolute;
 background: #FFFFFF;
 color: #006400;
 border-right: 1px solid #cccccc;
 top: 10px;
 left: 0px;
 width: 358px;
 padding: 10px;
 

 }
 
 
#pagepicture{
	position: absolute;
	background: #FFFFFF;
	color: #006400;
	top: 10px;
	right: 0px;
	width: 330px;
	padding: 10px;
	height: 110px;

 }
 


#pathway {
	width: 450px;
	margin-bottom: 10px; 
	letter-spacing   : .15em; 
	font-size: .8em;
	color: #666666; 
}
	
	
#topBorder {
	margin: 0 auto;
	margin-top: 10px; 
	width: 756px;
	height: 8px;
	font: 1px/1px sans-serif !important;
	font: 0px/0px sans-serif;
/*	background: url('../images/bordertop.gif') no-repeat center bottom
}	


#footer {
    position: fixed;
    bottom: 0;
	}

/**
 * Class Definitions  
 * ----------------------------
 * 
 */


.columnHeading { 
	border-bottom: 1px dotted #cccccc;
	padding-left: 2px; 
	margin-bottom: 10px;
/*	background-color: #CC7E55; */
}
