#Logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 53px;
	background-image: url(../images/springlogo.jpg);	
}

#Cross {
	width: 250px;
	height: 360px;
	border: 0px;
	background-image: url(../images/crossspring.jpg);	
}

#emaillogo 
{
	width: 91px;
	height: 20px;
	border: 0px;
	background-image: url(../images/emailspring.jpg);	
}

#funtext 
{
	vertical-align: baseline;
	font-family:Comic Sans MS,Billy;
	font-size: 40px;
	font-weight:bold;
	color: #C30027;
}

#times 
{
	vertical-align: baseline;
	font-family: Comic Sans MS;
	font-size: 22px;
	color: Black;
}

#timessmall 
{
	vertical-align: baseline;
	font-family: Comic Sans MS;
	font-size: 16px;
	color: Black;
}

#WithBorder 
{
	border: 0.2cm groove #F8577B;
	background-color: #FFFFFF;
	 
}

#NavBar {
	position:  absolute;
	left: 0px;
	top: 53px;
	padding-bottom: 10px;
	width: 1000px;
	margin: 0px;
	white-space: nowrap;
	background: #537049;
}

#NavBar li {
	display: inline;
	list-style-type: none;
}
#NavBar a { 
	background:#537049; 
	text-decoration:none; 
	padding-right: 3px; 
	padding-left: 3px;
	padding-bottom: 10px;
	border-left:1px solid #9FB2C7; 
	border-right:1px solid #001533; 
	border-bottom:1px solid #001533; 
	border-top:1px solid #9FB2C7;
	margin-right: 1px;
	color: #fff;
	font-size: 14px;
	vertical-align:baseline;	
}

#NavBar a:hover { 
	background:#FFF9BB;
	color: #000000;
	font-weight: bold; 
	border-top: 1px solid #fc9;
	border-left: 1px solid #fc9;
}
#NavBar a.selected { 
	background:#F8577B; 
	border-bottom:3px solid #F8577B;
	font-weight:bold; 
	color: #000;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

#SubNavBar { 
	position: absolute;
	left: 0px;
	top: 80px;
	width: 1000px;
	font-size:10px; 
	color:#001533; 
	background:#F8577B; 
	margin:0px; 
	padding-left: 45px;
}
#SubNavBar li {
	display: inline;
	list-style-type: none;
}
#SubNavBar a { 
	text-decoration: none; 
	padding:0px 3px; 
	margin-right:5px;
	white-space: nowrap;
	color: #000000;
	font-size: 14px;
}
#SubNavBar a:hover { 
	background:#FFF9BB; 
	border-top:1px solid #CC8033; 
	border-bottom:1px solid #CC8033; 
	color: #000000;
}
#SubNavBar a.selected { 
	background:#FFFFFF; 
	border-top:1px solid #FFFFFF; 
	border-bottom:1px solid #FFFFFF;
        color: #000;
}

#MainView {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 1000px;
}

#ContentLeft 
{
	vertical-align: baseline;
	padding-left: 0px;
	width: 175px;
}
#ContentRight {
	vertical-align: baseline;
	left: 875px;
	width: 175px;
}

#ContentCenter 
{
	vertical-align: baseline;
	margin-left: 175px;
	width: 650px;
	font-family:Arial;
}

#ContentPopup 
{
	vertical-align: baseline;
	margin-left: 28px;
	width: 400px;
	font-family:Arial;
}

#ContentCenter h1 {
	font-size:  20px;
	background: #537049;
	color: #fff;
}


#ContentCenter h2 
{
	font-size:  20px;
}

#ContentCenter #NormalText 
{
	font-size: 15px;
}

#ContentCenter #NormalTextBold 
{
	font-size: 15px;
	font-weight:bold;	
}

#ContentLeft #BoldNormalTextLeft 
{
	 font-weight:bold;
	font-size: 15px;
}


#Group {
	background:#FFF9BB;
	color: #000;
	font-size: 12px;
	margin-top: 0px;
	font-family:Arial;
}

#Group a:hover
{
	background:#F8577B; 
	border-top:1px solid #CC8033; 
	border-bottom:1px solid #CC8033; 
	color: #000000;
}

#Group h1 {
	background: #537049;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

#Group form 
{
	text-align: center;
}

#IndentedList 
{
	margin-left: 30px;
}

#NormalText TABLE.TimeList
{
	font-size: 15px;
	margin-left: 30px;	
}

#NormalText TABLE.TimeList.td 
{
	background-color: #d2b48c;
}


#FinePrint 
{
	font-size: 11px;
}

#Footer
{
	font-size: 11px;
	font-family:Verdana;
	text-align: center;
	white-space: nowrap;
}

#Footer #Seperator {
	margin-top: 30px;
	padding-left: 45px;
	padding-right: 45px;
	background: #537049;
	color: #ffffff;
}

