@charset "utf-8";
/* CSS Document */
body  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color:#003366;
	background-image: url(images/tileimage.jpg);
	background-repeat: repeat-x;
}
h4 {
	font: 80%;
}
img{
border:none;
}
#container {
	text-align: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	margin-bottom: 10px;
	background-color:#0066CC;
	border-top:thin solid #FFFFFF;
	border-bottom:thin solid #FFFFFF;
	border-left:thin solid #FFFFFF;
	border-right:thin solid #FFFFFF;
}
#navigation {
	text-align: center;
	padding: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: thin;
	
}
#content {
	text-align: left;
	padding-top: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: thin;
	background-color:#0066FF;
	height:100%;	
}

li {
	display: inline;
	margin-right: 15px;
	list-style-type:disc;
}
a:visited{
color:#FFFFFF
}
a {color:#FFFFFF;
text-decoration:none;}
a:hover{color:#003366;
}
.col1{
	width:240px;
	float:left;
	padding-left:10px;
	padding-top: 40px;	
}
.col2 a{text-decoration:underline;}
.col2{
width:120px;
padding-left:3px;
padding-right:10px;
float:left;
padding-top: 40px;
}
.centercol{
text-align:center;
	width:770px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer{
	clear:both;
	height:200px;
	background-image:url(images/footer2_a.jpg);
}
.centercolauthor{
	vertical-align:top;
	text-align:left;
	width:500px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}
.colphoto{
padding-top: 20px;
padding-right: 10px;
float:right;

}
.clearingbox{
clear:both;
}#container #content .centercol p {
	text-align: center;
	color: #FFF;
	font-size: medium;
}

