body {background-color: #006699;}

#container {height: 600px; width: 800px; margin-right: auto; margin-left: auto;}
#header {float: left; width: 800px;}

#left_menu-container {float: left; width: 170px;}
#left_menu {
	float: left;
	width: 170px;
	background-image: url(../graphics/site/menu/left_menu-normal-bkg.jpg);
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #1f1d44;
	background-repeat: no-repeat;
}
.leftmenu {
	float: left;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
	background-image: url(../graphics/site/menu/left_menu-normal-bkg.jpg);
	padding-left: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	font-style: italic;
	padding-top: 2px;
}
.leftmenu:link {text-decoration: none;}
.leftmenu:visited {text-decoration: none;}
.leftmenu:hover {
	text-decoration: none;
	background-image: url(../graphics/site/menu/left_menu-over-bkg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	font-style: italic;
	padding-top: 2px;
	padding-left: 5px;
}
.leftmenu:active {text-decoration: none;}

.normal {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none;}
.bold {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none;}
.italic {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; color: #000000; text-decoration: none;}
.Heading1 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000; text-decoration: none;}

#footerLogos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}
