/* Global Styles */

body {
	margin:0px;
	}
    
td {
	font:12px arial;
	
	}
	
a {
	color: #000000;
	text-decoration:none;
	font:12px helvetica;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
    font:12px helvetica;
	}
	
    
    h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: ##844A4A;
	margin-bottom: 5px;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: ##844A4A;
	margin-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: ##844A4A;
	margin-bottom: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: ##844A4A66;
	margin-top:10px;
	margin-bottom: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: ##844A4A;
	margin-bottom: 5px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: ##844A4A;
	margin-top: 0px;
	margin-bottom: 10px;
}
/* ID Styles */

#navigation a {
	font:12px helvetica;
	color: #ffffff;
    font-weight:bold;
	}


#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:12px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}



/* Class Styles */



.tagline {
	font:12px times new roman;
	color: #CC3300;
	letter-spacing:.2em;
	}

.smallText {
	font:12px times new roman;
	color: #CC3300;
	line-height:18px;
	}

.pageHeader {
	font:30px times new roman;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	}
    
.h3 {
	font:12px arial;
	color: #000080;

	line-height:13px;
	}
	
.bodyText {
	font:12px arial;
	color:#6B6373;
	line-height:24px;
	}
	
	
 .profileText {
	font:10px arial;
	color: #000000;
	
	}
    
.navText {
	font:12px arial;
	color: #ffffff;
	
    	font-weight:bold;
	}
    
    
 .navText a {
	font:12px arial;
	color: #ffffff;
    font-weight:bold;
	}
    
 .navText a:hover {
	color: #DDC2B3;
	text-decoration:none;
    font:12px helvetica;
     font-weight:bold;
	}
