/* Global Styles */

body {
 background-color: #e6f08b;
	margin: 0px 0px;
 
}

	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
#content_text_box {
	position: relative;
	left: 0px;
	top: 0px;
	height: 430px;
	width:750px;
	padding: 0px;
	overflow: auto;
	scrollbar-face-color: #ec7a2e;
	scrollbar-shadow-color: #ec2e6e;
	scrollbar-highlight-color: #ec7a2e;
	scrollbar-3dlight-color: #f6ffb7;
	scrollbar-darkshadow-color: #ec7a2e;
	scrollbar-track-color: #f6ffb7;
	scrollbar-arrow-color: #c9f65e;
}

#navigation a {
	font:11px Verdana;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	line-height: 18px;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#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:18px times new roman;
	color: #FFFFFF;
	letter-spacing:.4em;
	font-weight:bold;
	background: #FFFFFF;
	vertical-align: bottom;
	}

.sidebarText {
	font:16px Arial;
	color: #CC3300;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:22px;
	color:#333333;
	vertical-align: top;
	}
	
.productName {
	font: 11px arial;
	color:#660000;
	font-weight: bold;
}	
	
.productNameBig {
	font: 16px arial;
	color:#660000;
	font-weight: bold;
}

.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;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	

.top {
	background: url(top_border.jpg);
	height: 8px;
}

.bottom {
	background: url(bottom_border.jpg);
}

.bg {
	background: url(bg.jpg);
	background-repeat: no-repeat;
}

.bgleft {
	background: url(bg_left.jpg);
	background-repeat: no-repeat;
	background-color: #dee8a9;
	
}

.bgright {
	background: url(bg_right.jpg);
	background-repeat: no-repeat;
}

.bgright1 {
	background: url(bg_right1.jpg);
	background-repeat: no-repeat;
}
.footer {
	background: #FFFFFF;
	height: 100px;
	vertical-align: top;
}

.description {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background: #e4edb5;
	margin: 5px;
	padding: 10px;
	text-align: left;
}