@charset "utf-8";
/* CSS Document */

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top, #f3f3f3 0%, #fbfbfb 100%, #2989d8 100%, #fbfbfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#fbfbfb), color-stop(100%,#2989d8), color-stop(100%,#fbfbfb)); 		
	
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#fbfbfb 100%,#2989d8 100%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3f3f3 0%,#fbfbfb 100%,#2989d8 100%,#fbfbfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f3f3 0%,#fbfbfb 100%,#2989d8 100%,#fbfbfb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3f3f3 0%,#fbfbfb 100%,#2989d8 100%,#fbfbfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */
}

a:link { color: #537E91; }
a:visited { color: #7EBFDD; }
a:hover { color: #DEAB7E; }
a:active { color: #537E91; }

table#layout
{
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}

#logo
{
	background-color: #537E91;
	color: #FFFFFF;
	font-family: "Lucida Handwriting", "Viner Hand ITC", "French Script MT", Arial, Helvetica;
	font-size: 4em;
	padding-left: 0.25em;
	padding-right: 0.5em;
	border-radius: 0.45em;
}

h1.sectionLabel
{
	color: #000000;
	font-size: 2em;	
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0.25em;
	margin-bottom: 0em;
	padding-left: 0.5em;
	padding-bottom: 0em;
	border-top-style: double;
	border-bottom-style: double;
	border-bottom-color: #000000;
}

/* -------------------------- Course Boxes & Reference Box  -------------------------------------- */
td.course, td.references 
{
	color: #537E91;
	margin-top: 0em;
	padding-top: 0em;
	padding-left: 1em;
	font-size: 1.2em;
}

td.course h1, td.references h1
{
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 1.2em;		
}

td.course ul, td.references ul
{
	margin-top: 0em;
}

/* --------------------------------------- Feed Boxes  -------------------------------------- */
div.feed 
{
	margin-top: 0.75em;
	border-width: 1px;
	border-style: solid;
	border-color: #537E91;
	border-radius: 20px;
}

.feed h1
{
	margin-top: 0px;
	background-color: #537E91;
	color: #ffffff;
	border-radius: inherit;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
}

.feed h3
{
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

.feed p
{
	margin-top: 0px;	
}