/* 2x LC width + RC width */
body {
	//min-width: 530px;
	min-width: 650px;
	font-family: Verdana,Arial,sans-serif;
	font-size: .9em;
	background-image: url(/images/bannerbg.png);
	background-repeat: repeat-x;
}

a:hover, a:focus, a:active { }
a:focus, a:active { }
p { margin: 4px 0 4px 0; }
p + p { margin: 0 0 4px 0; }
.right { text-align: right; }
.block { text-indent: 0; }

.center {
	text-align: center;
	margin: 10px auto 10px auto;
}

.deck { margin-top: 0; }

.floatl {
	float: left;
	margin: 4px 10px 6px 2px;
}

.floatr {
	float: right;
	margin: 0 2px 6px 10px;
}

#banner {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 140px;
	width: 100%;
	clear: both;
}

#banner img {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 3;
}

#banner ul { z-index: 8; }

/* NAVIGATION */
/*left column */
#menu {
	width: 120px;
	float: left;
	margin-left: -10px;
	padding: 135px 0 1700px 20px;
	background: #000;
}

#menu h2 {
	color: #000;
	background: #000;
	font-size: 0;
}

#menu a {
	display: block;
	width: 120px;
	text-decoration: none;
}

#menu ul {
	position: fixed;
	z-index: 6;
	top: 295px;
	left: -40px;
}

#menu ul li {
	text-align: right;
	margin: 0 3px 6px 0;
	width: 120px;
	padding: 1px 3px 1px 10px;
	color: #fff;
	text-indent: 3px;
	background: #000;
}

#menu ul li a {
	width: 100%;
	text-decoration: none;
}

#menu a, #menu a:visited { color: #ddd; }

#menu a:hover {
	color: #f00;
	background: #000;
}

#menu a:active {
	color: #f00;
	background: #000;
}

#menu li {
	list-style-type: none;
	font: normal 12px arial,helvetica,sans-serif;
}

#menu li a:hover {
	color: #f55;
	background: #000;
}

/* end NAVIGATION */
#wrapper { overflow: hidden; }

#container {
	width: 100%;
	clear: both;
	padding-top: 140px;
}

//#primary { margin-right: 180px; }
primary { margin-right: 20px; }

#primary h1 {
	margin-top: 0;
	text-align: center;
}

#main {
	margin-left: 200px;
	padding: 72px 20px 20px 10px;
}

.last { margin-bottom: 0; }

/*right column */
//#more {
//	width: 180px;
//	height: 100%;
//	float: right;
//	border-left: 2px dotted #333;
//	margin-top: 20px;
//	padding: 20px 10px 10px 3px;
//	overflow: hidden;
//	background-image: url(/images/white.gif);
//}

#foot {
	clear: left;
	width: 100%;
	padding: 0 4px;
	margin-left: -10px;
	margin-right: 0;
	background: #000;
	text-align: center;
	color: white;
	font-size: .8em;
	font-family: Verdana,sans-serif;
	overflow: hidden;
}

#foot a {
	text-decoration: none;
	color: white;
}

#foot ul { margin: auto 6px auto 6px; }

#foot li {
	display: inline;
	list-style: none;
	font-size: 1em;
	color: white;
	padding: 2px 10px;
	font-family: Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 { }
abbr, acronym { }
blockquote { }
em { }
strong { }
.bold { }
.italic { }
.hidden { }
.abbr { }

#commonlinks {
	position: relative;
	top: 0;
	float: right;
	z-index: 8;
}

#commonlinks li {
	display: inline;
	list-style: none;
	font-size: 11px;
	color: #ccc;
	margin: 6px;
	font-family: Verdana, sans-serif;
}

#commonlinks a {
	color: white;
	font-size: 12px;
	background: transparent;
	text-decoration: none;
	font-weight: bolder;
}

.qa dt:first-letter, .qa dd:first-letter {
	font-family: Georgia, serif;
	font-size: 190%;
	font-weight: bold;
	float: left;
}

.qa dt {
	margin-top: 20px;
	margin-bottom: 10px;
}

.sidebar {
	width: 200px;
	background: #cedfff;
	float: right;
	padding: 6px;
	margin: 4px;
}

.sidebar p { text-indent: 0; }

.sidebar a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #00C;
}

.stroke { border: 1px solid #24A; }

dt {
	font-weight: bold;
	color: #009;
	background: inherit;
	margin-top: 6px;
}

dd strong {
	color: #777;
	font-weight: 700;
}

ul { margin: 3px 0 6px 0; }

li {
	margin: 2px 0 2px 0;
	font-size: 14px;
}
