/* Global Styles */
#header{
	height:40px;
	width:724px;
	align:left;
	margin-top:-16px;
	background-color:#F00
}

#header ul li {
  list-style-type: none;
  display: block;
  width: 144px;
  float: left;
  text-align: center;
  font-family: "Lucida Grande", sans-serif;
  height: 2.5em;
  border-right: 1px #black; solid;
  -webkit-box-shadow: 1px 1px 1px #red;
  box-shadow: 1px 1px 1px #red;

}
#header ul li a {
  display: block;
  padding: .5em .5em .5em .5em;
  text-decoration: none;
  color:#fff;
}

#header li {
  background-color: #ff0000;
  -webkit-transition: all .5s;
}

#header li:hover {
  background-color: #BF0000;
  }


#header li:hover a {
  color: #e8e8e8;
  text-shadow: 1px 1px 0px #353535;
}

tr {
  background-color #ffffff;
  -webkit-transition: background-color .5s;
  }
  
tr:hover {
  background-color #a1a1a1
  }


body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: red;
	margin:0px;
	width:724px;
	margin-right: auto;
    margin-left: auto;
	background:fff;
	}

td {
	font:11px Arial, Helvetica, sans-serif;
	}
	
a {
	text-decoration:none;
	}
	
a:hover {
	}
	
/* ID Styles */

#navigation a {
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #FF6600;
	}
	
#navigation a:hover {
	color:#ffffff;
	background: #FF6600;
	}

#padding {
	padding:14px;
	}
	
/* Calendar Styles */

#calendar td {
	border: 1px solid #26354A; 
	}
	
#noborder td {
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	color: #ffffff;
	}
	
/* Class Styles */

.sidebarheading {
	color: #FF0000;
	letter-spacing:0em;
	line-height:normal;
	font-weight: bold;
	font-family: "bold 18px Arial", Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: lowercase;
	}
	
.tagline {
	font: 11px Arial, Helvetica, sans-serif;
	color: #D3DCE6;
	line-height:16px;
	}
	
.bodyText {
	line-height:15px;
	color:#000066;
	letter-spacing:normal;
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	word-spacing: normal;
	}

.detailText {
	line-height:12px;
	color:#999999;
	letter-spacing:0px;
	font-family: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	font-variant: normal;
	}
	
.pageName {
	color: #FF0000;
	letter-spacing:-1.5px;
	line-height:normal;
	font-weight: 900;
	font-family: "bold 18px Arial", Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	text-transform: uppercase;
	word-spacing: -2px;
	}
	
.subHeader {
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #2D374D;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	line-height:16px;
	}

.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	}
	
	
.sidebarText {
	color: #000066;
	letter-spacing:normal;
	line-height:normal;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	}
.contentheading {
	color: #000066;
	letter-spacing:normal;
	line-height:normal;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	}
#round_top {
	background-image:url(images/topround.gif);
	width:724px;
	height:31px;
	margin-top:10px;
}
			
#logo_h {
	width:724px;
	background-color:white;
	padding-top:10px;
	height:55px;
}

#footer {
	background-color:#000;
	padding-top:12px;
	height:40px;
	font-style:bold;
	}

#content {
	background-color:#fff;	
}

#maple {
	background-image:url(images/maple.gif);
	background-repeat:no-repeat;
	width:180px;
	height:112px;
	position:relative;
	margin-bottom:-112px;
	float:right;
}
#bottom_round {
	width:724px;
	height:31px;
	background-image:url(images/bottomround.gif);
}
