@charset "utf-8";

.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	background-image: url(images/shadow_ALT.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding: 15px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.jumpstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border: thin none #666666;
}
#LNav {
	width: 180px;
	float: left;
	text-align: center;
}

#LNav a {
	display: block;
	color: #000066;
	padding: 5px;
	margin-left: 5px;
	margin-right: 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	background-color: #E2E8E9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#LNav a:hover {
	color: #000033;
}

#LNav a#currPage {
	color: #333333;
	font-weight: bold;
}

.textwhite {
	color: #FFFFFF;
}
.HeadingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a.disclaim:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.disclaim:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.disclaim:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a.appl:link {
	color: #000066;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
a.appl:visited {
	color: #000066;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
a.appl:hover {
	color: #0000FF;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
.subhead {
	font-size: 16px;
}
#LsubNav {
	width: 180px;
	float: left;
	text-align: left;
}
#LsubNav a {
	display: block;
	color: #000066;
	padding: 5px;
	margin-left: 5px;
	margin-right: 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	/*border-bottom-width: 1px;*/
	border-left-width: 1px;
/*	border-bottom-style: solid;
	border-bottom-color: #000000;
*/}
.eventsTable {
	background-color: #EEF0F0;
	padding: 5px;
}
.specialred {
	color: #A40000;
	font-size: 12px;
}


/*  This is the new code for the left navigation bar   */

#leftnav {
	width: 170px;
	float: left;
	background-color: #C9D2D5;
}

#leftnav a {
	display: block;
	color: #black;
	border-bottom: 2px solid #fff;
	padding: 7px;
	/*margin-left: 5px; */
	/*margin-right: 10px;*/
	text-decoration: none;
	/*font-size: .85em;
	font-weight: bold;*/
}
#leftnav ul {
	color: #fff;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	/*margin-right: 10px;*/
	padding-top:3px;
	padding-bottom: 5px;
	list-style-type: disc;
	list-style-position: inside;
	border-bottom: 2px solid #FFF;
}

#leftnav ul li a {
	border: 0px;
	display: inline;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height:1.1em;
}

#leftnav ul li#current {
	color: red;
}

#leftnav ul li#current a {
	color: black;
}
#leftnav a:hover {
	color: #000;
	text-decoration:underline;
}

#leftnav a#current {
	/*color: black;*/
	font-weight: bold;
}
a.redlink {
	font-size: 13px;
	font-weight: bold;
	color: #C40000;
}

