/* Global Styles */

body {
	margin:0px;
	}

td {
	font:13px arial;
	color:#000000;
	}
		
a:hover {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	}
a {
	color: #21536a;
	text-decoration:none;
	font-weight:normal;
	}

	
/* ID Styles */

#navigation a {
	color: #FFFFFF;
	text-decoration:none;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 13px;
	}
	
#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:26px times new roman;
	color: #FFFFFF;
	letter-spacing:0.3em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:11px times new roman;
	color: #e6e6cc;
	letter-spacing:0.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;
	}
	
.bodyText {
	color:#21536a;
	line-height:normal;
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #21536a;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #FFFFFF;
	letter-spacing:0.1em;
	}
	
.navigation {
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #21536a;
	text-decoration: none;
	background-color: #E6E6CC;
	}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	color: #21536a;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 15px;
	color: 21536a;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	color: #21536a;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #EEEEDD;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	color: 21536a;
}

	/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}
