/* CSS Document */

/* Reset Everything */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
.myList {
	list-style-type: disc;
	margin: 1.12em 0;
	margin-left: 40px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Body */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#contain {
	width: 960px;
	margin: 0px auto;
}

#header {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Navigation */ 
#navigation {
	background: url('images/navigation.png');
	width: 960px;
	height: 38px;
	z-index: 10;
}

#navigation ul {
	margin-top: 8px;
	padding-top: 9px;
	min-height: 26px;
}

#navigation li {
	display: inline;
}

#navigation li a {
	margin: 0 13px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	padding: 4px 3px;
}

#navigation li a:hover {
	color: #A4B8E8;
}

#content {
	width: 100%;
	margin-top: 20px;
	text-align: left;
}

#content_formatted {
	font-size: .8em;
        font-family: Verdana, Helvetica, sans-serif;
        line-height: 18px;
        letter-spacing: .2px;
}

#content_formatted a {
    color: #DD8500;
}

/* Main Page */
#mainPageLeft {
	width: 310px;
	float: left;
	text-align: left;
}

#mainPageLeft h2 {
	background: url('images/main_page_left_hover.png') no-repeat;
	height: 18px;
	font-weight: bold;
	font-family: 'Lucida Sans Unicode';
	padding: 5px;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 105%;
}

#mainPageLeft h3 {
	font-weight: bold;
	border-bottom: 1px solid #000;
	width: 90%;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

#mainPageLeftContents {
	width: 100%;
	background: url('images/main_page_left_bg.png') repeat-y;
	padding: 10px;
	padding-top: 20px;
	font-size: 90%;
	min-height: 200px;
}

#mainPageLeftContents p {
	margin: 10px 10px;
	margin-right: 18px;
}

#mainPageLeftBottom {
	background: url('images/main_page_left_bottom.png') no-repeat;
	height: 23px;
}

#mainPageRight {
	width: 650px;
	float: right;
	text-align: left;
}

#mainPageRight p {
	margin-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}

#mainPageRightPadder {
	padding-left: 10px;
}

#mainPageRight h1 {
	font-size: 150%;
	font-weight: bold;
}

.bigger {
	font-size: 150%;
}

.clear {
	clear: both;
}

#sponsors h2 {
	margin-top: 20px;
	font-size: 130%;
	font-family: 'Trebuchet MS';
	border-bottom: 1px dotted #000;
	margin-bottom: 5px;
}

#sponsors {
	text-align: left;
}

#footer {
	margin-top: 20px;
	width: 960px;
	background: url('images/navigation.png');
	text-align: center;
	color: #fff;
	font-size: 90%;
	height: 38px;
	margin-bottom: 10px;
}

#footer p {
	margin: 0px auto;
	padding-top: 10px;
}

#footer a {
	color: #fff;
}