/* CSS Document */

body,td,th {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #030;
	background-color: #fff;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
#contentdiv {
	position:relative;
	width:980px;
	height:540px;
	background-color:#fff;
	padding:20px;
	text-align:left;
	margin-top:0px;
	margin-bottom:5px;
	border-right-width:1px;
	border-right-color:#c00;
	border-right-style:solid;
	border-left-width:1px;
	border-left-color:#c00;
	border-left-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#c00;
	border-bottom-style:solid;
	border-top-width:15px;
	border-top-color:#c00;
	border-top-style:solid;
	
	z-index:10;
	}

#contentdiv a {
	text-decoration:none;
	}

#contentdiv a:visited {
	text-decoration:none;
	}

#contentdiv a:active {
	text-decoration:none;
	}
	
#menu {
	position:relative;
	float:right; 
	top:-20px;
	padding-top:3px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
	background-color:#c00;
	color:#fff;
	font:11px Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight:normal;
	z-index:10;
	text-align:center;
	margin-left:3px;
	}
	
#menu_level0 {
	position:relative;
	float:left;
	width:100%;
	margin-top:10px;
	border-bottom-width:2px;
	border-bottom-color:#c00;
	border-bottom-style:solid;
	margin-bottom:20px;
	}

#footer {
	position:absolute;
	width:960px;
	float:left;
	top:640px;
	border-top-color:#c00;
	border-top-style:solid;
	border-top-width:1px;
	}

#sub_footer {
	position:relative;
	float:left;
	margin-right:50px;
	margin-top:5px;
	}
	
li {
	list-style: square;
	margin-bottom:3px;
	}
