/*************************** Elements ************************************/
body {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	
	background-color: #f3e9c3;
}


p {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}


table.eventsTable {
	width: 530px;
}

table.eventsTable tr.highlight {
	background-color: #FFFFEE;
}


table.eventsTable td.event {
	padding: 10px 0px 10px 10px;
	
	line-height: 14px;
	
	border: 0px;
	border-color: #fefcf5;
	border-style: solid;
	border-bottom-width: 1px;

}
table.eventsTableHead {
	width: 530px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	
	border: 0px;
	border-color: #D39D6F;
	border-style: solid;
	border-bottom-width: 1px;

}


/*************************** Text and Headers ************************************/
.t1 {
	font-family: Georgia, Times, Times New Roman;
	font-size: 9px;
	line-height: 10px;
	color: #330000;
}

.t2 {
	font-family: Georgia, Times, Times New Roman;
	font-size: 10px;
	line-height: 11px;
	color: #330000;
}

.t3 {
	font-family: Georgia, Times, Times New Roman;
	font-size: 12px;
	line-height: 18px;
	color: #330000;
}

.t4 {
	font-family: Georgia, Times, Times New Roman;
	font-size: 12px;
	line-height: 13px;
	color: #330000;
}

h1 {
	margin: 5px 0px 5px 0px;
	font-family: Georgia, Times, Times New Roman;
	font-size: 18px;
	font-weight: normal;
	color: #330000;
}

h2 {
	margin: 5px 0px 5px 0px;
	font-family: Georgia, Times, Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #330000;
}

h1.event {
	margin: 0px;
	color: #da8c3a;
	font-size: 12px;
	font-weight: bold;
}


/*************************** Links ************************************/
a {
	text-decoration: underline;
	color: #330000;
	font-weight: bold;
}

a:hover {
	color: #880000;
}






/*************************** Layout Components ************************************/
#shell1 {
	position: relative;
	width: 1000px;

	margin: auto;
	padding: 0px;
}

#shell2 {
	position: relative;
	
	width: 1000px;
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	width: 1000px;
	height: 800px;
	
	background-repeat: no-repeat;
}

#nav {
	position: absolute;
	top: 0px;
	left: 113px;
	
	z-index: 1;
}

#tsclogo {
	position: absolute;
	top: 70px;
	left: 120px;
	
	width: 270px;
	height: 80px;
	overflow: hidden;
	
	z-index: 100;
}


#currentPage {
	position: absolute;
	top: 70px;
	right: 150px;
	
	width:200px;
	z-index: 100;
}

#brand {
	position: absolute;
	bottom: 80px;
	left: 130px;
}


#footer {
	position: absolute;
	bottom: 80px;
	left: 0px;
	width: 1000px;
	
	color: #996633;
	
	text-align: center;
}


#footerNav {
	position: absolute;
	bottom: 40px;
	left: 0px;
	width: 1000px;
	
	text-align: center;
	font-family: Georgia, Times, Times New Roman;
	font-size: 11px;
	font-weight: bold;
	color: #663300;

}

#footerNav a {
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	color: #663300;
}

#footerNav a.active {
	text-decoration: underline;
}

#footerNav a:hover {
	margin: 0px 10px 0px 10px;
	color: #996633;
}




#content {
	position: absolute;
	z-index: 100;
}



#bottomArch {
	position: absolute;
	bottom: 130px;
	left: 125px;
	height: 80px;
	width: 775px;
}

div.cell {
	float: left;
	text-align: center;
	width: 188px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 67px;
}

div.cell div.top {
	margin: 20px 0px 0px 0px;
}

div.cell div.middle {
	margin: 7px 0px 7px 0px;
}

div.cell div.bottom {
	margin: 0px 0px 0px 0px;
}

#currentPage div.cell {
	width: 200px;
}




#rss {
	position: absolute;
	bottom: 120px;
	right: 118px;
	width: 70px;
	height: 19px;
}

#rss:hover {
	border: 1px #E2AD5D solid;
}

#package {
	position: absolute;
	top: 600px;
	left: 165px;
	
	text-align: center;
	width: 320px;
}