/* CSS Document */
body {
	margin:0;
	padding:0;
	font:1em "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	background:#E6F4FF url(i/bbg.gif) repeat-y;
	}
div, img, h1, h2, h3, h4, h5, h6, span {
	margin:0;
	padding:0;
	} 
div, p {
	display:block;
	border:0px solid #ff0;
	}
#container {
	position:absolute;
	width:100%;
	height:430px;
	top:6%;
	left:0;
	}
#banner {
	height:45px;
	background:transparent url(i/banner.gif) no-repeat;
	}
#content {
	height:auto;
	width:auto;
	background:#fff url(i/strip.gif) bottom right no-repeat;
	border-top:1px solid #2a1f55;
	border-bottom:1px solid #2a1f55;
	}
#left {
	float:left;
	text-align:right;
	width:9em;
	}
#left ul {
	margin:50px 0 0 0;
	color:#2a1f55;
	padding:25px 4px 30px 0;
	font-size:.7em;
	font-weight:bold;
	list-style:none;
	border-right:1px solid #2a1f55;
	}
#left ul ul {
	margin:-3px 0 0 40px;
	padding:0;
	font-size:.8em;
	border-left:1px solid #2a1f55;
	border-bottom:1px solid #2a1f55;
	border-right:0;
	}
#left ul ul li {
	line-height:1.3em;
	}
#left li {
	margin:0;
	line-height:1.5em;
	list-style-type:none;
	}
#left a {
	color:#97a4c7;
	font-weight:bold;
	text-decoration:none;
	}
#left a:hover {
	color:#2a1f55;
	text-decoration:underline;
	}	
#middle {
	margin:0 0 0 12em;
	padding:15px 0 80px 0;
	display:block;
	width:550px;
	font-size:.75em;
	}
#middle h1 {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:0px;
	margin-left:25px;
	}
#middle p {
	margin:-2px 0 10px 20px;
	} 
#middle img {
	margin-left:10px;
	}
#footer {
	color:#999;
	text-align:right;
	font-size:11px;
	}
#footer a {
	color:#89c;
	text-decoration:none;
	margin:0 15px 0 0;
	font-weight:bold;
	}
#footer a:hover {
	color:#036;
	text-decoration:underline;
	}
#footer p {
	margin:0;
	padding:0;
	}