body {
 	color: #000;
 	background:#fff;
 	margin: 0;
 	padding: 10px;
 	font-family:"Garamond","Palatino Linotype", "Book Antiqua", Palatino, serif
}

#outer {
 	width: 600px;
 	margin: 0 auto;
}


#header { 
	width:600px;
	height:80px;
	padding-top:20px;
	text-align:center;
	}
	
#header h2 { 
	margin: 0;
	padding:0;
	font-size:2.25em;
	font-weight:normal;
	}
	
.floatLeft {
	text-align:left;
	float: left;
	width:200px;
	}
.floatCenter {
	text-align:center;
	float: left;
	width:200px;
	}
.floatRight { 
	float: right; 
	}	
	

#headerimage {
	width:600px;
	height: 105px;
	background-image: url(top.png);
	background-repeat: no-repeat;
	background-position: center;
	}

#title{
	text-align:center;
	padding: 10px 0 0 0;
	
}

#title h1 { 
	margin: 0;
	font-size:3em;
	font-weight:normal;
	}

#title h2 { 
	margin: 0;
	font-size:2.25em;
	font-weight:normal;
	}	

#title h3 { 
	margin: 0;
	font-size:1.875em;
	font-weight:normal;
	}

#title h4 { 
	margin: 0;
	font-size:1.125em;
	font-weight:normal;
	}



#content {
	width:600px;
	height:auto;
	padding:30px 30px 0 40px;
	font-size:18px;
	background:#fff;
	}

#content h2 {
	margin:5px 0 5px 0;
	font-size:18px;
	color:#800000;
	font-weight:normal;
	}
	
	
.column {
	width:240px; 
	padding:0 20px 0 0; 
	float:left;
	text-align:justify;
	}
	
#columnHead {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:14px;
	}
	
#columnHead h1 {
	margin:0;
	font-size:1.5em;
	font-weight:normal;
	}



#content a:link{
	text-decoration:none;
	color: #000;
	border-bottom: 1px #444 dotted;
}

#content a:visited {
	text-decoration:none;
	color: #000;
	border-bottom: 1px #444 dotted;
}

#content  a:hover {
	text-decoration:none;
	color: #800000;
	border-bottom: 1px #444 dotted;
}



#columnHead a:link{
	text-decoration:none;
	color: #000;
	border-bottom: 1px #444 dotted;
}

#columnHead a:visited {
	text-decoration:none;
	color: #000;
	border-bottom: 1px #444 dotted;
}

#columnHead  a:hover {
	text-decoration:none;
	color: #666;
	border-bottom: 1px #444 dotted;
}




.text{
	margin:0;
	text-indent:20px;
}

#footer {
	clear:both;
	margin:0;
	height:50px;
}


img.floatLeftIMG { 
    float: left; 
    margin: 0 10px 0 0; 
}

	
.textCenter {
	text-align:center;
	}
.textJustify {
	text-align:justify;
	}
.topPadding{
	padding:10px 0 0 0;
	}
	
.reverseIndent{
	margin:0;
	padding: 0 0 0 20px;
	text-indent: -20px;
	
}



