/* Global Styles */

body {
	margin:0px;
	}

td {
	font:11px arial;
	color:#000000;
	}
	
a {
	color: #003399;
	text-decoration:none;
	font-weight:bold;
	}

a:hover {
	color: #b0000e;
	text-decoration:underline;
	}

a:visited {
	color: #402080;
	text-decoration:none;
	}

a:visited:hover {
	color: #b0000e;
	text-decoration:underline;
	}
	
		
/* ID Styles */

#navigation a {
	font:12px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #99CCFF;
	}

#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.2em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:16px times new roman;
	color: #b0000e;
	letter-spacing:0.2em;
	font-weight: bold;
	}

.bigColorText {
	/*font:12px times new roman;*/
	font:14px arial;
	color: #b0000e;
	line-height:18px;
	}

.colorText {
	color: #b0000e;
	}
	
.smallText {
	/*font:12px times new roman;*/
	font:10px arial;
	}

.pageHeader {
	font:30px times new roman;
	color: #b0000e;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText,.bodyTextNarrow {
	font:12px arial;
	color:#000000;
	line-height:18px;
	}

.bodyTextNarrow {
	padding-right: 60px;
	padding-left: 20px;
	}

.pageName {
	font:20px georgia;
	color: #b0000e;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:12px arial;
	color: #ffe771;
	letter-spacing:0.1em;
	}
	
.pageHeaderRef {
	color: #b0000e;
	letter-spacing:0.1em;
	line-height:20px;
	font-family: "times new roman";
	font-size: 16px;
	font-style: italic;
	text-align: right;
	}

.recordingName {
	color: #003399;
	letter-spacing:0.1em;
	line-height:26px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	background-image: url(../img/grad7.gif);
	background-repeat: no-repeat;
	}

.sectionTop {
	color: #003399;
	letter-spacing:0.1em;
	line-height:26px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	padding-left: 11px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(sectiontop.gif);
	background-repeat: no-repeat;
}

.linkimg img{
	margin: 4px;
	border: 2px solid #003399;
  }

.linkimg td {
	font:12px arial;
	color:#000000;
	line-height:18px;
	}
  
.linkimg a:hover img {
	border:2px solid #99CCFF;
	}  
	
.sectionTopSub {
	font-size: 14px;
}

.sectionMid,.sectionMidWide {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	background-image: url(sectionmid.gif);
	padding-top: 5px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
}	

.sectionMidWide {
	padding-left: 0px;
	padding-right: 0px;
}

.sectionBottom {
	background-image: url(sectionbottom.gif);
	background-repeat: no-repeat;
}


.title 
{
	background-image: url(../img/banner_entire_w.jpg);
	background-repeat: no-repeat;
}

.tip {
	text-decoration: none;
	background-color: transparent;
	border-color: #a0a0a0;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}

.tip:hover {
	text-decoration: none;
	background-color: #dfefff;
	border-color: #a0a0a0;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}

