/* Global Styles */

body {
	margin:0px;
	background-color: #CCCCCC}

td {
	font:13px arial;
	color:#666666;
	background-color: #FFFFFF
	}
	
a {
	color: #CC6633;
	text-decoration:none;
	font-weight:none;
	}
	
a:hover {
	color: #333333;
	text-decoration:underline;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC6633;
	text-decoration: emphasis;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: emphasis;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6633;
}

/* ID Styles */

#navigation a {
	font:10px arial;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #99CCFF;
	}
	
#navigation a:active {
	font:11px arial;
	color: #FFFFFF;
	}
			
#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color: #CC6633;
	line-height:18px;
	}
.tinyText {
	font:9px arial;
	color: #333300;
	line-height:12px;
	}

.printText {
	font:10px arial;
	font-weight:bold;
	color: #000000;
	line-height:18px;
	}

.compText {
	font:10px arial;
	font-weight:bold;
	color: #CC6633;
	line-height:18px;
	}

.officeText {
	font:10px arial;
	color: #CC6633;
	line-height:12px;
	}
.officeHeader {
	font:12px arial;
	color: #CC6633;
	line-height:16px;
	}
	
.medHeader {
	font:16px arial;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:24px;
	}
.pageHeader {
	font:20px arial;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	font:11px arial;
	color:#333333;
	line-height:24px;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px arial;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	

	
#subnavigation a {
	font:11px comic sans;
	color: #336699;
	text-decoration:none;
	font-weight:none;
	}
	
#subnavigation a:hover {
	color: #99CCFF;
	}
	
.subnavText {
	font:11px arial;
	color: #336699;
	letter-spacing:.1em;
	}
.tableBorder{
    border-color: #CC6633;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}

.tableBack{
	background-color: #cccccc}

.imgHorse{
	background-color: #c63;
	padding: 10px;
	border: solid 1px;
	margin: 20px;
	}
	
.imgborder {
	padding: 10px;
	border: thin solid #c63;
	background-color: #eee;
	margin: 10px;
}

.cellBorderLeft {
	border-left: thin solid #363;
	}
