address, blockquote, dl, body, fieldset, form, h1, h2, h3, h4, h5, h6, html, ol, p, pre, ul {
	margin:0;
	padding:0;
}

a { color:#3399CC; cursor:pointer; outline:none !important; text-decoration:none; }
a:active { color:#3399CC; }
a:focus, a:hover { color:#3399CC; text-decoration:underline; }
a:visited { color:#3399CC; }

body {
	background:#F9F9F9;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
}

#header_container {
	background:#333;
	border-bottom:2px solid #F9F9F9;
	height:38px;
	width:100%;
}

ul#menu {
	background:#82CAEC;
	border-bottom:1px solid #6A9ABD;
	height:26px;
	list-style-type:none;
	line-height:24px;
	width:100%;
	vertical-align:baseline;
}

#menu li {
	display:inline;
}

#menu li a {
	background:#555;
	border:1px solid #F9F9F9;
	border-left:1px solid #4D596C;
	border-top:0;
	color:#FFF;
	display:inline-block;
	float:left;
	font-size:10px;
	margin:0 0 0 10px;
	text-decoration:none;
	padding:1px 5px;
}

#menu li a:hover {
	background:#4D596C;
}

.wrap {
	height:auto !important;
	height:100%;
	margin:10px auto;
	overflow:hidden;
	width:80%;
	min-width:960px;
}

#fill {
	background:#FFF;
	border:1px solid #BBB;
	line-height:18px;
	overflow:auto;
	padding:10px;
}

#fill a {
	font-weight:bold;
}

code {
	color:#000;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:13px;
}

h1, h2, h3, h4, h5 {
	font-size:18px;
	color:#444;
	padding:2px;
}

h3 {
	font-size:14px;
	margin:15px 5px 5px 5px;
}

.nlh {
	margin:15px 5px 5px 5px;
}

hr {
	border:0;
	border-bottom:1px solid #F3F3F3;
	height:1px;
	padding:2px 0;
}

hr.dark {
	border-bottom:3px solid #82CAEC;
}

p {
	color:#444;
	font-size:12px;
	padding:5px;
}

p.ph3 {
	padding:0 5px;
}

.gap {
	padding:15px 5px;
}

.gap b {
	color:#333;
}

ol {
	color:#333;
	font-size:12px;
	list-style-type:none;
	margin:0 0 0 10px;
	padding:5px;
}

ol li {
	background:url("../images/bullet_blue.png") 0 3px no-repeat;
	padding:4px 0 0 20px;
}


/* ----- Summary ----- */
.summary {
	background:#F9F9F9;
	border:1px solid #DDD;
	display:inline;
	float:right;
	line-height:12px;
	margin:5px 5px 5px 15px;
	width:200px;
	padding:5px;
}

.summary h1 {
	display:inline;
	font-size:10px;
	font-weight:bold;
	float:right;
	text-align:right;
}

.summary ul {
	color:#333;
	font-size:11px;
	list-style-type:none;
	margin:5px 5px 5px 10px;
}

.summary ul li {
	font-weight:bold;
	margin:0;
	padding:2px 0;
}

.summary ul li ul {
	font-size:10px;
	list-style-type:circle;
}

.summary ul li ul li {
	font-weight:normal;
}

#footer {
	clear:both;
	color:#777;
	font-size:11px;
	line-height:16px;
	text-align:center;
}

#footer img {	
	margin:0 5px;
	vertical-align:top;
}

#overview ol {
	color:#555;
	font-size:12px;
	list-style-type:none;
}

#overview ol li h1 {
	font-size:12px;
	background:#DDD;
	padding:2px 10px;
}

#overview ol li ol {
	color:#555;
	font-size:11px;
	list-style-type:none;
	padding:5px;
}

#overview ol li ol li{
	background:none;
	padding:2px 15px;
}
