﻿/**
 * General HTML Body Styling
 * -------------------------
 */
body {
	margin-top:0px;
	font: 75%/1em Arial, Helvetica, sans-serif
}		

a { text-decoration: none } 

a { 
    text-decoration: none;
	  color : #1D6963;
} 

a:hover {
	color: #006600;  

}


p {	line-height: 1.35em; } 				

h1 { 
	
	font: 185%/1em Arial, Helvetica, sans-serif; 
	font-size: 1.95em; 
	font-weight: bold; 
} 

hr { 
	border: none; 
	border-top: 1px solid #cccccc; 
	height : 3px; 
	width : 100%; 
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
	
}

li {
	background-image: url('../images/square2c.png');
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 1.2em;
	line-height: 140%;
	background-color:#FFFFFF;

}


/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */
 

#container {
	width:756px;
	height:570px;
	margin:0 auto;
	background-color:#FFFFFF;

}
  

#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: 370px; 
        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: 150px;

 }
 


#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; */
}
