@charset "UTF-8";

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #103275;
	background:#CCCCCC url(../images/bg-dropsm.gif);
	font-size: small;
	line-height: 125%
	}

#wrapper {
	width: 800px;
	margin: 0 auto;
	}
	
#header {
	height: 127px;
	background: #A5D6E6 url(../images/logosm.gif) top left no-repeat;
	border: 1px solid #103275;
	/*border-bottom: 1px solid #103275;*/
	}
#header img {
	border: 1PX dotted #000000;
	}	
#hdr {
	width: 400px;
	margin: 0 300px;
	padding-top: 10px;
	text-align: center;
	}		
#hdr h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 10px;
	}	
#hdr p {
	margin-bottom: 10px;
	font-weight: bold;
	}

#menu {
	text-align: center;
	}
#menu ul {
	margin: 5px;
	font-weight: bold;	
}
#menu li {
	display: inline;
	padding: 30px;
	}
#menu a, #menu a:visited {
	color: #103275;
	text-decoration: none;
	}	
#menu a:hover {
	background: #103275;
	color: #A5D6E6;
	text-decoration: none;
	}	
	
		
#content {
	width: 740px;
	margin: 0 auto;
	background: #FFF url(../images/bg-droplg.jpg) center center no-repeat;
	border: 1px solid #103275;
	padding: 30px;
	text-align: left;
	}	
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: bold;
	margin-bottom: 15px;
	}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 5px;
	}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
p {
	margin-bottom: 15px;
	}				
.floatlft {
	float: left;
	margin-right: 15px;
	}
.floatrt {
	float: right;
	margin-left: 50px;
	padding-left: 50px;
	}
.clearb {
	clear: both;
	}
	
#drops {
	margin-top: 5px;
	margin-left: 75px;
	}

#drops ul {
	padding-bottom: 10px;
	}	

#drops li {
	list-style-image: url(../images/drop10.gif);
	margin-left: 50px;
	margin-bottom: 15px;
	}


#board {
	width: 350px;
	margin: 0 auto;
	}
	
#board ul {
	padding-bottom: 10px;
	}		
#board li {
	margin-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	}

#footer	{
	text-align: center;
	font-size: 80%;
	color: #A5D6E6;
	}
#footer a, #footer a:visited {
	color: #A5D6E6;
	text-decoration: none;
	}	
#footer a:hover {
	color: #103275;
	text-decoration: none;
	}			