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, sub, sup, 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;
}
button {font-family:Arial;}
a img { border: none; }
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#navigation {
	padding: 30px;
}
#main {
	padding: 30px;
	background: #fff;
}
#logo, .sidebar {
	float: left;
	width: 260px;
}
#logo { margin-right: 30px; }
.content {
	float: right;
	width: 610px;
}
#header { margin-bottom: 0; }
#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.6em; letter-spacing:-2px; }
#header p, .content form, .content p {
	margin: 15px 0 0 290px;
	font-size: 1.4em;
	font-family: Arial;
	line-height: 1.6em;
	color: #777;
}
.content p {
	margin:15px 0 0 20px;
}
.content form {
	margin:0 0 0 20px;
}
.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; }
.content a img {
	display: block;
	background: #eaeaea;
	padding: 20px;
}
.content .official {
	text-align:center;
	padding:20px 0 0 0;
	font:bold 6em Trebuchet MS;
	letter-spacing:-4px;
}
.content .official a {
	padding:2px 10px;
}
.content .official a:hover {
	background:#003d79;
	color:#fff;
}
.content h2 {
	font:1.6em Trebuchet MS;
	padding:0 0 3px 0;
	border-bottom:1px dotted #ccc;
	margin:24px 0 4px 0;
}
.content h2 strong {
	color:#000;
}
#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;
}

