/* Reset styles to improve cross-browser compatability */
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, 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%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

ol, ul { list-style: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

caption, th { text-align: left; }

html, body {
	height: 100%;
	min-width: 800px;
}

body {
	background: #112651 url(images/body.png) repeat-y top center;
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	margin: 0 auto;
}

/* Wrapper */
#wrapper {
	font-size: 1.2em;
	margin: 0 auto;
	width: 800px;
}

/* Header */
#header {
	background: url(images/header.jpg) no-repeat;
	height: 150px;
}

/* Menu */
#menu {
	background: url(images/menu.png) no-repeat;
	height: 50px;
	text-align: center;
}

#menu ul {
	height: 50px;
	line-height: 50px;
}

#menu ul li {
	background: url(images/menu_divider.gif) no-repeat right 1px;
	display: inline;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
}

#menu ul li.last {
	background: none;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

/* Content */

#content_wrapper {
	margin: 20px 0 0 0;
	overflow: hidden;
	width: 100%;
}

#content {
	border-right: 1px solid #eee;
	float: left;
	line-height: 150%;
	padding: 15px 30px 5px 25px;
	width: 520px;
}

#content a {
	color: #900;
}

#content a:hover {
	color: #d00;
}

h1, h2, h3, h4, h5 { font: bold "Trebuchet MS", Verdana, Arial, sans-serif; }

h1 { font-size: 2.2em; margin-bottom: 0.5em; }
h2 { font-size: 2.0em; margin-bottom: 0.5em; }
h3 { font-size: 1.5em; margin-bottom: 0.333em; }
h4 { font-size: 1.0em; margin-bottom: 0.25em; }
h5 { font-size: 0.9em; margin-bottom: 0.25em; }

#content h1, #content h2, #content h3, #content h4, #content h5 { color: #700; }

p {
	margin: 0 0 20px 0;
}

img {
	margin: 0.8em;
}

img.left {
	float: left;
	margin: 0.8em 0.8em 0.8em 0;
}

img.right {
	float: right;
	margin: 0.8em 0 0.8em 0.8em;
}

#content table {
	margin: 1em 0;
	width: 100%;
}

#content table tr th {
	font-weight: bold;
}

#content table tr th, #content table tr td {
	border: 1px solid #eee;
	padding: 5px;
}

#content ul, #sidebar ul {
	list-style-type: disc;
	margin: 5px 0 5px 20px;
}

#content ul li, #sidebar ul li, #content ol li, #sidebar ol li {
	margin-bottom: 5px;
}

#content ol, #sidebar ol {
	list-style-type: decimal;
	margin: 5px 0 5px 20px;
}

#content ul ul, #sidebar ul ul { list-style-type: circle; }
#content ol ul, #sidebar ol ul { list-style-type: disc; }
#content ol ol, #sidebar ol ol { list-style-type: lower-alpha; }

/* Sidebar */

#sidebar {
	line-height: 150%;
	margin-left: 575px;
	padding: 15px 15px 35px 20px;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 { color: #007; }

#sidebar .newsitem {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}

#sidebar .newsitem a {
	color: #900;
	font-weight: bold;
}

#sidebar .newsitem a:hover {
	color: #d00;
}

#sidebar .newsitem .date {
	color: #007;
	font-weight: bold;
	margin-right: 5px;
}

#sidebar .newsitem p {
	margin: 5px 0 0 0;
}

/* Footer */

#footer {
	border-top: 1px solid #eee;
	color: #999;
	font-size: 0.9em;
	margin: 35px auto;
	padding: 12px 0 20px 0;
	text-align: center;
	width: 90%;
}

#footer ul {
	margin: 10px 0;
}

#footer ul li {
	border-right: 1px solid #ccc;
	display: inline;
	margin: 0 6px 0 0;
	padding: 0 6px 0 0;
}

#footer ul li.last {
	border: none;
	margin: 0;
	padding: 0;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #333;
}
