/*<group=main>*/

body {
	padding: 0px 0 0 0;
	margin:0;
	font-family: verdana, sans-serif;
	line-height: normal;
	font-size: 11px;
	color:#CC0000;
	background: #EEEEEE url(img/bg_shd.gif) repeat-y 50% 50%;
}

h1 {
	font-size: 24px;
	color: #343E56;
	clear:both;
	line-height: 24px;
	margin: 20px 0px 0px 0px;
	font-weight: normal;
}

.subhead {
	font-weight: bold;
	color: #343E56;
}

h2 {
			border-bottom:1px solid #ccc;
			margin:20px 0 0 0;
			padding-bottom:1px;
			font-weight:bold;
			color: #343E56;
	font-size: 14px;
}

h3 {
			font-weight:bold;
	font-size: 11px;
	margin: 0px;
}

a:link, a:visited {
			text-decoration:none;
			color:#03c;
			text-shadow:2px 2px 2px #aaa;
		}
a:link:hover {
			text-decoration:underline;
		}
		
#copyright {
	font-size: 10px;
	text-decoration: none;
	color: #8C8C8C;
	padding: 8px;
	border-top: 1px solid #DCDCDC;
	text-align: center;
	clear: both;
	width: 700px;
	margin: 10px auto 0px auto;
}
/*</group>*/

/*<group=layout>*/

#footer {
	border-top: 8px solid #666699;
	color: #333333;
	width: 750px;
	margin: 0px 0px 0px 0px;
	background: #E0E0EB;
	padding-bottom: 20px;
}
	
/*</group>*/

#mainframe {
			float:left;
			margin: 0 0 60px 30px;
			width:500px;
			padding-right:20px;
			border-right:1px dashed #ccc;
		}

.left {
			float:left;
			margin:5px 10px 5px 0;
		}
		.right {
			float:right;
			margin:5px 0 5px 10px;
		}

.center {
			text-align:center;
		}
		.clear {
			clear:both;
		}
		img {
			border:none;
		}
		small {
			font-size:90%;
			color:#999;
		}

:target {
			padding-left:10px;
			margin-left:-15px;
			border-left:5px double #c0e668;
		}
		dl {
			float:left;
			margin:10px 10px 0 0;
			padding:5px;
			border:1px solid #ccc;
			background:white;
		}
		dl.removable {
			background: white url(/images/removable.png) no-repeat 10px 10px;
			padding-left:50px;
		}
		dt {
			float: left;
			text-align:right;
			color: #999;
			width:5em;
		}
		dt:after {
			content:":";
		}
		dd {
			margin-left: 5.5em;
		}
		dd a {
			padding:0 0 0 15px;
			background: url(/images/download.png) no-repeat left center;
		}
		#mainframe div {
			margin-top:30px;
		}
		#sideframe p {
			margin:0 0 5px 0;
		}

		p.date {
			font-size:90%;
			color:#999;
			clear:both;
		}
		span.numbers {
			word-spacing:-2px;
			white-space:nowrap;
		}
		div.download {
			float:left;
			margin:10px 10px 0 0;
			padding:0 10px 0px 10px;
			border:1px solid #ccc;
			background:white;
		}
		#headline {
			margin: 0 0 20px 30px;
		}
		#sideframe {
			position:relative;
			font-size:90%;
			width:220px;
			margin:0 0 0 570px;
			color:#999;
		}
		#sideframe a:visited {
			color:#469;
		}
		#logo {
			position:absolute;
			top:15px;
			left:15px;
		}
		#mainframe ul, #sideframe ul {
			padding-left:10px;
			list-style: none;
			margin:0;
		}
		#mainframe li, #sideframe li {
			padding: 0 0 0 13px;
			background: url(/images/bullet.png) no-repeat 0 0.5em;
		}
		address {
			position:relative;
			clear:both;
			margin:0;
			padding:10px 0 10px 30px;
			font-size:90%;
			color:#999;
			border-top:1px solid #ccc;
		}
		#head {
			position:absolute;
			top:0px;
			left:0px;
			right:0px;
			height:90px;
			padding:0;
			width:100%;
			border-bottom:1px solid #ccc;
			background:#c0e668;
		}
		#logo {
			top:0;
			left:20px;
		}
		#navigation {
			position:absolute;
			top:91px;
			left:130px;
		}
		#navigation ul {
			padding:0;
			margin:0;
			list-style:none;
		}
		#navigation li {
			float:left;
			position:relative;
			text-align:center;
			margin:0;
			padding:0;
			font-weight:bold;
			font-size:90%;
			width:10em;
		}
		#navigation li a {
			display:block;
			margin:0;
			padding:0 10px 0 10px;
			font-weight:bold;
			text-shadow:none;
			color:#666;
		}
		#navigation li a:hover {
			text-decoration:none;
			color:#333;
			background-color:white;
		}
		#navigation li.active a {
			background-color:white;
		}
		#navigation li+li {
			border-left:1px solid #ccc;
		}

