/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:12px Arial, Helvetica, sans-serif;
	line-height:15px;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
input.submit {
	border:thin outset #333333;
	border-color:#CC0000;
	font:11px Arial;
	background-color:#EEEEEE;
	
}
	
/* ID Styles */
	
#navigation a {
	font:11px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#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: #fafafa;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:11px Verdana;
	line-height:16px;
	color:#333333;
	}
	
.pageName {
	font:22px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:30px;
	}
	
.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;
	}
.formboxes {
	font:12px arial;
	border:1px outset #003399;
	padding: 0px;
	line-height:24px;
	word-spacing:3px;
}
.textarea {
	font:12px Arial;
	border:1px outset #003366;
	line-height:18px;
}

.questions {
	font:13px Arial;
	line-height:16px;
	padding: 8px
}
.description {
	font:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;

}
a.navigation {
	color: #003366;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:100;
	line-height:18px;
	}
a.navigation:link{
	
}
a.navigation:hover{
	text-decoration:none;
	color: #CC0000;

}
/*Dashed Bar*/
hr.dashed {
	width: 98%;
	margin-top: 0;
	height: 1px;
	border-top: 1px dashed #EEEEEE;
	border-bottom: 1px dashed #EEEEEE;
	background-color: white;
	}
/*Bakcgrounds*/

td.inquiry{
	background-image:url(../img/bg-inquiry.jpg);
	background-repeat:no-repeat;
	padding:8px;
}
td.options{
	background-image:url(../img/bg-options.gif);
	background-repeat:no-repeat;
	padding:8px;
	height:25px;
}
td.thankyou{
	padding:8px;
	font: Verdana, Arial, Helvetica, sans-serif 13px;
	line-height:16px;

}
/*Form Styles*/
input.btn{
   color:#FFFFFF;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:12px;
   line-height:16px;
   font-weight:bold;
   background-color:#CC0000;
}