body  {
	padding: 0px;
	margin: 0px;
	background-color: #808080;
	font-family: Arial, Helvetica, sans-serif;
}
#container  {
	width: 929px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-color: #C0C0C0;
	line-height: 2em;
}
#header  {
	height: 100px;
	background-color: #01243B;
}
#top-nav  {
	height: 30px;
	background-color: #F2F39E;
}
#left-col  {
	width: 210px;
	float: left;
	background-color: #9DA7B2;
	margin: 15px 0px 15px 10px;
        border-radius: 15px;
}
#content  {
	margin: 15px 10px 15px 230px;
	background-color: #C0C0C0;
	font-size: 15px;
}
#footer {
	height: 35px;
	background-color: #000000;
	clear: both;
	color: #FFFF00;
}
#top-nav ul  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#top-nav li  {
	float: left;
	width: 111px;
	text-align: center;
	font-size: 13px;
	line-height: 29px;
	border: 1px ridge #0000FF;
}
#top-nav a, #top-nav a:link, #top-nav a:visited  {
	display: block;
	color: #000000;
	text-decoration: none;
}
#top-nav a:hover  {
	color: #FFFFFF;
	background-color: #000080;
}
#left-col ul  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#left-col li  {
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-style: ridge;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
	border-bottom-style: ridge;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	line-height: 30px;
	text-indent: 14px;
	background-image: url('blue-hder.png');
	background-position: 0px bottom;
}
#left-col a, #left-col a:link, #left-col a:visited  {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#left-col a:hover  {
	background-image: url('blue-hder.png');
	background-repeat: no-repeat;
	background-position: 0px center;
}
#left-col h3  {
	font-size: large;
	font-variant: small-caps;
	color: #FFFFFF;
	line-height: 2em;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#content h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	line-height: 2em;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}
#content p {
	font-size: 13px;
	line-height: 145%;
	padding-right: 22px;
	padding-left: 22px;
	margin: 15px 0px 15px 0px;
}
#header h1 {
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #F2F39E;
	line-height: 2em;
	font-style: italic;
}
#header h2 {
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #F2F39E;
	line-height: 1em;
	font-style: italic;
}