html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
	background: #2a2a2d;
}
a:link, a:visited  { 
	text-decoration: none;
	color: #003d79;
	border-bottom: 1px dotted;
}
a:hover { 
	color: #002344;
}
a img { border: none; }
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#navigation {
	padding: 30px;
}
#main {
	padding: 30px;
	background: #fff;
}
#logo, .sidebar {
	float: left;
	width: 260px;
	background: #fff;
}
#logo { margin-right: 30px; }
.content {
	float: right;
	width: 610px;
	font: 1.25em/1.5 Verdana;
}
.content h2 {
	font:normal 1.4em Arial;
	margin:0 0 12px 0;
}
.content p {
	margin:0 0 12px 0;
}
.content a img {
	display: block;
	background: #eaeaea;
	padding: 20px;
}
#header { margin-bottom: 30px; }
#footer { margin: 15px 30px 30px 30px; }
.clear { clear:both; overflow:hidden; }
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#navigation ul { float: right; }
#navigation ul li { float: left; }
#navigation li a:link, #navigation li a:visited {
	padding: 0 20px;
	border: none;
	border-right: 1px solid #8B8B8B;
	font-size: 1.4em;
	color: #cbcbcb;
}
#navigation li a:hover {
	color:#f3f3f3;
}
#navigation li.item-last a:link, #navigation li.item-last a:visited {
	border: none;
	padding: 0 0 0 15px;
}
#header h2 { font-size: 3.2em; letter-spacing:-2px; padding:0 0 18px 0; border-bottom:1px dotted #ccc;}
#header p {
	margin: 15px 0 0 290px;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Serif;
	font-style: italic;
	line-height: 1.6em;
	color: #777;
}
.sidebar {
}
.sidebar h2 { 
	font-size: 1.6em; 
	margin-top: 30px;
}
.sidebar h2.first { margin: 0; }
.sidebar p, .sidebar ol, .sidebar ul {
	margin: 15px 0;
	font-size: 1.3em;
	line-height: 1.5em;
}
.sidebar img { display: block; }
.official {
	text-align:center;
	padding:20px 0 0 0;
	font:bold 2.9em Arial;
	letter-spacing:-2px;
}
.official a {
	padding:2px 10px;
}
.official a:hover {
	background:#003d79;
	color:#fff;
}
#footer {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Serif;
	font-style: italic;
	text-align: right;
	color: #767676;
}
#footer a:link, #footer a:visited {
	color: #767676;
	border-bottom: none;
}

.code {
	color:#000;
	font-size:1.4em;
	padding:1px 4px;
	border:1px dashed #665;
	font-style:normal;
	background:#f1f1ee;
}

.numeric {
	color:green;
}

.fact {
	padding: 0 0 0 28px;
	background: url(/bullet-fancy.gif) no-repeat 10px 2px;
}

