dy {
	font-family: verdana,lucida,arial,helvetica,sans-serif;
	font-size: 80%;
}

#wrapper {
	margin: 0px auto;
	width: 700px;
}

#top {
	color: rgb(255, 255, 255);
	width: 165px;
	height: 314px;
	background-color: rgb(32, 51, 76);
	float: right;
}

#top h2 {
	color: rgb(255, 255, 255);
	font-size: 150%;
}

#topleft {
	background-color: rgb(255, 255, 255);
	float: left;
	margin: 0px;
}

#topright {
	background-color: rgb(255, 255, 255);
	float: right;
	text-align: right;
	font-size: 80%;
}

.cl {
	clear: both;
}

#middle {
	width: 710px;
	padding-top: 5px;
}

#leftcolumntop {
	padding: 4px;
	width: 300px;
	height: 260px;
	margin-top: 60px;
	color: rgb(0, 0, 0);
	float: right;
}

#leftcolumn {
	padding: 10px;
	width: 208px;
	height: 300px;
	background-color: rgb(32, 51, 76);
	color: rgb(255, 255, 255);
}

#leftcolumn a:link, #leftcolumn a:visited, #leftcolumn a:active {
	padding: 1px;
	text-decoration: none;
	color: rgb(255, 255, 255);
}

#leftcolumn a:hover {
	text-decoration: none;
	color: rgb(240, 30, 30);
}

#leftcolumnbottom {
	padding: 4px;
	width: 220px;
	height: 40px;
	background-color: rgb(32, 51, 76);
	color: rgb(255, 255, 255);
}

#caption {
	border-bottom: 5px solid rgb(255, 255, 255);
	text-align: center;
	font-size: 80%;
}
#navlist {
	margin: 0px;
}
#navcontainer
{
	width: 100%;
}
#navcontainer ul {
	padding-left: 0pt;
	margin-left: 0pt;
	background-color: rgb(160, 179, 204);
	color: White;
	float: left;
	width: 100%;
	font-family: arial,helvetica,sans-serif;
}

#navcontainer ul li {
	display: inline;
	background-color: rgb(160, 179, 204);
	color: Black;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a {
	border-right: 1px solid rgb(255, 255, 255);
	padding: 0.2em 1em;
	background-color: rgb(160, 179, 204);
	color: Black;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover {
	background-color: rgb(51, 102, 153);
	color: rgb(255, 255, 255);
}

#menu {
	border-bottom: 5px solid rgb(255, 255, 255);
	padding: 13px;
	width: 674px;
	background-color: rgb(160, 179, 204);
	float: right;
	text-align: center;
	font-size: 80%;
}

#menu a:link, #menu a:visited, #menu a:active {
	padding: 13px;
	background-color: rgb(160, 179, 204);
	text-decoration: none;
	color: rgb(0, 0, 0);
}

#menu a:hover {
	padding: 13px;
	background-color: rgb(240, 30, 30);
	text-decoration: none;
	color: rgb(255, 255, 255);
}

#submenu {
	padding: 4px;
	width: 210px;
	background-color: rgb(32, 51, 76);
}

#content {
	width: 350px;
	margin-top: 5px;
	float: left;
}

#main {
	width: 350px;
	float: left;
	background-color: rgb(255, 255, 255);
}

#main a:link, #main a:visited, #main a:active {
	text-decoration: underline;
	color: rgb(0, 0, 0);
}

#main a:hover {
	text-decoration: underline;
	color: rgb(240, 30, 30);
}

h1 {
	border-bottom: 2px dotted rgb(160, 179, 204);
	margin: 4px;
	padding: 4px;
	font-size: 120%;
	font-weight: bold;
	color: rgb(0, 0, 0);
}

h2 {
	text-align: center;
	font-size: 300%;
	font-weight: normal;
	color: rgb(0, 0, 0);
}

h3 {
	border-bottom: 2px dotted rgb(160, 179, 204);
	margin: 4px;
	padding: 2px;
	text-align: center;
}

#main {
	color: rgb(0, 0, 0);
	float: left;
}

#footer {
	border-top: 10px solid rgb(160, 179, 204);
	background-color: rgb(160, 179, 204);
	height: 40px;
	width: 700px;
	color: rgb(0, 0, 0);
	font-size: 90%;
	text-align: center;
	clear: both;
}

#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color: rgb(0, 0, 0);
}

h4 {
	font-size: 180%;
	color: rgb(240, 30, 30);
}