@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	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: #000000;
	background-color: #e0e0e0;
	background-image: url(/images/bk/dept_bk.gif);
	background-repeat: repeat-x;
}

a:link { color: #002d5a; text-decoration: underline}
a:visited { color: #505478; text-decoration: underline}
a:hover { color: #1542D1; text-decoration: underline}
a:active { color: #ab002b; text-decoration: underline}

H1 {
	font-size: 170%;
	font-weight: normal;
	color: #002d5a;
	margin: 8px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #bec5d4;	
}

H2 {
	font-size: 125%;
	font-weight: bold;
	color: #ab002b;
	margin-top: 30px;	
}

H3 {
	font-size: 120%;
	font-weight: bold;
	color: #002d5a;
	margin-top: 30px;	
}

H4 {
	font-size: 105%;
	font-weight: bold;
	color: #333333;
	margin-top: 30px;	
}

H5 {
	font-size: 120%;
	font-weight: bold;
	color: #ab002b;
	margin-top: 30px;	
}


.thrColFixHdr #container { 
	width: 1006px;  
	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. */
} 
.thrColFixHdr #header { 
	padding: 0 0px 0 0px;  /* 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. */
} 
.thrColFixHdr #headerMid { 
	padding: 0 0px 0 0px;  /* 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. */
} 
.thrColFixHdr #headerSearch {
	padding-top: 15px;
	padding-left: 25px;
	font-size: 75%;
	color: #414141;
	height: 26px;
}
#headerSearch a:link  { color: #414141; text-decoration: none }
#headerSearch a:visited  { color: #414141; text-decoration: none }
#headerSearch a:hover { color: #414141; text-decoration: underline }
#headerSearch a:active  { color: #414141; text-decoration: underline }

.thrColFixHdr #deptBar {
	padding: 16px 25px 0 25px;
	margin: 0 0 -15px 0;
	height: 57px;
	width: 1000px;
	text-align: left;
	background-image: url(/images/hdr/dept_bar_bk.gif);
	background-repeat: no-repeat;
}

.thrColFixHdr #hdrRight {
	font-size: 80%;
	font-weight: bold;
	color: #003366;
	float: right;
	margin-right: 25px;
}

.thrColFixHdr #hdrUtility {
	float: right;
	padding: 42px 23px 0px 0px;
	font-size: 75%;
	font-weight: bold;
	color: #003366;
}

#hdrUtility a:link  { color: #003366; text-decoration: none }
#hdrUtility a:visited  { color: #003366; text-decoration: none }
#hdrUtility a:hover { color: #ab002b; text-decoration: none }
#hdrUtility a:active  { color: #ab002b; text-decoration: none }

.thrColFixHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #searchBoxRight {
	float: right;
	width:270px;
	padding: 10px 27px 6px 0px;
	text-align: right;
}
.thrColFixHdr #navBar {
	float: left; /* since this element is floated, a width must be given */
	width: 293px;
	padding: 0;
}

.thrColFixHdr #mainBk {
	float: left;
	width: 1006px; 
	margin: 0;
	padding: 0;
	background-image: url(/images/page/page_bk.jpg);
	background-repeat: repeat-y;	
} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	color: #ffffff;
	width: 293px; /* 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: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 0px; /* 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 */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebarCallout {
	float: right;
	width: 238px;
	margin: 18px -37px 30px 30px;
	padding: 0;
}

.thrColFixHdr #sidebarCalloutInterior {
	float: right;
	width: 238px;
	margin: 4px -36px 30px 30px;
	padding: 0;
}

.thrColFixHdr #sidebarCalloutTop {
	width: 238px;
	margin: 0;
}
.thrColFixHdr #sidebarCalloutMid {
	width: 236px;
	font-size: 85%;
	color: #3a3a3a;
	background-color: #dddbc5;
	background-image: url(/images/callout/right_bk.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0;
	padding: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #acab99;
	border-left-color: #acab99;	
	overflow: hidden;
}

.thrColFixHdr #sidebarCalloutMid a:link  { color: #3a3a3a; text-decoration: none }
.thrColFixHdr #sidebarCalloutMid a:visited  { color: #3a3a3a; text-decoration: none }
.thrColFixHdr #sidebarCalloutMid a:hover { color: #ab002b; text-decoration: none }
.thrColFixHdr #sidebarCalloutMid a:active  { color: #ab002b; text-decoration: none }

.thrColFixHdr #sidebarCalloutMid ul li {

	margin-right: 10px;
	list-style-image: url(/images/btn/bullet_brown_callout.gif);
	line-height: 16px;
}

.thrColFixHdr #sidebarCalloutMid p {
	margin-left: 16px;
}

.thrColFixHdr #sidebarCalloutBottom {
	width: 238px;
	margin: 0;
}

.thrColFixHdr #sidebarPhotoFaculty {
                float: right;
                width: 238px;
                height: 231px;
                margin: 0px 0px 16px 0px;
                padding: 14px 0 0 0;
                background-image: url(/images/bk/image_faculty_bk.gif);
                background-repeat: no-repeat;
                text-align: center;
}

.thrColFixHdr #sidebarPhotoFaculty img {
	border: 1px solid #000000;

}


.sidebarPhoto {
	margin-top: 6px;
	margin-bottom: 12px;
	margin-right: 16px;
	margin-left: 0px;
	border: 1px solid #4e4d4a;	
}

.sidebarHeaderText {
	margin-top: 2px;
	margin-left: 0px;	
}

.sidebarText {
	margin: -4px 16px -6px 16px;	
}

.sidebarBoxText {
	font-weight: bold;
	text-transform: uppercase;
	color: #3a3a3a;
	text-align: right;
	margin-bottom: 6px;
}
.sidebarBoxText a:link  { color: #3a3a3a; text-decoration: none }
.sidebarBoxText a:visited  { color: #3a3a3a; text-decoration: none }
.sidebarBoxText a:hover { color: #ab002b; text-decoration: none }
.sidebarBoxText a:active  { color: #ab002b; text-decoration: none }

.sidebarSquare {
	margin: 0px 16px -6px 10px;
}

.thrColFixHdr #mainContent { 
	margin: 0px 42px 0px 342px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 90%;
	
} 

.thrColFixHdr #mainContentFacLeft {
	line-height: 20px;
	width: 400px; 
	padding: 0;
	margin: 0;
	float: left;
}
.thrColFixHdr #mainContentFacRight {
	line-height: 20px;
	width: 400px; 
	padding: 0;
	margin: 0 0 0 100px; 
	float: right;
}

.thrColFixHdr #mainContent H1 {
	width: 632px;

}
.thrColFixHdr #mainContentHome {
	margin: 0px 0px 0px 293px; 
	padding: 0px 0px 0px 30px; 
	font-size: 90%;
	background-image: url(/images/page/photo_bk_big_notop.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #mainContentSecond {
	margin: 0px 0px 0px 293px;
	padding: 0px 0px 0px 30px;
	font-size: 90%;
	background-image: url(/images/page/second_bk_notop.jpg);
	background-repeat: no-repeat;
}  

.thrColFixHdr #mainText {
	width: 625px;
	padding: 30px 30px 0px 0px;
	margin: 0px 0px 0px 15px;
	position: relative;
	text-align: left;
} 

.thrColFixHdr #mainNewsEvents {
	width: 635px;
	padding: 30px 30px 0px 0px;
	margin: 0px 0px 0px 15px;
	position: relative;
	text-align: left;
	font-size: 85%;
	color: #003366;
} 

#mainNewsEvents a:link  { color: #003366; text-decoration: none }
#mainNewsEvents a:visited  { color: #003366; text-decoration: none }
#mainNewsEvents a:hover { color: #ab002b; text-decoration: none }
#mainNewsEvents a:active  { color: #ab002b; text-decoration: none }

.thrColFixHdr #mainNewsEventsLeft {
	width: 310px;
	padding: 0px 20px 0px 0px;
	margin: 0;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c5c5c5;	
} 

.thrColFixHdr #mainNewsEventsRight {
	width: 284px; 
	padding: 0;
	margin: 0;
	float: right;
	
}

.thrColFixHdr #mainNewsEventsLeftMaster {
	width: 384px;
	padding: 0px 20px 0px 0px;
	margin: 0;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c5c5c5;	
} 

.thrColFixHdr #mainNewsEventsRightMaster {
	width: 210px; 
	padding: 0;
	margin: 0;
	float: right;
	
}

.thrColFixHdr #headerCap { 
	padding: 0; 
	margin: 0;
} 
.thrColFixHdr #pageCap { 
	padding: 0; 
	margin: 0;
} 

.thrColFixHdr #textViewThemes {
	font-size: 100%;
	text-align: right;
	width: 652px; 
	padding: 0;
	margin: 0;
	color: #010101;
} 

#textViewThemes a:link  { color: #010101; font-size: 80%; text-decoration: none }
#textViewThemes a:visited  { color: #010101; font-size: 80%; text-decoration: none }
#textViewThemes a:hover { color: #ab002b; text-decoration: underline }
#textViewThemes a:active  { color: #ab002b; text-decoration: underline }

.thrColFixHdr #container #mainBk #mainContentSecond #textViewThemes img {
	margin-top: 5px;
	margin-bottom: 4px;
}

.thrColFixHdr #columnCallout {
	float: left;
	width: 244px;
	font-size: 75%;
	color: #e1e1e1;
	padding: 15px 25px 15px 25px;
	margin: 40px 0px 0px 0px;
	clear:both;
	background-image: url(/images/col/col_callout_bk.jpg);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #9ea9b7;
	border-bottom-color: #9ea9b7;
} 

#columnCallout a:link  { color: #e1e1e1; text-decoration: none }
#columnCallout a:visited  { color: #e1e1e1; text-decoration: none }
#columnCallout a:hover { color: #ffffff; text-decoration: none }
#columnCallout a:active  { color: #ffffff; text-decoration: none }

.thrColFixHdr #columnCalloutLineOnly {
	float: left;
	width: 244px;
	font-size: 75%;
	padding: 15px 25px 15px 25px;
	margin: 60px 0px 0px 0px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #9ea9b7;
} 

.thrColFixHdr #columnCalloutSubnav {
	float: left;
	width: 244px;
	font-size: 75%;
	color: #ffffff;
	padding: 15px 25px 15px 25px;
	margin: 60px 0px 0px 0px;
	clear:both;
	background-image: url(/images/col/col_callout_bk.jpg);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #9ea9b7;
	border-bottom-color: #9ea9b7;
} 

.thrColFixHdr #columnCalloutSubnav a:link  { color: #ffffff; text-decoration: none }
.thrColFixHdr #columnCalloutSubnav a:visited  { color: #ffffff; text-decoration: none }
.thrColFixHdr #columnCalloutSubnav a:hover { color: #c3dcff; text-decoration: none }
.thrColFixHdr #columnCalloutSubnav a:active  { color: #c3dcff; text-decoration: none }

.thrColFixHdr #columnCalloutSubnav ul li {
	margin-left: -24px; 
	padding-left: 6px;
	list-style-image: url(/images/btn/bullet_blue_nav.gif);
	line-height: 18px;
}

.subnavBlueBold {
	color: #c3dcff;
	font-weight: bold;
}

.thrColFixHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
	color: #494949;
} 

.thrColFixHdr #footer p {
	font-size: 75%;
	color: #494949;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a:link  { color: #494949; text-decoration: none }
#footer a:visited  { color: #494949; text-decoration: none }
#footer a:hover { color: #494949; text-decoration: underline }
#footer a:active  { color: #494949; text-decoration: underline }

.thrColFixHdr #footerTools {
	width: 293px;
	font-size: 75%;
	font-weight: bold;
	color: #e1dfda;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
} 

#footerTools a:link  { color: #e1dfda; text-decoration: none }
#footerTools a:visited  { color: #e1dfda; text-decoration: none }
#footerTools a:hover { color: #ffffff; text-decoration: none }
#footerTools a:active  { color: #ffffff; text-decoration: none }

.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;
}
.logoSpacingTop {
	padding-top: 13px;
}

.hdrUtilitySpacing {
	padding-top: 20px;
	padding-right: 25px;
}
.hdrSpacingRt {
	padding-right: 6px;
}
.marginTop10px {
	margin-top: 10px;
}
.marginBottom10px {
	margin-bottom: 10px;
}

.searchBox {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-top: 0px;
}

.paddingLeft25px {
	margin-left: 25px;

}
.storyImage {
	margin-bottom: 6px;
	border: 1px solid #7c7b78;
}
.bold {
	font-weight: bold;
}
.calloutImageLeft {
	float: left;
	margin-right: 20px;
	border: 1px solid #e1e1e1;
}
.calloutImageLeftNB {
	float: left;
	margin-right: 20px;
}
.columnCalloutBoxText {
	font-weight: bold;
	text-transform: uppercase;
	color: #e1e1e1;
	text-align: right;
	margin-bottom: 10px;
}
.columnCalloutBoxText a:link  { color: #e1e1e1; text-decoration: none }
.columnCalloutBoxText a:visited  { color: #e1e1e1; text-decoration: none }
.columnCalloutBoxText a:hover { color: #ffffff; text-decoration: none }
.columnCalloutBoxText a:active  { color: #ffffff; text-decoration: none }

.columnCalloutSquare {
	margin-left: 10px;
	margin-bottom: -6px;
}

.textBlueBold {
	font-weight: bold;
	color: #002d5a;
}
.textBlueBold a:link  { color: #002d5a; text-decoration: none }
.textBlueBold a:visited  { color: #002d5a; text-decoration: none }
.textBlueBold a:hover { color: #ab002b; text-decoration: none }
.textBlueBold a:active  { color: #ab002b; text-decoration: none }

.textRedBold {
	font-weight: bold;
	color: #ab002b;
}
.textRedBold a:link  { color: #ab002b; text-decoration: none }
.textRedBold a:visited  { color: #ab002b; text-decoration: none }
.textRedBold a:hover { color: #002d5a; text-decoration: none }
.textRedBold a:active  { color: #002d5a; text-decoration: none }

.textBottom {
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	margin-top: 30px;
}

.lineNewsEvents {
	margin: 5px 0px 10px 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
}
.borderBlackRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #000000;
}
.borderBlackLeft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #000000;
}
.borderBlack {
	border: 1px solid #000000;
}

.navBase { 
	float: left;
	margin: 0;
	padding: 13px 0 0px 0;
	width: 293px;
}
.imageDiv2 { /*CSS class for image-based nav divider*/
	margin: 2px 0px 2px 0px; 
}
.textSmall {
	font-size: 85%;
}
.textSmaller {
	font-size: 75%;
}
.textBig {
	font-size: 110%;
}
.textBigger {
	font-size: 120%;
}

.datatable {
	border: 1px solid #d6dde6;
	border-collapse: collapse;
	width: 100%;
}

.datatable td {
	border: 2px solid #ffffff;
	padding: 6px;
}

.datatable tr.datatableRow1 {
	background-color: #eeeeee;
	color: #000000;
}

.datatable tr.datatableRow2 {
	background-color: #dddddd;
	color: #000000;
}
.datatable td.datatableColHeader {
	background-color: #aebee1;
	color: #000000;
	font-weight: bold;
}

.datatable td.datatableColHeader:hover {
	background-color: #d7e3fc;
	color: #000000;
}	

.datatable tr:hover {
	background-color: #d7e3fc;
	color: #000000;
}

.datatable th {
	border: 2px solid #ffffff;
	background-color: #496ec1;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 6px;
}

.datatable tr.datatableHeader {
	border: 2px solid #ffffff;
	background-color: #496ec1;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 6px;
}
.formSmallRed {
	font-size: 85%;
	color: #ab002b;
}

.superscript {
	vertical-align: super;
}
.caps {
	text-transform: uppercase;
}

.hide {
	display: none;
}

.pageDivDotted {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #bec5d4;	
}
.pageDivSolid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bec5d4;	
}

#hoverBlue p:hover { 
	background: #d7e3fc; 
}
#hoverGray p:hover { 
	background: #dddddd; 
}
#hoverBlueBottomBorder { 
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bec5d4;
}
#hoverBlueBottomBorder p:hover { 
	background: #d7e3fc; 
	display: block;
}
#hoverGrayBottomBorder { 
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc; 
}
#hoverGrayBottomBorder p:hover { 
	background: #dddddd;
	display: block;	
}
#bkBlueDotted {
	background: #e5edff;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #bec5d4;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #bec5d4;	
	padding: 10px;
	margin: 0;	
}
#bkGrayDotted {
	background: #eeeeee;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #cccccc;	
	padding: 10px;
	margin: 0;	
}
#bkBlueSolid {
	background: #e5edff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bec5d4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bec5d4;	
	padding: 10px;
	margin: 0;	
}
#bkGraySolid {
	background: #eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;	
	padding: 10px;
	margin: 0;	
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.navProgramsDiv {
	margin: 9px 0 9px 0;
} 

.navProgramsTitle {
	margin: 0 0 8px 0;
}

.thrColFixHdr #navPrograms {
	width: 203px;
	font-size: 85%;
	font-weight: bold;
	color: #313131;
	text-align: left;
	padding: 0;
	margin: 0;
} 

#navPrograms a:link  { color: #313131; text-decoration: none }
#navPrograms a:visited  { color: #313131; text-decoration: none }
#navPrograms a:hover { color: #ab002b; text-decoration: none }
#navPrograms a:active  { color: #ab002b; text-decoration: none }

.thrColFixHdr #navProgramsInt {
	width: 220px;
	font-size: 100%;
	font-weight: bold;
	color: #313131;
	text-align: left;
	padding: 0 0 15px 0;
	margin: 0;
} 

#navProgramsInt a:link  { color: #313131; text-decoration: none }
#navProgramsInt a:visited  { color: #313131; text-decoration: none }
#navProgramsInt a:hover { color: #ab002b; text-decoration: none }
#navProgramsInt a:active  { color: #ab002b; text-decoration: none }

.navNextStepsImage {
	margin: 15px 0 -4px 0;	
}
.navNextStepsImageInt {
	margin: -5px 0 0 0;	
}
.textSmallRed {
	font-size: 85%;
	color: #ab002b;
}

.formtable {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

.formtable td {
	border: 0;
	padding: 4px;
}

.formtableLabel {
	font-weight: bold;
	text-align: right;
}

.formtableField {
	background-color: #F7F7F7;
	border: 1px solid #333333;
}

.formtableBottomBorder {
	margin: 12px 0 0 0;
	padding: 6px 0 12px 0;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #bec5d4;
}

.formtableBottomBorderNP {
	margin: -8px 0 6px 0;
	padding: 0;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #bec5d4;
}

.textReturnBorder {
	font-size: 85%;
	color: #9499a5;
	text-align: right;
	margin: 10px 0 0 0;
	padding: 6px 0 0 0;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #bec5d4;
}

.textReturnBorder a:link  { color: #9499a5; text-decoration: none }
.textReturnBorder a:visited  { color: #9499a5; text-decoration: none }
.textReturnBorder a:hover {
	color: #ab002b;
	text-decoration: none;
	background-color: #eeeeee;
}
.textReturnBorder a:active {
	color: #ab002b;
	text-decoration: none;
	background-color: #eeeeee;
}

.textReturnNoBorder {
	font-size: 85%;
	color: #9499a5;
	text-align: right;
}

.textReturnNoBorder a:link  { color: #9499a5; text-decoration: none }
.textReturnNoBorder a:visited  { color: #9499a5; text-decoration: none }
.textReturnNoBorder a:hover {
	color: #ab002b;
	text-decoration: none;
	background-color: #eeeeee;
}
.textReturnNoBorder a:active {
	color: #ab002b;
	text-decoration: none;
	background-color: #eeeeee;
}
#bkwhiteDottedBottom {
	background: #f6f6f6;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;	
	padding: 10px;
	margin: 0;
}
.borderBlackRightNP {
	float: right;
	margin-left: 20px;
	border: 1px solid #000000;
}
.borderBlackLeftNP {
	float: left;
	margin-right: 20px;
	border: 1px solid #000000;
}
#storyImageBorder {
	width: 650px;
	height: 247px;
	margin-bottom: 6px;
	border: 1px solid #7c7b78;
}
.bkGrayDotted {
	background: #eeeeee;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #cccccc;	
	padding: 10px;
	margin: 0;	
}
.bkGrayDotted a:link  { color: #002d5a; text-decoration: none }
.bkGrayDotted a:visited  { color: #505478; text-decoration: none }
.bkGrayDotted a:hover { color: #ab002b; text-decoration: none }
.bkGrayDotted a:active  { color: #ab002b; text-decoration: none }

.bkwhiteDottedBottom {
	background: #f6f6f6;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;	
	padding: 10px;
	margin: 0;
}
.bkwhiteDottedBottom a:link  { color: #002d5a; text-decoration: none }
.bkwhiteDottedBottom a:visited  { color: #505478; text-decoration: none }
.bkwhiteDottedBottom a:hover { color: #ab002b; text-decoration: none }
.bkwhiteDottedBottom a:active  { color: #ab002b; text-decoration: none }

.bkwhiteDottedNoDots {
	background: #f6f6f6;	
	padding: 10px;
	margin: 0;
}
.bkwhiteDottedNoDots a:link  { color: #002d5a; text-decoration: none }
.bkwhiteDottedNoDots a:visited  { color: #505478; text-decoration: none }
.bkwhiteDottedNoDots a:hover { color: #ab002b; text-decoration: none }
.bkwhiteDottedNoDots a:active  { color: #ab002b; text-decoration: none }

.bkwhiteDottedTop {
	background: #f6f6f6;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #cccccc;	
	padding: 10px;
	margin: 0;
}
.bkwhiteDottedTop a:link  { color: #002d5a; text-decoration: none }
.bkwhiteDottedTop a:visited  { color: #505478; text-decoration: none }
.bkwhiteDottedTop a:hover { color: #ab002b; text-decoration: none }
.bkwhiteDottedTop a:active  { color: #ab002b; text-decoration: none }

.textBorder {
	font-size: 85%;
	color: #9499a5;
	margin: 10px 0 0 0;
	padding: 6px 0 0 0;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #bec5d4;
}
.textRedBoldBig {
	font-weight: bold;
	color: #ab002b;
	font-size: 110%;
}
.textRedBoldBig a:link  { color: #ab002b; text-decoration: none }
.textRedBoldBig a:visited  { color: #ab002b; text-decoration: none }
.textRedBoldBig a:hover { color: #002d5a; text-decoration: none }
.textRedBoldBig a:active  { color: #002d5a; text-decoration: none }

.textBlueBoldBig {
	font-weight: bold;
	color: #002d5a;
	font-size: 110%;	
}
.textBlueBoldBig a:link  { color: #002d5a; text-decoration: none }
.textBlueBoldBig a:visited  { color: #002d5a; text-decoration: none }
.textBlueBoldBig a:hover { color: #ab002b; text-decoration: none }
.textBlueBoldBig a:active  { color: #ab002b; text-decoration: none }

.sidebarCalloutGray {
	float: right;
	width: 238px;
	margin: 5px -37px 30px 30px;
	padding: 0;
}

.sidebarCalloutInteriorGray {
	float: right;
	width: 238px;
	margin: 4px -36px 30px 30px;
	padding: 0;
}

.sidebarCalloutTopGray {
	width: 238px;
	margin: 0;
}
.sidebarCalloutMidGray {
	width: 236px;
	font-size: 85%;
	color: #3a3a3a;
	background-color: #d7d7d7;
	background-image: url(/images/callout/right_bk_gray.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0;
	padding: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a3a3a3;
	border-left-color: #a3a3a3;	
	overflow: hidden;
}

.sidebarCalloutMidGray a:link  { color: #3a3a3a; text-decoration: none }
.sidebarCalloutMidGray a:visited  { color: #3a3a3a; text-decoration: none }
.sidebarCalloutMidGray a:hover { color: #ab002b; text-decoration: none }
.sidebarCalloutMidGray a:active  { color: #ab002b; text-decoration: none }

.sidebarCalloutMidGray ul li {

	margin-right: 10px;
	list-style-image: url(/images/btn/bullet_brown_callout.gif);
	line-height: 16px;
}

.sidebarCalloutMidGray p {
	margin-left: 16px;
}

.sidebarCalloutBottomGray {
	width: 238px;
	margin: 0;
}

.textExpandCollapse {
                font-size: 85%;
                font-weight: bold;
                color: #666666;
                text-transform: uppercase;
}
 
.textExpandCollapse a:link  { color: #ab002b; text-decoration: none }
.textExpandCollapse a:visited  { color: #ab002b; text-decoration: none }
.textExpandCollapse a:hover {
                color: #002d5a;
                text-decoration: none;
                background-color: #eeeeee;
}
.textExpandCollapse a:active {
                color: #666666;
                text-decoration: none;
}
 
.directory {
                margin: 0;
                padding: 10px 0 0 0;
                font-size: 85%; 
                border-top: 3px dotted #d6dde6;
}
 
.directory ul li {
                list-style-image: url(/images/btn/bullet_brown_callout.gif);
                margin-left: 72px;
}
 
.directoryRight {
                width: 200px;
                float: right;
                margin-left: 20px;
}
.borderDirectoryLeft {
                float: left;
                margin: 4px 20px 0 0;
                border: 1px solid #000000;
}
.buttonLeft {
                margin: 0 10px -6px 0;
}
.buttonRight {
                margin: 0px 10px -6px 0;
}
.fltrtCaption { 
	float: right;
	margin: 0 0 20px 20px;
	font-size: 85%;
}
.fltlftCaption { 
	float: left;
	margin: 0 20px 20px 0;
	font-size: 85%;
}
.leftIndent {
	margin-left: 20px;
}
.leftIndent a {
	margin: 0 4px 0 4px;
}

