/*
Based loosely on Definitive, from http://www.freecsstemplates.org
*/

* {
	padding: 0;
	margin: 0;
}

a {
	color: #003C7D;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

th { text-align: left; }

th,td {
    padding-right: 10px;
    vertical-align: top;
}

body {
	font-size: 12pt;
	line-height: 1.75em;
	color: Black;
	background: White;
	/* text-shadow: 1px 1px 0px rgba(0,0,0,0.8); */
}

body,input {
	font-family: Ubuntu, sans-serif;
}

br.clearfix {
	clear: both;
}

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

h2,h3,h4 {
	color: Black;
	margin-bottom: 1em;
	font-family: Abel, sans-serif;
}

h2 {
	font-size: 1.75em;
	border-bottom: solid black 1px;
	text-align: center;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 20px;
	margin-left: 20px;
}

#page {
	margin-left: 40px;
	margin-top: 20px;
	padding: 0;
	width: 980px;
	position: relative;
}

#footer {
	padding-top: 95px;
	padding-bottom: 95px;
	text-align: center;
	color: #CCD1CA;
}

.sidebar {
    float: right;
    width: 300px;
}

.sidebar ul li {
	border-top: dotted 1px #A7AEA5;
	padding: 10px 0 10px 0;
	list-style: none;
}

.sidebar li.first {
	border-top: none;
	padding-top: 0px;
}

.box {
    box-shadow: 3px 3px 10px 0px #808080;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
}

#newsbox {
    box-shadow: 3px 3px 10px 0px #808080;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fedcae;
    border: solid black 1px;
}

#footer a {
	color: #CCD1CA;
}

#grading td, #grading th 
{
    text-align: right;
}


