﻿html
{
	text-align:center;
}

body
{
	width:780px; /* 1000px*/
	margin-left:auto;
	margin-right:auto;	
	margin-top:0;
	text-align:left;
	background-color:#8B97AF;
	font-size:12px;
	font-family:Arial;
}

#wrapper
{
	overflow:hidden;
	background-color:#fff;
	height:auto;
}

#content
{
	padding:10px;
	width:580px;	
}

h1
{
	font-size:20px;
	color:#271F51;
	margin-top:0;
}

h2
{
	font-size:18px;
}

img
{
	border:0;
}

.footer
{
	font-weight:bold;
	text-align:center;
	clear:both;
}

.required
{
	color:Red;
	font-size:16px;
	font-weight:bold;
}

/* ************************************* */
/* SYSTEM */
.sysheader
{
	clear: both;
	width: 1000px;
	margin:10px;
}

.sysheader h1
{
	font-size:20px;
	border-bottom:solid 2px #ccc;
}

.sysnavigation
{
	width: 190px;
	vertical-align:top;
}

.sysnavigation ul
{
	list-style-type:none;
	padding:0 0 0 10px;
	margin:0;
}

.sysnavigation li a
{
	border:outset 1px black;
	margin:2px;
	display:block;
	padding:2px;
	text-decoration:none;
	color:#000;
}

.sysnavigation li a:hover
{
	background-color:#ccc;
}

.syscontent
{
	background-color:#ccc;
	padding:10px 10px 10px 10px;
	border:outset 2px black;
	text-align:left;
	vertical-align:top;
	width:800px;
}

.syscontent h2
{
	font-size:18px;
	margin-top:0;
}

.subsection
{
	background-color: #E1E1E1; padding: 10px; border: solid 1px black;
}
/* END SYSTEM */
/* ************************************* */


/* ************************************* */
/* CALENDAR EVENTS */
.eventlist
{
	float:left;
	clear:left;
	width:485px;
}

.eventlist th, .eventlist td
{
	text-align:left;
	white-space: nowrap;
	vertical-align: top;
}

.calendarContainer
{
	float: right;
	margin-top: 10px;
	padding-right:30px;
	text-align:center;
	width:180px;
}

.calendar
{
	width: 180px;
}

.eventDay 
{
	background-color:#DEE5E3;
	font-weight:bold;
}

/* ENDCALENDAR EVENTS */
/* ************************************* */

/* ************************************* */
/* UPCOMING EVENTS */
.events
{
	color:#fff;
	text-align:center;
	padding-bottom:5px;
}

.events a
{
	font-weight:bold;
}

.events a:hover
{
	color:GrayText;
}
/* END UPCOMING EVENTS */
/* ************************************* */