@charset "UTF-8";
body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 174px;
	background-image: url(../images/frame/leftbarback.gif);
	background-repeat: no-repeat;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #CC6600;
	text-align: left;
	margin-top: 20px;
}
h2 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC6600;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7B8E39;
}
.downfromtop {
	margin-top: 20px;
}
.centeredbold {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.centeritalic {
	font-size: 13px;
	font-style: italic;
	text-align: center;
}
.bigger {
	font-size: 14px;
	color: #666600;
}
a:link {
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-weight: normal;
	color: #0E4171;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #66CCCC;
}
.whitenav {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.thrColFixHdr #sidebarOverlay {
	float: left; /* since this element is floated, a width must be given */
	width: 174px;
	padding: 0px;
}
.SideLevel_A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.SideLevel_A a:link {
	color: #FFFFCC;
	text-decoration: none;
}
.SideLevel_A a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
.SideLevel_A a:hover {
	text-decoration: underline;
}
.SideLevel_A a:active {
	text-decoration: none;
	color: #FFF;
}
.SideLevel_B {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #FFFFFF;
	text-indent: 2px;
}
.SideLevel_B a:link {
	color: #00CCFF;
	text-decoration: none;
}
.SideLevel_B a:visited {
	color: #00CCFF;
	text-decoration: none;
}
.SideLevel_B a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
.SideLevel_B a:active {
	color: #FFF;
	text-decoration: none;
}
.SideLevel_C {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #FFFFFF;
	font-weight: bold;
}
.SideLevel_C a:link {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: normal;
}
.SideLevel_C a:visited {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: normal;
}
.SideLevel_C a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
.SideLevel_C a:active {
	color: #FFF;
	text-decoration: none;
}
.rightNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.backNavRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: right;
}
.smallItalic {
	font-size: 12px;
	font-style: italic;
}
.smallRoman {
	font-size: 12px;
	font-style: normal;
}
.director {
	font-size: 14px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.program {
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
}
.programRoman {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
}
.leftNaveWrap {
}
fieldset {
	width: 350px;
	padding-left: 35px;
	border: 1px solid #CC6600;
}
