html {    
	font-size: 62.5%;
	margin: 0;
	margin-bottom: 1px;
	min-height: 100%;
	padding: 0;
}
body {
	background: #104983 url(../img/bg.gif) top repeat-x;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
    margin:0;
    padding:0;
	width:100%;	
}
#canvas {
	background: transparent;
	min-height: 695px;
}
#page {	
	margin: 0 auto 0 auto;
	padding: 0 15px;
}
#page.fixed {
	width: 770px;
}
/* Accessibility - Skip Navigation */
#skipnav {
	position: absolute;
	top: 0;
	z-index: 2;
	display: none;
}
	#skipnav a{
		background:transparent;
		border:none;
		color: #fff;
		margin-left:-999em!important;
		margin-left:5px;
		margin-top:10px;
		padding-top:10px;
		text-decoration:none;
	}
	#skipnav a:focus {
		background:#528BC5;
		color:#fff;
		margin-left:0!important; 
		padding:3px;
	}	
#header {
	background: #528BC5	url(../img/header.jpg) top repeat-x;
	height: 174px;
	padding: 0;
	margin: 0;
}
#header h1 {
	margin: 0 0 50px 0;
}
#header h1 a {
	display: block;
	width: 425px;
	height: 66px;	
	text-indent: -999em;
	z-index: 120;	
}
#header p {
	font-weight: bold;
	color: #fff;
	width: 420px;
	padding: 0 10px 10px 20px;
	margin: 0;
}
#header div.tl {
	height: 130px;	
	background: transparent url(../img/bg-header-left.gif) top left no-repeat;
}
#header div.tr {
	height: 130px;
	background: transparent url(../img/bg-header-right.gif) top right no-repeat;
}
#menu {
	background: transparent url(../img/bg-menu.gif) top center repeat-x;
	border: 1px solid #AEC8E1;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: auto;
	width: auto;
	padding: 0;
	margin: 0 20px;
	text-transform: none;
}
	#menu ul {
		margin: 0;
		padding: 5px 0;
		} 
	#menu ul li {
		padding: 0 10px;
		list-style: none;
		display: inline;
		border-right: 1px solid #ccc;
		}
	#menu ul li a, #menu ul li a:visited, #menu ul li a:active {
		color: #3C75AF;
		border: 0; 
		text-decoration: none; 
		}
	#menu ul li a:hover {
		color: #104983;
		background: none;
		border: 0;
		text-decoration: underline;
		}
#menu.fixed {
	width: 50%;
}
.hi-img {
	background: #efefef;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	clear: both;
	display: block;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}
#contentbox{
	background: #fff url(../img/header.jpg) 0 -174px no-repeat;
	clear: both;
	color: #444;
	display: block;
	height: auto;
	padding: 0 20px 10px 20px;
	width: auto;
	margin: 0;
	overflow: hidden;
}

#content { 
	height: 100%;
	overflow: hidden;
}
.meta {
	color: #555;
	margin-left: 0;
	padding-left: 0;
	margin: 10px 0;
	display: block;
	} 
.meta li {
	font-weight: bold;
	border-left: 1px solid #ddd;
	margin-left: 0;
	padding: 0 1em 0 1em;
	list-style: none;
	display: inline;
	}
.meta li.first {
	margin-left: 0;
	padding: 0 1em 0 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	
.contentwide {
	background: #fff;
	float: left;
	height: 100%;
	margin-right: 15px;
	width: 615px;
}
.columns {
	background: transparent;
	float: left;
	height: 100%;
	margin-right: 15px;
	width: 300px;
}
.column-login {
	background: transparent;
	float: left;
	height: 100%;
	width: 265px;
	padding: 0 20px 0 0;
}
.column-text {
	background: transparent;
	float: left;
	height: 100%;
	padding: 0 0 0 20px;
	width: 415px;
	border-left: 2px solid #ddd;
}
.down {
	margin: 1em 0 0 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	height: 6em;
	padding: 2em 0 0 0;
	border: 4px solid cyan;
}
#footer {
	background: transparent url(../img/bg-footer.gif) top repeat-x;
	clear: both;
	color: #ccc;
	font-size: 0.9em;	
	height: 115px;
	line-height: 1.2em;
	padding: 0 0 15px 0;
	margin: 0;
}
#footer .footerleft { float: left; }
#footer .footerright { float: right; height: 50px; width: 200px; text-align: center; }
#footer div.bl {
	height: 45px;
	background: transparent url(../img/bg-footer-left.gif) top left no-repeat;
}
#footer div.br {
	height: 45px;
	background: transparent url(../img/bg-footer-right.gif) top right no-repeat;
}
/* General Styles */
a:link {color: #91FAFF; }
a:visited {color: #C990FF;}
a:hover {outline: none;}
#content a { 
	color: #27609a;
}

#content a:link {
	color: #27609a;
	cursor: pointer;
}
#content a:visited { 
	color: #27609a;
}
#content a:active {
	color: #45A2FF;
}
#content a:hover {
	background: #D5EAFF;	
	color: #004C98;
	cursor: pointer;	
	outline: none;
}
#content a img, a:hover img, a:active img {
	border: 0;
	background: transparent;
}
#content p {
	margin: 0 1em 1em 1em;
}
#footer a { 
	border-bottom: 1px solid #4D86C0;
	color: #ccc; 
	text-decoration: none;
}
#footer a:link {
	border-bottom: 1px solid #4D86C0;
	color: #ccc;
	cursor: pointer;
}
#footer a:visted { 
	border-bottom: 1px solid #4D86C0;
	color: #ccc;
}
#footer a:active {
	color: #ccc;
}
#footer a:hover {
	background: #A6D2FF;
	border-bottom: 1px solid #2A91F8;
	color: #104983;
	cursor: pointer;	
	outline: none;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
ol,ul { 
	margin-top: 5px;
	padding-top: 0;
	padding-left: 1em;
	margin-left: 1.5em;
}
.list-configureemail li {
	font-weight: bold;
}
.list-configureemail ul li{
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color: #14518A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
}
#header h1 {
	display: block;
	line-height: 1em;
	color: #fff;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 3.25em;
	font-weight: normal;
	text-transform: none;
	margin: 0; padding: 0;
}
#header h1 a, #header h1 a:link, #header h1 a:active, #header h1 a:visited {
	display: block;
	color: #fff;
	background: none;
	text-decoration: none;
	padding: 20px 0 0 20px;
}
#header h1 a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
	text-transform: none;
}

#content dl p {
	padding-left: 0;
	}
dl 
	{
	margin-left: 1em;
	}

dt {
	font-weight: bold; 
	}

pre { font-size: 1.2em;}

hr {
	border: 0;
	width: 80%;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	clear: both;
}

dl dd {
	margin-left: 2em;
	padding-bottom: 1.5em;
}
dl {
	clear: both;
}
dl.contact dt {
	float:left; width: 6em;
}
dl.contact dd {
	width: 15em;
	padding: 0 0 1em 0;
}

.home-left form {
	font-size: 1.2em;
	font-weight: bold;
	background: #D7E6F3;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 3px solid #508DC6;
}
.home-left {
	float: left;
	height: auto;
	margin: 5px;
	padding: 0 10px 10px 10px;
	width: 350px;
}
.alpha{
	font-size: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 2.2em;
	text-align: center;
}
.alpha a {
	padding: 2px 5px;
	text-decoration: none;
}
.alpha a:link, .alpha a:visited {
	border: 1px solid #9ec8db;
}
.alpha a:hover {
	border: 1px solid #3e91b8;
}
.home-right {
	float: right;
	height: auto;
	margin: 5px;
	padding: 0 10px 10px 10px;
	width: 300px;
}

.sub-wide {
	width: auto;
}

.sub-wide form {
	font-size: 1.2em;
	font-weight: bold;
	background: #D7E6F3;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #508DC6;
}

.formarea {
	font-size: 1.2em;
	font-weight: bold;
	background: #D7E6F3;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #508DC6;
}

.sub-wide ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.sub-wide ul li {
	list-style: none;
	margin-left: 0;
	margin-bottom: .5em;
	padding-left: 0;
}
.sub-wide ul li a {
	font-weight: bold;
	text-decoration: none;
}
.single-left {
	width: 235px;
	float: left;
}

.single-right {
	width: 480px;
	float: left;
	padding-left: 10px;
}

.single-right table {
	font-size: 1.1em;
	width: 100%;
}
.single-right table tr.lecture {
	color: #0b0;
	font-weight: bold;
}
.single-right table tr.discussion {
	color: #888;
}
.single-right table tr.final {
	color: #d00;
	font-weight: bold;
}
.single-resources {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.single-resources li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.single-resources a {
	padding: 2px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumbs {
	font-size: 1em;
	font-weight: bold;
	background-color: #eee;
	border-bottom: 1px solid #777;
	border-top: 1px solid #508DC6;
	padding: .4em .25em;
}
.breadcrumbs a {
	text-decoration: none;
	padding: 4px 5px;
}
.breadcrumbs a:hover {
	background-color: #777 !important;
	color: #fff !important;
}	
.error_mesg {
	color: #f00;
}

.datebox {
	background: transparent url(../img/bg-date.gif) top center no-repeat;
	color: #999;
	float: left;
	font-weight: bold;
	height: 51px;
	line-height: 1.2em;
	margin-right: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 37px;
}
.datebox small { color: #888; }
.datebox big { color: #666; }
.datelist {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.datelist li {
	border: 0;
	display: block;
	height: 51px;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#morenews {
	display: block; 
	border: 1px solid #ddd;
	text-align: center;
}
#morenews a, #morenews a:link, #morenews a:visited, #morenews a:active {
	display: block;
	border: 0;
}

/* Embedded Course Lists */

#embed {
	background: #fff;
    font-weight: 700;
}
#embed #contentbox{
	background: #fff;
	padding: 0;
}


