/* CSS Document - Level 1 base */
body {
	background-color: #ffcc66;
}
#box {
	width: 50em;
	height: auto;
	background-color: #ffffff;
	border-width: medium;
	border-color: #999999;
	border-style: outset;
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;	
}
div#logo {
	background-color: #66cccc;
	background-image: url('../graphics/header1.gif');
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 2em;
	margin: 0;
	width: 50em;
	float: left;
}
#mainmenu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	color: #ffffff;
	text-align: right;
	font-size: .7em;
	line-height: 1.5em;
	position: relative;
	list-style-type: none;
	border: 0;
	margin-left: auto;
	padding-right: 1em;
	padding-top: 2em;
	float: right;
}
#mainmenu li a {
	text-align: right;
}
#mainmenu a:link {
	color: #ffffff;
	text-decoration: none;	
}
#mainmenu a:visited {
	color: #ffffff;
	text-decoration: none;	
}
#mainmenu a:hover {
	color: #ff6633;
	text-decoration: none;	
}
#mainmenu a:active {
	color: #ff6633;
	text-decoration: none;	
}
#nav {
	clear: both;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-color: #66cccc;
	height: 5em;
	width: 50em;
}
div#nav ul {
	margin: 0;
	padding: .2em 1.1em;
	list-style-type: none;
	text-align: left;
}
ul.lev2 {	
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
ul.lev2  li {
	margin: 0;
	width: 13em;
}
ul.lev2  li a {
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
ul.lev2  li a:link {
	color: #ffffff;
}
ul.lev2  li a:visited {
	color: #ffffff;
}
ul.lev2  li a:hover {
	color: #ff6633;
}
ul.lev2  li a:active {
	color: #ff6633;
}
#leftlist {
	float: left;
}
#centerlist {
	float: right;
}
#rightlist {
	float: right;
}
#main {
	position: relative;
	margin: 0;
	padding: 0;
	width: 50em;
}
#leftmain2col {
	position: relative;
	width: 37em;
	float: left;
	padding-left: .8em;
}
#leftmain1col {
	position: relative;
	width: 48em;
	float: left;
	padding-left: .8em;
}

#rightmain {
	position: relative;
	border-left: .05em;
	border-bottom: .05em;
	border-top: 0;
	border-right: 0;
	border-color: #66cccc;
	border-style: dashed;
	-moz-border-radius-bottomleft: 2em;
	height: auto;
	width: 10em;
	float: right;
	padding-left: .8em;
	padding-right: .6em;
	padding-top: 0em;
	padding-bottom: .8em;
	margin-top: 0;
	margin-right: 0;
}

#footer {
	clear: both;
	display: block;
	position: relative;
	width: 50em;
	height: 2em;
	text-align: center;
	padding-left: .05em;
	padding-right: .05em;
	padding-top: .5em;
	padding-bottom: .5em;
}	

