/* v1.0 | 20080212 */

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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Done with resetting styles, on to setting */

body {
	background: #d0e3e3;
	width: 100%;
	font-family: verdana, arial, sans-serif;
	color: #515151;
	line-height: 1.25em;
	}
#outercontainer {
	width: 100%;
	background: #fff; 
	border-bottom: 1px solid #000;
}
#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 2em;
	}
#banner {
	background: url('../images/3.jpg') bottom center no-repeat;
	height: 186px;
	}
#banner h1 {
	background: url('../images/4.png') bottom left no-repeat;
	width: 407px;
	height: 62px;
	}
#banner h1 span {
	position: absolute;
	left: -999em;
	}
#banner h2 {
	background: url('../images/5.gif') bottom center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 275px;
	height: 47px;
	}
#banner h2 span {
	position: absolute;
	left: -999em;
	}
#mainnav ul {
	border-bottom: 1px solid #304a4b;
	text-align: center;
	}
#mainnav ul li {
	display: inline-block;
	padding: 5px 10px;
	text-shadow: #cec8cb 1px 1px 1px;
	}
a:link, a:visited {
	text-decoration: none; 
	color: #304a4b;
	}
a:active, a:hover {
	text-decoration: none; 
	color: #ff2a10;
	}
#content {
	width: 600px;
	float: left;
	padding-top: 1em;
	}
#rightcol {
	width: 275px;
	float: right;
	padding: 1em 0 1em 25px;
	text-align: right;
	
	}
.clear {
	display: block;
	clear: both; 
	}
p {
	margin: .25em 0;
	padding: .25em 0;
	}
p.published {
	float: left;
	width: 40px;
	border: 0px solid #000;
	text-align: center;
	margin: 10px 15px 0 0;
	padding: 0;
	}
p.published span.month {
	border: 1px solid #3a045c;
	color: #fff;
	display: block;
	padding: 3px;
	background: url('../images/7.png') top left no-repeat;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
p.published span.day {
	border-left: 1px solid #3a045c;
	border-right: 1px solid #3a045c;
	border-bottom: 1px solid #3a045c;
	color: #3a045c;
	display: block;
	padding: 3px;
	background: #fff ;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
h3.entry-title {
	}
h3.entry-title a:link, h3.entry-title a:visited {
	color: #4a287c;
	}
h3.entry-title a:hover, h3.entry-title a:active {
	color: #ff2a10;
	}
#footer {
	width: 900px;
	margin: 0 auto;
	clear: both;
	padding-top: 20px;
	border-top: 0px solid #000;
	color: #fff;
	}
img.right {
	float: right;
	border: 1px solid #333;
	}
table.resulttable {
	border: 1px solid #666;
	width: 100%;
	margin-top: 1em;
	margin-left: 1em;
	}
table.resulttable td {
	border-bottom: 1px solid #666;
	padding: 3px;
	}
table.resulttable th {
	background: #333;
	color: #fff;
	padding: 4px;
	text-align: left;
	}
ul.buttonlist {
	margin: .5em 1em .5em 1em;	
	}
ul.buttonlist li {
	margin:0;
	padding: 10px 0;
	}
ul.logolist {
	margin: 10px 0 1em 25px;
	}
ul.logolist li {
	padding: .25em 0;
	border-bottom: 1px solid #efefef;
	}
#rightcol h3 {
	color: #4a287c;
	padding-bottom: 5px;
	}
#footer {
	padding-bottom: 2em;
	}
#footer h3 {
	color: #4a287c;
	border-bottom: 1px solid #4a287c;
	width: 300px;
	}
#footer ul.sponsorlist {
	color: #fff; 
	width: 300px;
	}
#footer ul.sponsorlist li {
	color: #fff; 
	width: 300px;
	border-bottom: 1px solid #fff;
	}
#footer a:link, #footer a:visited {
	display: block;
	padding: 3px 5px;
	}
#footer a:active, #footer a:hover {
	display: block;
	background-color: #bed6da;
	padding: 3px 5px;
	}
	