@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(/images/bk/page_bk_black.gif) repeat-x;
	margin: 9px;
	padding: 0;
	text-align: center;
	color: #000000;
}

a:link { color: #1f2875; text-decoration: underline}
a:visited { color: #1f4a75; text-decoration: underline}
a:hover { color: #4154f7; text-decoration: underline}
a:active { color: #be000; text-decoration: underline}

H1 {
	font-size: 220%;
	font-weight: normal;
	color: #5c6975;
	margin: 28px 0 30px 0;
	padding: 0 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

H2 {
	font-size: 130%;
	font-weight: bold;
	color: #be0000;
	margin-top: 30px;	
}

H3 {
	font-size: 110%;
	font-weight: bold;
	color: #1f2875;
	margin-top: 30px;	
}

H4 {
	font-size: 105%;
	font-weight: bold;
	color: #333333;
	margin-top: 30px;	
}


.twoColFixRtHdr #container { 
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	height: 133px;
	background: #ffffff url(/images/hdr/hdr_bk.gif);
	padding: 0 12px 0 26px;
} 

.twoColFixRtHdr #hdrUtility {
	float: right;
	padding: 0 16px 0 0;
	margin: 10px 0 0 0;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;	
}

#hdrUtility a:link  { color: #000000; text-decoration: none }
#hdrUtility a:visited  { color: #000000; text-decoration: none }
#hdrUtility a:hover { color: #be0000; text-decoration: none }
#hdrUtility a:active  { color: #be0000; text-decoration: none }

.twoColFixRtHdr #hdrSearch {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
}


.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 #sidebar1 {
	float: right;
	width: 265px;
	padding: 0;
	margin: 0 1px 0 0;
	background-image: url(/images/col/col_top_bk.gif);
	background-repeat: repeat-x;	
}

.sidebarPhoto {
	padding: 0;
	margin: 30px 0 25px 0;
}

.twoColFixRtHdr #sidebarHome {
	float: right;
	width: 267px;
	padding: 0;
	height: 341px;
	background-image: url(/images/page/home_mtns_right_withouttext.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #mainContent {
	margin: 0 266px 0 0;
	padding: 10px 40px 25px 40px;
	background-image: url(/images/page/int_bk.gif);
	background-repeat: repeat-x;
	font-size: 80%;
} 
.twoColFixRtHdr #mainContentHome {
	width: 609px;
	margin: 0;
	padding: 0;
	background-image: url(/images/page/home_mtns_left_box.jpg);
	height: 341px;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #mainContentHomeText {
	float: left;
	width: 500px;
	margin: 140px 23px 0 24px;
	padding: 20px;
	color: #FFFFFF;
	font-size: 85%;
} 

.twoColFixRtHdr #mainContentHomeText a:link  { color: #aec4d4; text-decoration: none }
.twoColFixRtHdr #mainContentHomeText a:visited  { color: #aec4d4; text-decoration: none }
.twoColFixRtHdr #mainContentHomeText a:hover { color: #d1ecff; text-decoration: underline }
.twoColFixRtHdr #mainContentHomeText a:active  { color: #d1ecff; text-decoration: underline }

.twoColFixRtHdr #mainContentGrayWrapper { 
	margin: 0;
	padding: 12px;
	background: #656565; 
} 
.twoColFixRtHdr #mainContentInterior {
	margin: 0;
	padding: 0;
	background-image: url(/images/bk/page_bk_int_withcol.gif);
	background-repeat: repeat-y;	
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #bbbbbb;
	font-size: 75%;
	background: #000;
	text-align: center;	
} 
.twoColFixRtHdr #footer p {
	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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #footer a:link  { color: #bbbbbb; text-decoration: none }
.twoColFixRtHdr #footer a:visited  { color: #bbbbbb; text-decoration: none }
.twoColFixRtHdr #footer a:hover { color: #eeeeee; text-decoration: underline }
.twoColFixRtHdr #footer a:active  { color: #eeeeee; text-decoration: underline }


.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;
	background: #000;
}
.searchBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
}
.searchButton {
	margin-top: 0;
	vertical-align: middle;
}
.textBottom {
	font-size: 95%;
	font-weight: bold;
	color: #333333;
	margin-top: 30px;
}

.borderBlackRightNP {
	float: right;
	margin-left: 20px;
	border: 1px solid #000000;
}
.borderBlackLeftNP {
	float: left;
	margin-right: 20px;
	border: 1px solid #000000;
}
.bkGray {
	background: #eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cacaca;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cacaca;	
	padding: 10px;
	margin: 0;	
}
.bkGray a:link  { color: #1f2875; text-decoration: none }
.bkGray a:visited  { color: #1f4a75; text-decoration: none }
.bkGray a:hover { color: #be0000; text-decoration: none }
.bkGray a:active  { color: #be0000; text-decoration: none }

.bkwhiteBottom {
	background: #f6f6f6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cacaca;	
	padding: 10px;
	margin: 0;
}
.bkwhiteBottom a:link  { color: #1f2875; text-decoration: none }
.bkwhiteBottom a:visited  { color: #1f4a75; text-decoration: none }
.bkwhitedBottom a:hover { color: #be0000; text-decoration: none }
.bkwhiteBottom a:active  { color: #be0000; text-decoration: none }

.bkwhiteNoLines {
	background: #f6f6f6;	
	padding: 10px;
	margin: 0;
}
.bkwhiteNoLines a:link  { color: #1f2875; text-decoration: none }
.bkwhiteNoLines a:visited  { color: #1f4a75; text-decoration: none }
.bkwhiteNoLines a:hover { color: #be0000; text-decoration: none }
.bkwhiteNoLines a:active  { color: #be0000; text-decoration: none }

.bkwhiteTop {
	background: #f6f6f6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cacaca;	
	padding: 10px;
	margin: 0;
}
.bkwhiteTop a:link  { color: #1f2875; text-decoration: none }
.bkwhiteTop a:visited  { color: #1f4a75; text-decoration: none }
.bkwhiteTop a:hover { color: #be0000; text-decoration: none }
.bkwhiteTop a:active  { color: #be0000; text-decoration: none }

.fltrtCaption { 
	float: right;
	margin: 0 0 20px 20px;
	font-size: 85%;
}
.fltlftCaption { 
	float: left;
	margin: 0 20px 20px 0;
	font-size: 85%;
}
.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 }
.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;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.textSmallRed {
	font-size: 90%;
	color: #ab002b;
}
.textSmall {
	font-size: 95%;
}
.textSmaller {
	font-size: 85%;
}
.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;
}
.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;
}
.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 }

.subNav {
	color: #ffffff;
	font-size: 75%;
	line-height: 16px;
	margin-left: 20px;
	list-style-type: square;
}
.subNav a:link  { color: #ffffff; text-decoration: none }
.subNav a:visited  { color: #ffffff; text-decoration: none }
.subNav a:hover { color: #ffffff; text-decoration: underline }
.subNav a:active  { color: #ffffff; text-decoration: underline }
