/* CSS Document */

 body {
 	margin: 0;
  	color: #3399cc;
	font-family:verdana;
	font-size:0.8em;
}
.address {
	font-family:verdana;
	color: steelblue;
	font-weight: bold;
	text-align: center;
	background-color: white;
}
#navpic {
	position: absolute;
	top: 210px;
	left: 0px;
	}
	
#navpic ul{
	list-style-type: none;
	margin: 0; /* remove default indentation */
	padding: 0 0 0 5px;
}
#nav {
	position: absolute;
	top: 350px;
	left: 2px;
	width: 137px;
}
#nav ul{
	list-style-type: none;
	font-weight: bold;
	margin: 0; /* remove default indentation */
	padding: 0 0 0 5px;
}
#nav li {
	margin-bottom: 5px;
	padding:4px 2px 2px 0px;
	margin-right:20px;
}
table {
	background-color: white;
	margin-bottom:10px;
	width: 600px;
}

.headline {
	background-color: steelblue;
	/*color:#FFCC66; */
	color: #e9eff4; 
	font-size:20px;
	font-weight:bold; 
	text-align: center;
	border-left: 3px outset gray;
	border-right: 3px outset honeydew;
	border-bottom: 3px outset honeydew;
	border-top: 3px outset honeydew;
	margin-top: -5px;
	margin-bottom: 25px;
	font-family:verdana;
	width: 600px;
}
#main {
	font-weight: bold;
	padding-left:140px;
	height: 800px;
}
.headingphp{
	text-align:center; 
	font-weight: bold;
	padding-left: 60;
	width: 600px;
}

.heading {
	text-align:center; 
	font-weight: bold;
	padding-left: 0;
	width: 600px;
	height:auto;
}
	
#topic {
 	font-weight:normal;
	text-align:justify;
	margin-top: 30px;
	padding-left: 20px;
	width: 750px;
}

#topic2 {
 	font-weight:normal;
	text-align:justify;
	margin-top: 30px;
	width: 700px;
}

#main #topic img {
	float: right;
	margin-left: 40px;
}
#clear {
	clear: both;
}

 #links li{
 	font-weight: bold;
}

#nav a:link {display: block; padding: 5px 0px 5px 20px; text-decoration: none; color:#e9eff4; background-color:steelblue;}
#nav a:visited {display: block; padding: 5px 0px 5px 20px; text-decoration: none; color:#e9eff4; background-color:steelblue;}
#nav a:hover {display: block; padding: 5px 0px 5px 20px; text-decoration: none; color:steelblue;background-color:#e9eff4;}
#nav a:active {display: block; padding: 5px 0px 5px 20px; text-decoration: none: color:#e9eff4; background-color:steelblue;}


a:link {text-decoration: underline; color:steelblue;}
a:visited {text-decoration: underline; color:steelblue;}
a:hover {text-decoration: none; color:#e9eff4; background-color:steelblue;}
a:active {text-decoration: underline: color:steelblue;}


a.plain:link {text-decoration: none; display:block}
a.plain:visited {text-decoration: none; display:block}
a.plain:hover {text-decoration: none;background-color:white;display:block }
a.plain:active {text-decoration: none; display:block}
