/* Global Styles */

htm,html,asp,aspx,table,tr,td,form,object,input,select,textarea,div,p{
	font:11px arial;
	line-height:24px;
	color:#333333;
}

body {
	margin:0px;
	background-color: #999966;
}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #660000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #660000;
	text-decoration:underline;
	font-weight:bold;
}
	
a.redLink, a.redLink:active, a.redLink:visted {
	color: #660000;
	text-decoration: none;
}
	
a.redLink:hover {
	color: #660000;
	text-decoration: underline;
}
	
a.navLink, a.navLink:active, a.navLink:visited {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
}
	
a.navLink:hover {
	color: #993300;
	text-decoration:underline;
}
	
	
h1 {
	font-size: 18px;
	color: #660000;
	font-family: "Times New Roman", Times, serif;
}
	
h2 {
	font-size: 16px;
	color: #660000;
	font-family: "Times New Roman", Times, serif;
}
	
h3 {
	font-size: 14px;
	color: #660000;
	font-family: "Times New Roman", Times, serif;
}
	
h4 {
	font-size: 12px;
	color: #660000;
	font-family: "Times New Roman", Times, serif;
}


	
/* ID Styles */
	
#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

#calendar td {
	font:11px arial;
	line-height:14px;
	color:#333333;
}

/* Class Styles */

.logo {
	font: 24px times new roman;
	color: #ffffff;
	letter-spacing:.4em;
	font-weight:bold;
	background-color: #660000;
	vertical-align: bottom;
	padding-top: 35px;
	padding-left: 15px;
	padding-bottom: 5px;
}

.navRow {
	background-color: #a4c2c2;
	padding-left: 15px;
	font-fa:10px arial;
	color: #333300;
	letter-spacing:.1em;
}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.whiteText {
	color: #FFFFFF;
}

.whiteTextLarge {
	color: #ffffff;
	font-size: 24px;
}

.redText {
	color: #660000;
}

.greenText {
	color: #336666;
}

.redCell {
	background-color: #660000;
}

.leftCol {
	 background-color: #a4c2c2;
	 vertical-align: top;
	 width: 200px;
	 padding: 20px;
}

.leftColAdmin {
	 background-color: #a4c2c2;
	 vertical-align: top;
	 width: 50px;
	 padding: 20px;
}

.bodyCol {
	background-color: white;
	padding: 20px;
	vertical-align: top;
	width: 550px;
}

.bodyColAdmin {
	background-color: white;
	padding: 20px;
	vertical-align: top;
	width: 750px;
}

.catalogCol {
	background-color: white;
	padding: 20px;
	vertical-align: top;
	width: 700px;
}

.bodyMargin {
	background-color: white;
	padding: 20px;
	vertical-align: top;
}

.footer {
	background-color: #660000;
	color: white;
	vertical-align: top;
	padding: 5px;
	padding-left: 20px;
}

.borderBottom {
	border-bottom: 1px solid #999999;
}

.red {
	color: #FF0000;
}