* {
	margin: 0;
	padding: 0;
}

img {border:none;}

body {
	background: #333 ;
	color: #333;
	font: normal 70% Helvetica, Arial, sans-serif;
	margin: 3% 0;
	height:100%;
}

p, ul {
	padding-bottom: 1em;
}
blockquote {border-bottom:1px dotted #333;margin-bottom:1em;padding-bottom:1em;}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(img/li.gif);padding:2px;}

h1 {font-size: 1.3em;padding-bottom:3px;}
h2 {font-size: 1.1em;padding-bottom:3px;color:#433;font-weight:bold;}

h1 {color: #E4272D;}
hr {border:0;border-top:5px solid #AD2B25;margin:0 0 10px;height:5px;}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 16px;}
.main_right .padded h1 {color:#ddd;}
.main_right .padded p strong{font-size}
a, a:visited {color: #fff;text-decoration:underline;font-weight:bold;}
a:hover {color: #fff;text-decoration:none;}:1.3em; font-weight:bold;color:#fff;}
.main_right .padded a span {font-size:0px;}
.main_right .padded a {font-size:1.1em;}
.main .padded {padding: 18px 24px;}
#logo {margin:20px 0 71px;}
.meta {font-size: 0.8em; color: #666;}
acronym {border-bottom:1px dotted #333;}
.left {float: left;}
.right {float: right;}
image.right {margin:8px 0 8px 8px;}
.red {color:#E4272D;}
.main a, .main a:hover {color:#E4272D;}

/* structure */
.container {
	font-size: 1.2em;
	background: url(img/_bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #222;
}

/* header */
.header {
	float: left;
	width: 639px;
	background: url(img/header.gif) no-repeat;
	font: normal 2.4em Helvetica,sans-serif;
	height:150px;
	position:relative;
}
#float_header {
	position:absolute;
	top:0;
}
/* structure */
.top {
	background: #222;
	font: normal 1.4em Helvetica;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 180px;
}
.main {
	float: left;
	width: 460px;
}
.main_right {
	float: right;
	width: 200px;
	color: #eee;
}

/* sub-navigation */
.subnav {padding-bottom:300px;}
.subnav h1 {
	background: #222;
	color: #ddd;
	padding:18px 0 3px 8px;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #333;
	list-style: none;
}
.subnav li.selected {
	border-bottom: 1px solid #AD2B25;
	list-style: none;
	background: #433;	
	color: #eee;
	display: block;
	padding: 3px 0 8px 12px;
	width: 168px;
	text-decoration: none;
	font-weight:normal;
	border-top:5px solid #AD2B25;
}
.subnav li a {
	background: #b60000;	
	color: #eee;
	display: block;
	padding: 3px 0 8px 12px;
	width: 168px;
	text-decoration: none;
	font-weight:normal;
	border-top:5px solid #AD2B25;
}
.subnav li a:hover {
	background: #AD2B25;
	color: #fff;
}

/* footer */
.footer {
	background:#433;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	border-top:5px solid #AD2B25;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;
	text-decoration: none; font-weight:normal}
.footer a:hover {color: #fff;
	text-decoration: underline;}
