@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.twoColFixRtHdr #container { 
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	background-color: #FFF;
} 
.twoColFixRtHdr #header #nav {
	float: right;
	margin: 19px 27px 0 0;
}
.twoColFixRtHdr #header #srhCtr {
	background-color: #5B5B5B;
	height: 23px;
	padding: 0 30px 0 0;
	vertical-align: middle;
	text-align: right;
}

.twoColFixRtHdr #header #srhCtr form {
	margin: 0;
	padding: 0;
}
.twoColFixRtHdr #header #srhCtr form input {
	font-size: 70%;
	margin: 0;
	padding: 0;
}
.twoColFixRtHdr #header #srhCtr a {
	width: 50px;
	background-color: #FDB813;
	font-size: 70%;
	color: #000;
	text-align: center;
	padding: 2px 4px;
	margin: 0;
	text-decoration: none;
}
.twoColFixRtHdr #header #srhCtr a:hover, .twoColFixRtHdr #header #srhCtr a:focus {
	color: #FFF;
}
.twoColFixRtHdr #header #trlCtr {
	padding: 2px 30px 2px 12px;
	font-size: 60%;
	color: #FFF;
	text-align: right;
	background-color: #323232;
}
.twoColFixRtHdr #header #trlCtr #trl {
	width: 687px;
	float: left;
	text-align: left;
}
.twoColFixRtHdr #header #trlCtr #trl a {
	text-decoration: none;
	color: #FFF;
}
.twoColFixRtHdr #header #ylwBar {
	height: 6px;
	background-image: url(../images/yellowBarBg.gif);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #cntCtr {
	background-color: #B4B2B2;
	background-image: url(../images/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0 26px 0 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 252px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 12px 0 0 0;
	margin: 0;
}
.twoColFixRtHdr #sidebar1 #ajaxticker1 {
	height: 100px;
	background-color: #FDB813;
	border: 1px solid #FFF;
	font-size: 70%;
	margin: 12px 0 0 0;
	padding: 10px;
	color: #000;
}
.twoColFixRtHdr #sidebar1 #ajaxticker1 div { /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/

}
.twoColFixRtHdr #sidebar1 #ajaxticker1 p {
	margin: 0 0 5px 0;	
	font-weight: bold;
}
.twoColFixRtHdr #sidebar1 .someclass{ //class to apply to your scroller(s) if desired
}
.twoColFixRtHdr #sidebar1 #whtNew {
	margin: 9px 0 20px 0;
	padding: 2px;
	background-color: #FFF;
	border-bottom: 4px solid #323232;
}
.twoColFixRtHdr #sidebar1 #whtNew h3 {
	height: 16px;
	font-size:  70%;
	color: #FFF;
	background-image: url(../images/whtNewHdrBg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 8px 0 6px 0;
}
.twoColFixRtHdr #sidebar1 #whtNew .cntBox {
	background-color: #E9E9E9;
	border: 1px solid #DDDBDB;
	margin: 4px 0 0 0;
	padding: 8px;
	color: #666;
}
.twoColFixRtHdr #sidebar1 #whtNew .cntBox h4 {
	background-image: url(../images/boxHdrBg.gif);
	background-repeat: no-repeat;
	font-size: 70%;
	margin: 0 0 10px 0;
	padding: 6px 0 7px 0;
	text-align: center;
	color: #333;
}
.twoColFixRtHdr #sidebar1 #whtNew .cntBox p {
	margin: 0 0 16px 0;
	font-size: 70%;
}

.twoColFixRtHdr #sidebar1 #whtNew .cntBox a {
	color: #996600;
	text-decoration: none;
}

.twoColFixRtHdr #sidebar1 #whtNew .cntBox a:hover {
	color: #FDB813;
	text-decoration: dashed;
}




.twoColFixRtHdr #sidebar1 #whtNew .cntBox .dvr {
	height: 1px;
	background-color: #999;
	margin: 0 0 16px 0; 
}
.twoColFixRtHdr #sidebar1 #whtNew .cntBox ul {
	font-size: 70%;
	margin: 0;
	padding: 0;
}
.twoColFixRtHdr #sidebar1 #whtNew .cntBox ul li {
	margin: 0 0 0 20px;
	padding: 0;
}
.twoColFixRtHdr #sidebar1 #whtNew .cntBox ul li p {
	margin: 0 0 10px 0;
	padding: 0;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 280px 0 30px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin: 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #CCC;
}
.twoColFixRtHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
}
.twoColFixRtHdr #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0 0 10px  0;
}
.twoColFixRtHdr #mainContent p {
	font-size: 70%;
	line-spacing: 1.5em;
	margin: 0 0 10px 0;
}
.twoColFixRtHdr #mainContent p span.asterisk {
	margin: 0 0 0 -10px;
}
/*.twoColFixRtHdr #mainContent p.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	margin: 0 0 10px 0;
}*/
.twoColFixRtHdr #mainContent p.programs {
	padding: 0 0 0 30px;
}
.twoColFixRtHdr #mainContent .maroon {
	color: #912B09
}
.twoColFixRtHdr #mainContent #bluGryStp {
	height: 8px;
	background-image: url(../images/blueGrayBarBg.gif);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #mainContent #mainContentBox {
	margin: 5px 0 0 0;
	padding: 20px;
	background-color: #E9E9E9;
}





.twoColFixRtHdr #mainContent #mainContentBox a {
	color: #996600;
	text-decoration: none;
}

.twoColFixRtHdr #mainContent #mainContentBox a:hover {
	color: #FDB813;
	text-decoration: dashed;
}





.twoColFixRtHdr #mainContent #mainContentBox blockquote {
	font-style: italic;
	color: #FFF;
	background-image: url(../images/BQbg.gif);
	background-repeat: no-repeat;
	padding: 5px 50px;
}
.twoColFixRtHdr #mainContent #mainContentBox blockquote.bq2 {
	font-style: italic;
	font-size: 70%;
	color: #996600;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0;
	padding: 5px;
}
.twoColFixRtHdr #mainContent #mainContentBox ul {
	padding: 0;
	margin: 0;
}
.twoColFixRtHdr #mainContent #mainContentBox ul li {
	margin: 0 0 0 10px;
	padding: 5px;
	color: #000;
	font-size: 70%;
	list-style: none;
	background-image: url(../images/listBg.gif);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #mainContent #mainContentBox ul li p {
	color: #000;
	font-size: 100%;
	margin: 0;
}
.twoColFixRtHdr #mainContent #mainContentBox ul.listStyle2 {
	margin: 0 0 0 15px;
	padding: 0;
}
.twoColFixRtHdr #mainContent #mainContentBox ul.listStyle2 li {
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
	color: #000;
	font-size: 70%;
	list-style-type:square;
	list-style-image:url(../images/bullet1.gif);
	background-image: none;
}
.twoColFixRtHdr #mainContent #mainContentBox ul.listStyle2 li ul {
	margin: 0 0 0 15px;
	padding: 0;
}
.twoColFixRtHdr #mainContent #mainContentBox ul.listStyle2 li ul li {
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
	color: #000;
	font-size: 100%;
	list-style-type:square;
	list-style-image:url(../images/bullet2.gif);
	background-image: none;
}
.twoColFixRtHdr #mainContent #mainContentBox ol {
	padding: 0;
	margin: 0;
}
.twoColFixRtHdr #mainContent #mainContentBox ol li {
	margin: 0 0 0 10px;
	padding: 5px;
	color: #000;
	list-style: none;
	background-image: url(../images/listBg.gif);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #mainContent #mainContentBox ul.listStyle2 li ol {
	margin: 0 0 0 20px;
	padding: 0;
}
.twoColFixRtHdr #mainContent #mainContentBox ul.listStyle2 li ol li {
	margin: 0;
	padding: 2px;
	color: #000;
	font-size: 100%;
	list-style: lower-alpha;
	list-style-image: none;
}
.twoColFixRtHdr #mainContent #mainContentBox ol.listStyle3 {
	padding: 0;
	margin: 0 0 0 20px;
}
.twoColFixRtHdr #mainContent #mainContentBox ol.listStyle3 li {
	margin: 0 0 0 10px;
	padding: 5px;
	color: #000;
	font-size: 70%;
	list-style:decimal;
	background-image: none;
}
.twoColFixRtHdr #mainContent #mainContentBox table.Style1 {
	margin: 0;
	padding: 0;	
	border: 1px solid #CCC;
}
.twoColFixRtHdr #mainContent #mainContentBox table.Style1 td{
	margin: 0;
	padding: 2px 2px 2px 6px;
	vertical-align: middle;
	margin: 1px;
}
.twoColFixRtHdr #mainContent #mainContentBox table.Style2 {
	margin: 0;
	padding: 0;	
	border: 1px solid #CCC;
}
.twoColFixRtHdr #mainContent #mainContentBox table.Style2 td { 
	margin: 0;
	padding: 6px 4px 6px 6px;
	vertical-align: middle;
	margin: 1px;
}
.twoColFixRtHdr #mainContent #mainContentBox form {
	font-size: 70%;
}
.twoColFixRtHdr #mainContent #mainContentBox form input {
	font-size: 100%;
}
.twoColFixRtHdr #mainContent #mainContentBox form select {
	font-size: 100%;
}
.twoColFixRtHdr #mainContent #mainContentBox .MCBTwoColCtr {
	background-image: url(../images/MCBTwoColCtrBg.gif);
	background-repeat: repeat-y;
	margin: 5px 0 0 0;
}
.twoColFixRtHdr #mainContent #mainContentBox .MCBTwoColCtr .MCBLftCol {
	border-right: 1px dotted #999;
	width: 370px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.twoColFixRtHdr #mainContent #mainContentBox .MCBTwoColCtr .MCBRgtCol {
	margin: 0 0 0 390px;
	padding: 0 10px 0 10px;
}


.twoColFixRtHdr #mainContent #mainContentBox .MCBTwoColCtr2 {
	margin: 5px 0 0 0;
}
.twoColFixRtHdr #mainContent #mainContentBox .MCBTwoColCtr2 .MCBLftCol2 {
	border-right: 1px dotted #999;
	width: 277px;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.twoColFixRtHdr #mainContent #mainContentBox .MCBTwoColCtr2 .MCBRgtCol2 {
	margin: 0 0 0 297px;
	padding: 0 10px 0 10px;
}
.twoColFixRtHdr #mainContent #dtsStp {	
	height: 10px;
	margin: 5px 0 0 0;
	background-image: url(../images/dividerBg.gif);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #mainContent #ajaxticker2 img, .twoColFixRtHdr #mainContent #ajaxticker3 img, .twoColFixRtHdr #mainContent #ajaxticker4 img, .twoColFixRtHdr #mainContent #ajaxticker5 img, .twoColFixRtHdr #mainContent #ajaxticker6 img {
	border: 5px solid #FFF;
	float: left;
	margin: 0 15px 0 0;
	background-color: blue;
}
.twoColFixRtHdr #mainContent #mainContentBox #ajaxticker2 img, .twoColFixRtHdr #mainContent #mainContentBox #ajaxticker3 img, .twoColFixRtHdr #mainContent #mainContentBox #ajaxticker4 img, .twoColFixRtHdr #mainContent #mainContentBox #ajaxticker5 img, .twoColFixRtHdr #mainContent #mainContentBox #ajaxticker6 img {
	border: 5px solid #FFF;
	float: left;
	margin: 0 15px 0 0;
	background-color: blue;
}
.twoColFixRtHdr #mainContent #ajaxticker8 img, .twoColFixRtHdr #mainContent #ajaxticker9 img {
	border: 5px solid #FFF;
	float: left;
	margin: 0 15px 0 0;
	background-color: blue;
}
.twoColFixRtHdr #mainContent #mainContentBox #ajaxticker8 img, .twoColFixRtHdr #mainContent #mainContentBox #ajaxticker9 img {
	border: 5px solid #FFF;
	float: left;
	margin: 0 15px 0 0;
	background-color: blue;
}
.twoColFixRtHdr #galleryalt {
	text-align: right;
	margin: 0;
	padding: 10px 0;
}

.twoColFixRtHdr #galleryalt .flatview a {
	font-size: 70%;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.twoColFixRtHdr #galleryalt .flatview a:hover {
	color: #FDB813;
}
.twoColFixRtHdr #galleryalt .flatview a span {
	font-size: 120%;
}
.twoColFixRtHdr #footer { 
	margin: 2px 0 0 0;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/footerBg.gif);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #footer p {
	font-size: 60%;
	font-weight: bold;
	color: #333;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 5px 10px 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
}
.twoColFixRtHdr #footer #contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 10px 0;
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearLeft {
	clear: left;
}

/*Added on 07/31/08 at 11:11am*/
.twoColFixRtHdr #mainContent #mainContentBox #subNav {
	text-align: right;
	font-size: 70%;
	color: #333399;
	margin: 5px 0 0 0;
}

.twoColFixRtHdr #container #cntCtr #mainContent #mainContentBox .newMark {
	color: #FF6600;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	padding: 0 2px;
	vertical-align: 5px;
}

.twoColFixRtHdr #container #cntCtr #mainContent #mainContentBox .newMark1 {
	color: #333333;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	padding: 0 2px;
	vertical-align: 5px;
}

.twoColFixRtHdr #container #cntCtr #mainContent #mainContentBox .newMark2 {
	color: #3333FF;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	padding: 0 2px;
	vertical-align: 5px;
}
