/* CSS Stylesheet*/
/*--------------------- tempPage ---------------------*/



#tempPage {
	height: 333px;
	margin: 50px auto 0px;
	text-align: center;
	background-image: url(images/temp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 450px;
}



/*--------------------- body ---------------------*/



body {
	background-color: #EEEEEE;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #003072;
}



/*--------------------- backgrounds ---------------------*/



#bodyBg {
	background-image: url(images/bot_bg.gif);
	background-repeat: repeat;
}
#footerBg {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat;
	height: 50px;
}



/*--------------------- layout ---------------------*/


#leftContainer {
	padding-left: 5px;
}

#centerContainer {
	padding-left: 10px;
}

#rightContainer {
	text-align: center;
}

#navTop {
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 222px;
}
#navMid {
	margin: 0px;
	padding: 0px;

	width: 222px;
	background-image: url(images/nav_mid.gif);
	background-repeat: repeat-y;
}
#navBot {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 222px;
	background-image: url(images/nav_mid.gif);
	background-repeat: repeat-y;
}

#eventsTop {
	height: 80px;
	width: 222px;
	margin-top: 10px;
	padding-top: 0px;
	background-image: url(images/events_top.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-position: left top;
}

#eventsMid {
	background-image: url(images/events_mid.gif);
	background-repeat: repeat-y;
	width: 222px;

	margin: 0px;
	padding: 0px;
}
#eventsList {
	list-style-type: none;
	margin-top: 0px;
	padding: 10px 0px 10px 20px;
	font-size: 10px;
	text-align: left;
	line-height: 24px;
}
#eventsBot {
	padding: 0px;
	height: 39px;
	width: 222px;
	margin: 0px;
}



/*--------------------- footer ---------------------*/



#footerCopyright {
	font-size: 10px;
	padding: 16px 10px 0px;
	width: 530px;
	float: left;
	height: 34px;
	margin: 0px;
}
#footerStar {
	float: left;
	height: 34px;
	width: 40px;
	padding: 10px 0px 10px 10px;
	margin: 0px;
}
#footerPrint {

	float: left;
	width: 40px;
	padding: 10px 0px 0px;
	margin: 0px;
}
#footerPrintpage {

	font-size: 11px;
	padding: 18px 0px 0px;
	width: 100px;
	float: left;
	margin: 0px;
}



/*--------------------- links ----------------------*/



a:link {
	font-weight: bold;
	color: #003072;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #C533A1;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: #003072;
	text-decoration: underline;
}

#footerPrintpage a {
	font-weight: bold;
	text-decoration: underline;
	color: #003072;
}

ul a {
	font-weight: bold;
	text-decoration: none;
	color: #003072;
}

ul a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #003072;
}

#eventsTop a {
	font-size: 10px;
	font-weight: bold;
	color: #003072;
	margin: 0px;
	padding: 0px;
}

#mainLinks a {
	font-weight: bold;
	text-decoration: none;
	color: #003072;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00386E;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

#mainLinks a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #003072;
	padding: 0px 0px 0px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003272;
	margin: 0px;
}



/*--------------------- lists ----------------------*/



ul {
	margin: 0px;
	padding: 10px 10px 10px 30px;
	line-height: 20px;
	list-style-type: none;
}



/*--------------------- elements ----------------------*/



#seasons {
	padding-top: 57px;
}

.mainText {
	line-height: 22px;
	margin: 0px;
	padding-right: 10px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}
#stepframe {
	padding: 0px;
	height: 8px;
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
h2 {
	font-size: 98%;
	font-weight: bold;
	color: #333333;
	width: 95%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 5px;
	background-image: url(images/cal_grad.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	margin: 0px;
}
