body {
	font-family: sans-serif;
	color: #333333;
	font-size: 90%;
	margin: 0;
	background-color: #f1f1f1;
}
#margin {
	margin: auto;
	width: 780px;
	background-color: #FFFFFF;
}
h1 {
	font-size: 102%;	
}
a {
	color: #003366;
	font-weight: bolder;
}
a:hover {
	text-decoration: none;
}
#top {
	margin: 0;
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 196px;
}

#content {
	text-align: left;
	margin: 0px;
	padding: 8px;
	width: 510px;
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 5px;
	Margin-left: 5px;
	Margin-bottom: 15px;
	margin-left: 240px;
}
#left {
	float: left;
	padding: 8px;
	width: 230px;

}
#navigation {
	background-image: url(img/navbk.png);
	background-repeat: no-repeat;
	width: 780px;
	height: 30px;
	text-align: right;
}
#navigation ul {
	margin-top: 0px;
	margin-right: 14px;
	padding-top: 5px;
	list-style-type: none;
	
}
#navigation li {
	display: inline; 
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
}
#navigation li  a{
	padding-top: 100px;
	color: #333333;
	font-size: 90%;
	font-weight: bold;
}
#navigation li  a:hover{
	text-decoration: none;
}
#bottom {
	clear: both;
	background-image: url(img/btm.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 75px;
	padding-top: 1px;
}


