@charset "UTF-8";

A { text-decoration: none;	color: blue;}
A:Hover {color: Black; text-decoration: none; background: Yellow}
A.sortheader { text-decoration: underline; color: white;}
A.sortheader:Hover { text-decoration: underline; }
FORM { margin-top: 5; margin-bottom: 0; } 
.Search {font-size: 14px; color:#0b2494; font-family:  Arial, Helvetica, sans-serif; font-weight: bold; }
.Section {font-size: 12px; color:#0b2494; font-family:  Arial, Helvetica, sans-serif; font-weight: bold; }
.SelPageNum {font-size: 14px; color:red; font-family:  Arial, Helvetica, sans-serif; font-weight: bold; }
.PageNum {font-size: 12px; color:blue; font-family:  Arial, Helvetica, sans-serif; font-weight: normal; }
.Initials {font-size: 12px; color: red; font-family:  Arial, Helvetica, sans-serif; font-weight: normal; }
.Clear {font-size: 7pt; background: none;} 

body  {
	margin-top: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border-top: 1px;
	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;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 100%;
	/* background-color: #99CCFF; */
}

.twoColHybLtHdr #container1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px; /* At least 1px is needed to prevent margin collapse */
	/* padding: 1px; This was to prevent margin collapse */ 
	width: 100%;
	background: #E8E8E8; /* #E8E8E8 */
}

.twoColHybLtHdr #left_wrap {
	float: left;
	background-color: #E8E8E8; /* #E8E8E8 */
	width: 15%;
}

.twoColHybLtHdr #right_wrap {
	background-color: #E8E8E8; /* #E8E8E8 */
	width: 85%;
	text-align: left; /*This is really for IE6 - shouldnt make a difference to other browsers*/
	overflow: hidden;
}

.twoColHybLtHdr #nav {
	margin: 0 5px;
	background: #CCCCFF;
	text-align:left;
}

.twoColHybLtHdr #twitter {
	margin-top:  10px;
	margin-left:  5px;
	background: #CCCCFF; /* #d1f2f7 */
	text-align:left;
	/* overflow:hidden; */
}

.twoColHybLtHdr #results_nar {
	background-color: #FFFFFF; /* #75A1D0 */
	margin-left: 10px;
	height: auto;
	width: 850px;
	text-align: center; /*This is really for IE6 - shouldnt make a difference to other browsers*/
	overflow: hidden;
}

.twoColHybLtHdr #home_content {
	background-color: #FFFFFF; /* #75A1D0 */
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center; /*This is really for IE6 - shouldnt make a difference to other browsers*/
	overflow: hidden;
}

.twoColHybLtHdr #nav b.rtop b, .twoColHybLtHdr #nav b.rbottom b{display:block;height: 1px; overflow: hidden; background: #CCCCFF} /* top and bottom background */
.twoColHybLtHdr #nav b.rtop, b.rbottom{display:block;background: #E8E8E8} /* corner background - color of the containing div */
.twoColHybLtHdr #nav b.r1{margin: 0 5px}
.twoColHybLtHdr #nav b.r2{margin: 0 3px}
.twoColHybLtHdr #nav b.r3{margin: 0 2px}
.twoColHybLtHdr #nav b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

.twoColHybLtHdr #twitter b.rtop b, .twoColHybLtHdr #twitter b.rbottom b{display:block;height: 1px; overflow: hidden; background: #CCCCFF} /* top and bottom background */
.twoColHybLtHdr #twitter b.rtop, b.rbottom{display:block;background: #E8E8E8} /* corner background - color of the containing div */
.twoColHybLtHdr #twitter b.r1{margin: 0 5px}
.twoColHybLtHdr #twitter b.r2{margin: 0 3px}
.twoColHybLtHdr #twitter b.r3{margin: 0 2px}
.twoColHybLtHdr #twitter b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

.twoColHybLtHdr #results_nar b.rtop b, .twoColHybLtHdr #results_nar b.rbottom b{display:block;height: 1px; overflow: hidden; background: #FFFFFF} /* top background */
.twoColHybLtHdr #results_nar b.rtop, b.rbottom{display:block;background: #E8E8E8} /* corner background - color of the containing div */
.twoColHybLtHdr #results_nar b.r1{margin: 0 5px}
.twoColHybLtHdr #results_nar b.r2{margin: 0 3px}
.twoColHybLtHdr #results_nar b.r3{margin: 0 2px}
.twoColHybLtHdr #results_nar b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
