/* Global Styles */

body {
	margin:0px;
	background-color: #999966;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	font-size: 12px;
	}

.hover-cent {
	color: #990000;
	text-decoration:underline;
	font-size: 14px;
	text-align: center;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px 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: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	padding-left: 0px;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.body {
	font:12px arial;
	line-height:24px;
	color:#333333;
	padding-left: 20px;
	}
	
.h1 {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.3em;
	line-height:26px;
	font-weight: bold;
	padding-left: 0px;
	margin-bottom: 5px;
	float: center;
	}
	
.h2 {
	font:16px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	padding-left: 0px;
	}
	
.h3 {
	font:14px georgia;
	color: #CC3300;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	padding-left: 0px;
	}

.Quote {
	font:14px georgia;
	color: #333300;
	font-weight:bold;
	font-style:italic;
	line-height:20px;
	letter-spacing:.1em;
	padding-left: 0px;
	}
	
.Quote-Small {
	font:12px georgia;
	color: #333300;
	font-weight:bold;
	font-style:italic;
	line-height:20px;
	letter-spacing:.1em;
	padding-left: 0px;
	text-align: center;
	}	

.Quote-Small-NonIt {
	font:12px georgia;
	color: #333300;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	padding-left: 0px;
	text-align: center;
	}	
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}

.smallbody {
	font:9px arial;
	line-height:24px;
	color:#333333;
	padding-left: 40px;
	}
	
/* Menu Styles */
	
#underlinemenu{
margin-top: 0px;
padding: 12px;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 0em;
padding-left: 0px;
float: center;
font-size:14px;
font-weight: bold;
letter-spacing:.3em;
/*width: 100%;*/
border: 0px solid #DFDFDF;
border-width: 0px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
/*margin-bottom: 0;*/
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: center;
color: #cc0000;
font-weight: bold;
padding: 4px 6px 4px 6px;
text-decoration: none;
background: #a4c2c2 url(images/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: #CC3300;
background-color: #a4c2c2;
border-bottom: 2px solid #CC3300;
padding-bottom: 0;
}
