/* Global Styles */

body {
	margin:0px;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:10px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	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 */

.logo {
	font:24px times new roman;
	color: #0E177C;
	letter-spacing:0.3em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:11px 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;
	}
	
.pageName {
	color: #CC0000;
	letter-spacing:0.1em;
	line-height:26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	}
		
.bodyText {
	font:11px arial;
	color:#333333;
	line-height:24px;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #eda;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
p {
	background: url(remorabg.gif) center no-repeat;
	margin: 1em 2em;
}

.bodyText .internal_section_head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #006699;
}

/* Styles for tables - using Kelly Patrick Robinson's definitions */

body { font-family: Helvetia, Arial, sans-serif; font-size: 13px; color: #333} /* ; text-align: center } */
div.container { width: 990px; margin: 0 auto; text-align: left }

h1 { text-align: center; margin: 20px 0 10px 0 }
h2 { text-align: center; margin: 10px 0 20px 0 }

table.interior { border: 1px solid cadetblue }

caption {
	width: 100%;
	padding: 4px 0 4px 0;
	border: 1px solid cadetblue;
	border-bottom: none;
	font-size: 14px; 
	font-weight: bold;
}

tr.even { background: aliceblue }

td.interior, th.interior { border-bottom: 1px solid cadetblue }

thead { background: cadetblue; color: white }

.style1 {color: mediumaquamarine}

/*  "Suckerfish drop-down menu definitions */

#nav {
	float: left;
	width: 90em;
	list-style: none;
	line-height: 1;
	background: cadetblue;
	font-weight: bold;
	padding: 0;
	border: solid cadetblue;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav ul {
	float: left;
	width: 36em;
	list-style: none;
	line-height: 1;
	background: cadetblue;
	font-weight: bold;
	padding: 0;
	border: solid mediumaquamarine;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #ffffff;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.bigdaddy {
	background: url(images/downarrow.gif) right no-repeat;
	color: #ffffff;
}
#nav a.daddy {
	background: url(images/rightarrow.gif) center right no-repeat;
	color: #ffffff;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: mediumaquamarine;
	color: cadetblue;
}

#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
}

