* {
	margin: 0;
	padding: 0;
}

html {
        height:100%;
        margin-bottom: 1px;
}


body {
	margin-bottom: 0px;
	background: #E5E5E5;
	font: normal 13px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	color: #004080;
}

h1 {
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #004080;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px solid #ffffff;
}

img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.single_column {
	text-align: center;
}
      

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 00px 10px 15px 10px;
	background: #000000 url(images/menu_bar.gif);
	text-transform: uppercase;
	text-align: center;
	font: bold 14px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.boxed .content {
	padding: 10px;
}

.boxed ul {
	list-style: none;
}

/* Post */

.post {
	clear: both;
	padding: 20px;
	border-bottom: 0px solid #000000;
}

.post .title {
}

.post .content {
	line-height: 1.2em;
}

.post .title {
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Tables */

table.events
{
        color: #004080;
	margin: 0px;
	border-width: 1px;
        border-spacing: 0px;
      	font: normal 13px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

table.events th
{
        color: #ffffff;
	border-width: 1px;
	padding: 3px;
	border-style: inset inset inset inset;
	border-color: #004080;
	background-color: #004080;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.events td
{
        color: #004080;
	border-width: 1px;
	padding: 3px;
	border-color: #004080;
	border-style: inset inset inset inset;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.results
{
        color: #004080;
	margin: 10px auto 10px auto;
	border-width: 0 0 1px 1px;
	border-color: #004080;
        border-style: solid;
        border-spacing: 0px;
        border-collapse: collapse;
      	font: normal 13px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #ffffff;
}

table.results th
{
        color: #ffffff;
	border-width: 1px 1px 0 0;
	border-style: solid;
	padding: 3px;
	border-color: #004080;
	background-color: #004080;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.results tbody th
{
        color: #004080;
	border-width: 1px 1px 0 0;
	border-color: #004080;
	padding: 3px;
      	font: normal 13px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
        text-align: right;
	background-color: #b2b2b2;
	border-style: solid;
	-moz-border-radius: 0px 0px 0px 0px;
}


table.results td
{
        color: #004080;
	border-width: 1px 1px 0 0;
	border-color: #004080;
	padding: 3px;
	background-color: #b2b2b2;
	border-style: solid;
	-moz-border-radius: 0px 0px 0px 0px;
}




/* Header */

#header {
	width: 1000px;
	height: 161px;
	margin: 0 auto;
	background: #000000 url(images/header.gif);
}

#header h1, #header h2 {
        text-align:center; 
	width: 1000px;
        margin-top:55px; 
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}


#header h1 {
	float: left;
	padding: 0px 0 0 20px;
	font-size: 40px;
	color: #99AECF;
}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#body {
	width: 1000px;
	margin: 0 auto;
	background: url(images/body.gif) repeat-y;
	border-top: 0px solid #333333;
}

#body_head {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	background: #87A2BB url(images/body_head.gif);
}

#body_foot {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	background: #87A2BB url(images/body_foot.gif);
}

#results_body {
	width: 1000px;
	margin: 0 auto;
	background: url(images/results_body.gif) repeat-y;
	border-top: 0px solid #333333;
}

#results_body_head {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	background: #87A2BB url(images/results_body_head.gif);
}

#results_body_foot {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	background: #87A2BB url(images/results_body_foot.gif);
}


#results_content {
	float: left;
        text_align: center;
	width: 970px;
	padding: 0px 15px 0px 15px;
}

#content {
	float: left;
	width: 540px;
}

#left-column {
	float: left;
	width: 200px;
	padding: 0px 15px;
}

#right-column {
	float: right;
	width: 200px;
	padding: 0px 15px;
}



/* Menu */

#menu {
}



#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #AAAAAA;
	text-decoration: none;
	color: #000000;
}

#menu a:hover {
	background: #004080;
	color: #FFFFFF;
}

#menu .active a {
	background: #AAAAAA;
	color: #000000;
}

#menu fieldset {
	border: none;
}


/* Updates */

#updates {
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
	font-size: .8em;
}

/* Footer */

#footer {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	background: #87A2BB url(images/footer.gif);
	font-size: 12px;
	color: #FFFFFF;
}



#footer_left {
	float: left;
	width: 1000px;
	padding: 23px 15px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}


#copyright {
	float: left;
}

#links {
	float: right;
}


/* Spacer */

#spacer {
	height: 15px;
	background: #E5E5E5;
}
