/* CSS Document */

body, html {
	background: #dfdfdf;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	height:100%; /* needed for container min-height */
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #650041;
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333; 
	margin-bottom: 0;
	margin-top: 0;
	line-height:140%;
}

p {
	line-height: 140%;
	font-size:12px;
	color: #333333;
	margin-top: 0;
}

a {
	color: #333333;
}

a:hover {
	color: #650041;
}


#homeContentWrapper {
	width: 100%;
	height: 100%;
	padding: 0;
	text-align:center;
}

#homeContent {
	width: 762px;
	height: 519px;
	background: #FFFFFF;
	margin: auto;
}

#header {
	background: #650041;
	width: 752px;
	height: 69px;
	text-align:right;
	border: white solid 5px;
}

#navWrapper {
	width: 752px;
	height: 24px;
	border-left: white 5px solid;
	border-right: white 5px solid;
	background:#989898;
}

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
}


#nav li {
	float: left;
	width: auto;	
}

#nav a {
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	display: inline;
	height: 24px;
	line-height: 24px;
	padding-left: 9px;
	padding-right: 8px;
	text-decoration:none;
	background-image:url(../assets/navDivider.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	letter-spacing: 1px;
}

#nav a.last {
	background-image:none;
}

#nav a:hover {
	color: #650041;
}

.homeBody {
	float: left;
	width: 325px;
	height: 350px;
	margin-top: 35px;
	padding-left: 15px;
	text-align:left;
}

.homeBody img {
	margin-top: 15px;
}

.homeImage {
	float: right;
	width: 395px;
	height: 387px;
	margin-right: 5px;
}

#homeFooter {
	postion: relative;
	width: 742px;
	height: 24px;
	background: #989898;
	clear: both;
	color:#FFFFFF;
	font-size: 10px;
	padding-left: 10px;
	line-height: 24px;
	letter-spacing:1pt;
	text-align:left;
	border-bottom: solid 5px white;
	border-left: solid 5px white;
	border-right: solid 5px white;
}

.dividerLine	{
	width: auto;
	height: 2px;
	border-top:#E4E4E4 1px solid;
	margin-top: 20px;
	margin-bottom: 15px;
	clear: both;
}

.calendar {
	font-size: 12px;
	text-align:left;
	color: #333333; 
	margin-top: 15px;
}

.calendar th {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	vertical-align:top;
}

.calendar td {
	padding-top: 2px;
	padding-bottom: 2px;
		vertical-align:top;
}

.eventTitle {
	font-size: 18px;
	line-height:1.2;
}

.eventPic {
	width: 100px;
	min-height: 10px;
	_height: 10px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.download {
	font-size: 12px;
	padding-left: 10px;
	background-image: url(../assets/downloadArrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

.error {
	font-size: 12px;
	clear: both;
	padding-top: 10px;
	color:#FF0000;
	font-weight: bold;
}

#credits {
	float: right;
	margin-top: -24px;
	margin-right: 10px;
	color: white;
}

#credits a {
	color: white;
}

#credits a:hover {
	color: #CCCCCC;
}

