@CHARSET "ISO-8859-1";

/* Reset */
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;
}

html {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* Tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

/* General styles */

.clear {
	clear: both;
	height: 0;
}

/* Site styling */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #dcdcdc;
}

#container {
	width: 760px;
	margin: 0 auto;
	background-color: #556b2f;
}

#head {
	padding: 5px 20px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sand-serif;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
}

#logo a {
	font-size: 2.5em;
	font-weight: bold;
	color: #ffff00;
	text-decoration: none;
}

#subtitle {
	font-size: 1.3em;
	font-weight: bold;
}

#nav {
	font-size: 0.8em;
}

#nav a {
	color: #ffffff;
}

#content {
	width: 559px;
	min-height: 520px;
	padding: 20px;
	float: left;
	background-color: #ffffff;
	border-left: 1px solid #666666;
}

img.top-img {
	margin: 0 5px 20px 5px;
}

#sidebar {
	width: 140px;
	padding: 20px 10px;
	float: left;
	color: #ffffff;
}

#sidebar h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em
}

#sidebar ul {
	margin-bottom: 30px;
	list-style: none;
}

#sidebar ul a {
	text-decoration: underline;
	color: #ffffff;
}

#sidebar ul a:hover {
	text-decoration: none;
}

#foot {
	clear: both;
	padding: 5px 20px;
	text-align: center;
	font-size: 0.9em;
	background-color: #000000;
	color: #ffffff;
}

#footnav {
	list-style: none;
	margin-bottom: 10px;
}

#footnav li {
	display: inline;
	margin: 0 10px;
}

#footnav a {
	color: #ffffff;
}

#copyright {
	font-weight: bold;
}

h1 {
	margin-bottom: 15px;
	font-size: 1.4em;
	font-weight: bold;
}

h2 {
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar h3 {
	margin-bottom: 5px;
}

#large-ad {
	margin-bottom: 15px;
}

#content #large-ad p {
	color: #666666;
	margin-bottom: 5px;
}

#small-ad {
	margin-left: 7px;
}

#content p {
	margin-bottom: 15px;
}

#content a {
	color: #000000;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content ul {
	list-style-position: inside;
}