body {
	background-color: #A1B3C9;
	text-align: center;
}
h1 {
	font-family: georgia, serif;
	font-weight: bold;
	letter-spacing: .1em;
	font-variant: small-caps;
	font-size: 160%;
}
h4 {
letter-spacing: .1em;
text-align: left;
padding: 0 20px;
}
div#container {
	width: 700px;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #003333;
	margin: 0 auto;
	height: auto;
}
div#content {
	width: 100%;
	background-color: #E8F3FF;
	overflow: auto;
}
div#navigation {
	width: 165px;
	float: left;
	padding: 0 5px 10px 10px;
	text-align: left;
	margin: 0;
	background-color: #E8F3FF;
}
div#header {
	width: 700px;
	position: relative;
	top: 0px;	
	margin: 0;
	padding: 10px 0 25px 0;
	text-align: center;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	color: #1C304B;
	line-height: 50px;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #003366
}
div#information {
	width: 503px;
	float: right;
	padding: 11px 5px 0 5px;
	margin: 0;
	background-color:#FFF;
	border-left: solid 1px #003366;
}
div#information1 {
	width: 503px;
	float: right;
	padding: 11px 5px 0 5px;
	margin: 0;
	background-color:#FFF;
	border-left: solid 1px #003366;
	text-align: left;
}
ul {
	position: relative;
	padding: 0;
}
li {
	border-bottom: dotted 1px #936;
	display: block;
	list-style-type: none;
	line-height: 25px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	
}
a {
	display: block;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background-color: #FF6;
	display: block;
}

a.normal {
display: inline;
}
