@charset "UTF-8";

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color:  ;
	background-image: url(../graphics/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3E5662;
}

p {
	margin:5px 0px 5px 0px;
}

a {
	color: #006699;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*---Main layout---*/
#headerWrap {
	height: 240px;
	width: 758px;
	margin-bottom: 2px;
	display: block;
}
.leftDropShadow {
	background-image: url(../graphics/leftDropShadow.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightDropShadow {
	background-image: url(../graphics/rightDropShadow.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#contentWrap {
	width: 755px;
	margin-bottom: 20px;
}
#contentTop {
	background-image: url(../graphics/contentTop.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 20px;
	width: 755px;
}
#contentBottom {
	background-image: url(../graphics/contentBottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 26px;
	width: 755px;
}
#footerNav {
	background-image: url(../graphics/footerBar.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 22px;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 8px;
	color: #FFFFFF;
	text-align:center;
}

#footerNav a {
	color: #FFFFFF;
	display:inline;
	padding:2px 5px 2px 5px;
	font-size: 11px;
}	

#footerInfo {
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

/*-------- shadows --------*/
#btmDropShadow {
	background-image: url(../graphics/bottomDropShadow.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	height: 3px;

}
#topDropShadow {
	background-image: url(../graphics/topDropShadow.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	height: 3px;
	margin-bottom: 20px;
}




/*--- Main index page ---*/
#frontFlash {
	display: block;
	height: 317px;
	width: 750px;
	background-color: #333333;
}

#frontContent {
	height: 115px;
	width: 750px;
	display: block;
	background-color: #EAE4E4;
	background-image: url(../graphics/contentBackground.jpg);
	background-repeat: repeat;
	padding-top: 15px;
}
.frontEventTitle {
	font-weight: bold;
	text-align: left;
}
.frontEventDate {
	text-align: right;
	padding-right: 10px
}
#contentWrap #frontContent ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contentWrap #frontContent li {
	margin: 0px;
	padding: 0px;
	width:235px;
	background-color: #D0C8C8;
	display: block;
	height: 32px;
	margin-bottom: 2px;
}

#contentWrap #frontContent li:hover {
	background-color: #e2d8d8;
}

/*------------- Subpage layout ------------*/
#content {
	display: block;
	width: 750px;
	background-image: url(../graphics/subpage_content_background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #CCCCCC;
		
}
#leftContent {
	float: left;
	width: 275px;
	display: block;
}
#rightContent {
	float: right;
	width: 475px;
	display: block;
}
#contentWindow {
	display: block;
	width: 410px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 5px 20px 50px 15px;
	line-height: 14px;
}
#contentWindow p {
	padding-top: 3px;
	padding-bottom: 2px;

}

#contentWrap #content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contentWrap #content li {
	margin: 0px;
	padding: 7px 0px 0px 8px;
	width:200px;
	background-color: #474747;
	display: block;
	height: 25px;
	margin-bottom: 2px;
}

#contentWrap #content li:hover {
	background-color: #950e33;
}

#contentWrap #content ul li a {
	font-family: Helvetica, "Arial sans-serif";
	color:#FFF;
	font-size: 14px;
}

#contentWrap #content ul li a:hover {
	text-decoration: none;
	color:#FFF;	
}
#contentWrap #content ul li a:visited {
	color:#FFF;
}
th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #95193f;	
}
.eventTitle {
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
}
.eventDate {
	text-align: right;
	padding-right: 30px}
#contentWindow .borderTable{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
}

 #rightContent #contentWindow ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
 #rightContent #contentWindow li {
	margin: 4px;
	padding: 10px;
	width:390px;
	background-color: #D0C8C8;
	display: block;
	height: 15px;
}


 #rightContent  #contentWindow li:hover {
	background-color: #e2d8d8;
}

/* ------------------ text ------------------- */
.red {
	color: #260000;
	font-weight: bold;
	font-size:14px;
}

.grey {
	color: #333333;
	font-weight: lighter;
}



