@import	"ThickBox.css";

/* Global Styles */
/*
body {
	margin:0px;
	}
*/
td {
	font:11px arial;
	color:#333333;
	}
	
p {
	font-family: Garamond;
	font-size: 14px;
	line-height: 15px;
	color: #000;
	margin: 0 12px 12px 0;
	padding: 5;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
	
/* ID Styles */

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:14px Garamond;
	color: #ffffff;
	background: #70B2D8;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:12px georgia;
	color: #333333;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}

a.subHeader:link {
	color: #333333;
	text-decoration: underline;
}

.videoHead {
	font:12px georgia;
	color: #0000CC;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
.navText {
	font:11px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
#content {
	background: #fff;
	border-top: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 5px solid #fff;
	text-align: justify;
}
#footer {
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
/* Navigation */
#utilities {
	height: 16px;
	font: 11px verdana,arial,helvetica;
	letter-spacing:.10em;
	text-align: center;
	color: #ccc;
	padding: 0px 0px 6px 6px;
}

.utilitiesLink a:link, .utilitiesLink a:visited {
	color: #ccc;
	text-decoration: none;
}

.utilitiesLink a:hover, .utilitiesLink a:active {
	color: #000;
	background: #fff;
}

#searchBar{
	position:absolute;
	left:400px;
	top:45px}
#searchButton{
	position:absolute;
	left:150px;
	top:0px}
#searchText{
	position:absolute;
	left:0px;
	top:29px}
blockquote { margin-top: 3px; margin-bottom: 3px; margin-left: 10px }