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, sub, 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;
}
/* 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: "" "";
}

address {
font-style: normal;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family:  Arial, Helvetica, Tahoma, "Trebuchet MS", sans-serif;
	font-size: .85em;
	line-height: 1.2;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
}

#header {
	background: url('images/header.jpg') no-repeat left top;
	width: 780px;
}

#header h1 {
	height: 135px;
	line-height: 135px;
	position: relative;
}

#header h1 a {
	text-indent: -999em;
	display: block;
	width: 235px;
	height: 30px;
	position: absolute;
	top: 15px;
	left: 20px;
}

#header h1 a:hover {
	text-decoration: none;
}

ul#nav {
	background: #fff;
	border: 1px solid #666;
}

ul#nav li {
	float: left;
	padding: 0 15px;
}

ul#nav li a {
	float: left;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

ul#nav li a:hover, ul#nav li a.selected {
	color: #F59636;
	text-decoration: none;
}

#content {
	margin: 10px 0 0 0;
}

#content h2 {
	text-transform: uppercase;
	color: #192D46;
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0;
	padding: 150px 0 0 0;
	letter-spacing: 1px;
}

#content p {
	margin: 20px 0;
	font-weight: bold;
	font-size: 1.1em;
	color: #494949;
}

a.payback {
	width: 225px;
	height: 318px;
	display: block;
	float: left;
	text-indent: -9999em;
	margin: 0 25px 10px 30px;
	background: url('images/payback-bg.jpg') no-repeat left top;
}

.col {
	width: 172px;
	height: 164px;
	float: left;
	margin: 0 15px 0 0;
	position: relative;
}

.col a {
	position: absolute;
	top: 0;
	left: 0;
	width: 172px;
	height: 164px;
	text-indent: -9999em;
}

#content .col p {
	margin: 0;
	text-indent: -9999em;
}

a.signup {
	background: url('images/footerbox1.jpg') no-repeat left top;
}

a.rule1 {
	background: url('images/footerbox2.jpg') no-repeat left top;
}

a.university {
	background: url('images/footerbox3.jpg') no-repeat left top;
}

a.live {
	background: url('images/footerbox4.jpg') no-repeat left top;
}

#footer {
	margin: 30px 0 0 0;
}

#footer p {
	text-align: right;
	color: #BBBAB8;
	font-size: .8em;
	margin-right: 50px;
}

#content .post h2 {
	padding: 0;
} 

#content .entry p {
	font-weight: normal;
	margin-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.comment-body {
	padding: 5px;
	border: 1px solid #ccc;
}

#sidebar {
	float: left;
	width: 200px;
	border: 1px solid #ccc;
	padding: 5px;
	margin-right: 10px;
}

#maincol {
	float: left;
	width: 550px;
}