body
{
	background-color: #ECECEC;
	margin: 0 0 0 0;
	font-family: Trebuchet MS, Helvetica, Arial;
	font-size: 90%;
	text-align: center; /* IE issue to center #container: http://locusmeus.com/html-css/centerexample3.html */
}

#container
{
	text-align: left;
	background-image: url(../images/layout/bg.jpg);
	width: 800px;
	position: relative; /* so that .submenu can be absolute relative to this */
	margin: 0 auto 0 auto;
	padding: 0 10px 5px 10px;
	overflow: hidden; /* when SITE == 'dev' the description of courses can screw up IE, so this hides it */
}

#header
{
	text-align: right;
	width: 800px;
}

#contentMinHeight
{
	width: 0;
	float: left;
	height: 550px;
}

#content /* is this actually referred to as #contentArea in the markup? */
{
	/* position: relative; */
	float: left;
}

.layout {
	text-decoration: none;
}
.Headings {
	font-size: medium;
	font-weight: bold;
}

.style1 {color: #FFFFFF}
.style2 {font-size:small}
.style2 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #660000; }
.style3 {color: #FFFFFF; font-weight: bold; text-decoration: none;}


#home-welcome
{
	padding: 2px 2px 2px 4px;
}

.home-welcome-title
{
	font-weight: bold;
	font-size: 150%;
	font-family: Courier New, Courier;
	padding: 0 0 3px 0;
	color: #456889;
}

.home-section
{
	padding: 0 0 0 2px;
}

.home-section-title
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: #696969;
	padding: 3px 0 0 0;
}

a.home-section-title-link 
{ 
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	color: #696969;
}
a.home-section-title-link:link {color: darkblue}
a.home-section-title-link:active {color: darkblue}
a.home-section-title-link:visited {color: darkblue}

.home-section-descr
{
	font-family: Verdana, Arial, sans-serif;
	color: #696969;
	padding: 3px 0 0 0;
	font-size: 8pt;
}

#quotes
{
	position: relative;
}

	#quotes img
	{
		margin-bottom: 3px;
		width: 175px; /* max-width would be a better solution */
	}
	
.quote-content, .quote-meta
{
	background-color: #F1F1F1;
	font-family: Verdana, Arial, sans-serif;
	color: #073662;
	padding: 5px;
	font-size: 8pt;
}

.home-section p
{
	margin: 0 0 0 0;
}

	.home-section-header img
	{
		padding-left: 2px;
	}

.single-content-title
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: #696969;
}

.single-content-text
{
	font-family: Verdana, Arial, sans-serif;
	color: #696969;
	font-size: 9pt;
}

.PageHeading1 {font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: bold;color: #660000; }

.Error {font-weight: bold; color: #CC0000;}

/*
a.main { text-decoration:none }
a.main:link {color: #0000FF}
a.main:active {color:#CCCCCC}
a.main:visited {color: #0000FF}


a.log { text-decoration:none; font-size: 80%;}
a.log:link {color: #0000FF}
a.log:active {color:#CCCCCC}
a.log:visited {color: #0000FF}
*/

a:link, a:active, a:visited
{
	color: darkblue;
}

a:hover
{
	color: #862015;
}

.formInputDetails
{
	font-style: italic;
	font-size: 85%;
}

.error_hide
{
	display: none;
}

.error_show
{
	display: table-row;
}

ul
{
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}

#register-container
{
	position: relative;
}

#register-form
{
	position: relative;
}

#register-progress
{
	position: absolute;
	top: 5px;
	right: 5px;
	border: 1px dashed #014876;
	background-color: #E4F1F9;
	width: 200px;
	padding: 5px 5px 5px 5px;
	color: black;
}

.register-greyed
{
	color: grey;
}

#home-calendar
{
}

.calendar-heading
{
	border-left: 1px solid #073662;
	border-top: 1px solid #073662;
	color: #073662;
	font-weight: bold;
}

.calendar-day-withevents 
{
	font-weight: bold;
	background-color: #CCCCCC;
	color: #862015;
	border-left: 1px solid #073662;
	border-top: 1px solid #073662;
}

a.calendar-day-withevents-link:link, a.calendar-day-withevents-link:active, a.calendar-day-withevents-link:visited, a.calendar-day-withevents-link:hover
{
	color: #862015;
	text-decoration: none;
}

.calendar-day-noevents
{
	border-left: 1px solid #073662;
	border-top: 1px solid #073662;
}

.calendar-endcap
{
	border-left: 1px solid #073662;
}

.calendar-bottomcap
{
	border-top: 1px solid #073662;
}

a.calendar-heading-link:link 
{
	color: #073662;
	font-weight: bold;
	text-decoration: none;
}
a.calendar-heading-link:active 
{
	color: #073662;
	font-weight: bold;
	text-decoration: none;
}
a.calendar-heading-link:visited
{
	color: #073662;
	font-weight: bold;
	text-decoration: none;
}
 
table tr td
{
	 vertical-align: top;
}