body {
	font-family: "Times New Roman", Times, serif;
        background-color: #fff;
	margin: 0;
	padding: 0;
}

img {border: 0;}

#main-container {
	width: 805px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#header {
	background-image: url('../images/header.gif');
	width: 805px;
	height: 95px;
	float: left;
	clear: both;
}

#topmenu-container, #botmenu-container {
	background-color: #cc0000;
	float: left;
	clear: both;
}

#topmenu, #botmenu {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cc0000;
	width: 805px;
	float: left;
	clear: both;
}
	
#topmenu {
	font-size: 17px;
}

#topmenu a, #botmenu a {
	text-align: center;
	display: block;
	white-space: normal;
	margin: 0;
	padding: 8px;
}

#topmenu a {
	background-image: url('../images/topmenu_bg.gif');
	background-repeat: repeat-x;
}

	
#topmenu a:link, #topmenu a:visited, #topmenu a:active, #botmenu a:link, #botmenu a:visited, #botmenu a:active {	/* menu at rest */
	color: white;
	background-color: #cc0000;
	text-decoration: none;
}
	
#topmenu a:hover, #botmenu a:hover {					/* menu at mouse-over */
	text-decoration: underline;
}	
	
#topmenu ul, #botmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 161px;					/* width of all menu boxes */
}

#topmenu li, #botmenu li {
	position: relative;
	min-height: 1px;				/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;				/* Sophie Dennis contribution for IE7 */
}

div#topmenu li:hover, div#botmenu li:hover {
	cursor: pointer;
	z-index: 100;
}

#leftmenu-container {
	background-color: #f0f0f0;
	border: 2px solid #d7d7d7;
	float: left;
}

#leftmenu {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	background-color: #f0f0f0;
}
		
#leftmenu a {
	text-align: left;
	display: block;
	white-space: normal;
	margin: 0;
	padding: 2px;
	padding-left: 20px;
}
	
#leftmenu a:link, #leftmenu a:visited, #leftmenu a:active {	/* menu at rest */
	color: #cc0000;
	background-color: #f0f0f0;
	text-decoration: none;
}
	
#leftmenu a:hover {					/* menu at mouse-over */
	color: #d32c2c;
	background-color: #ffffa4;
	font-weight: bold;
}	
	
#leftmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 141px;					/* width of all menu boxes */
}

#leftmenu li {
	font-weight: bold;
	position: relative;
	min-height: 1px;				/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;				/* Sophie Dennis contribution for IE7 */
}

#leftmenu li.heading {
	padding-top: 2px;
	width: 141px;
	height: 18px;
	font-weight: bold;
	text-align: center;
	background-image: url('../images/header_button.gif');
	background-repeat: no-repeat;
}

div#leftmenu li:hover {
	cursor: pointer;
	z-index: 100;
}

div#leftmenu li.heading:hover {
	cursor: default;
	z-index: 100;
}

#content {
	width: 650px;
	float: left;
	clear: right;
	padding: 5px;
	background-color: #ffffff;
}

.Arial {font-family: Arial, Helvetica, Sans Serif;}

.ArialBlack {font-family: Arial Black, Helvetica, Sans Serif;}

.Times {font-family:"Times New Roman", Times, serif;}

.Bold {font-weight: bold;}

.Black {color: #000000;}

.Blue {color: #0e2b89;}

.Red {color: #cc0000;}

.Gray {color: #333333;}

.Center {text-align: center;}

.Justify {text-align: justify;}

.nomargin {margin: 0;}

a {text-decoration: none;}

a:hover {text-decoration: underline;}

#botmenu {
	font-size: 12px;
}

#footer {
	padding: 5px;
	float: left;
	clear: both;
	width: 795px;
	text-align: center;
	color: #ffffff;
	background-color: #cc0000;
	font-size: small;
}