/* Masthead Styles */
#masthead {
	background-color: #9C002C;
	background:url(images/masthead-background.gif) repeat-x;
	height: 73px;
	vertical-align:middle;
	padding-left: 37px;
}

.mastheadBig {
	font-family: Georgia, serif;
	font-size:24px;
	font-weight:bold;
	letter-spacing:2px;
	line-height:32px;
	text-transform: uppercase;
	color:#FEFFEA;
	vertical-align:middle;
}

.mastheadLittle {
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:32px;
	color:#FEFFEA;
	text-align:right;
}

/* Left Nav Styles*/


#nav {
	float: left;
	width: 100%;
	min-width:1000px;
	margin: 0;
	padding: 0;
	top: 0px; 
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	background:url(images/leftNav-background.gif) repeat-x;
	font-weight: normal;
	background-color: #fffdee;
	}

#nav ul {
	margin: 0;
	padding: 0 0 0 18px;
	letter-spacing: 1px;
	font-size: 12px;
	white-space: nowrap;

	}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	min-height:24px;
	list-style: none;
	background-image: none;
	line-height: normal;
	}

#nav ul a {
	background: none;
	display: block;
	float: left;
/*	height: auto; */
	margin: 0;
	padding: 7px 21px 6px;
	text-decoration: none;
	color: #ffffff;
	white-space: nowrap;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
/*	border-bottom: 1px solid #000000; */
	}

#nav ul a:hover {
	color:#9C002C;
	background:url(images/mainContent-background.gif) repeat-x;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
/*	border-bottom: 1px solid #ffffff; */
	}
	
#nav ul a:active {
	color:#9C002C;
	background:url(images/mainContent-background.gif) repeat-x;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
/*	border-bottom: 1px solid #ffffff; */
	}


/* Main Content Styles */

#mainContent {
	width: 580px;
	left: 37px;
	top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	padding-right: 15px;
	border-right: 1px dotted #999999;
	z-index: 1;
	visibility: visible;

}

#mainContent h1 {
	font-family:Trebuchet, Tahoma, Arial, sans-serif;
	font-size:24px;
	line-height:28px;
	color:#660000;
}

#mainContent a:link, a:active {
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:21px;
	text-decoration:underline;
}

#mainContent a:visited {
	color:#999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:21px;
	text-decoration:underline;
}

#mainContent a:hover {
	color:#9C002C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:21px;
	text-decoration:underline;
}

#mainContent ul a {
	display: inline;
}

#mainContent ul {
	list-style: square;
	margin: 0;
	padding: 0;
	padding-left:20px;
}

/* Right Bar */

#rightBar {
	width: 200px;
	top:120px;
	position: absolute;
	left:680px;
	padding: 15px;
	font: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:16px;
	vertical-align:top;
	z-index: 2;
}

#rightBar h3 {
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-transform:capitalize;
	letter-spacing:1px;
	border-bottom: 1px solid #000000;
	padding-bottom: 2px;
	
}

#rightBar a:link, a:active {
	color:#000000;
	font: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:21px;
	text-decoration:underline;
}

#rightBar a:visited {
	color:#999999;
	font: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:21px;
	text-decoration:underline;
}

#rightBar a:hover {
	color:#9C002C;
	font: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:21px;
	text-decoration:underline;
}
