/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#99CCFF;
	}
	
hr {
	height:1px;
	color: #999999;
	border: #999999, 1px;
	}
	
a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px;
	border-left-width: 0px;
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px;
	border-left-width: 0px;
	font: #3c2414;
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #EC008C;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px georgia;
	color: #c41f2f;
	line-height:18px;
	letter-spacing: .25em;
	}
	

/* Class Styles */

.shadowbox { /* this styles the box that looks like the lower right corner is turned up */
	background-color: #EC008C;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}
.sbcontent { /* shadow box content styles */
	padding: 15px;
	border: 1px solid #E2E2E2;
	background-color: #F3F3F3;
	background-image: url(images/shadowbox-corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bodyText {
	color:#000000;
	line-height:17px;
	margin-top:0px;
	font: 11 px Verdana, Arial, Helvetica, sans-serif;
	}
	
.pageName{
	font:22px georgia;
	color: #009999;
	line-height:20px;
	}
	
.subHeader {
	font:16px georgia;
	color: #ec008c;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #3C2414;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
blockquote { /* this creates a blockquote with a single quotation mark on the left side and indents the text to fit */
	background-image: url(images/blockquote.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	margin-top: 0px;
	margin-bottom: 25px;
	font-style: italic;
}
	
.detailText {
	font:11px arial;
	color:#3C2414;
	line-height:16px;
	}
	
.smallText {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
.navText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#3c2414;
	font-weight: bold;
	}
	

	

