@charset "utf-8";
/* body & container section 
*/
body {
	background: #C5C6B6;
	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: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	height: 100%;
}
.twoColFixLtHdr #container {
	width: 975px;  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	
}
/* header section 
*/
.twoColFixLtHdr #header_home {
	background: #ffffff;
	background-image: url(/images/head_bg_home.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.twoColFixLtHdr #header {
	background: #ffffff;
	background-image: url(/images/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.twoColFixLtHdr #headerLogo {
	padding: 20px 0px 0px 20px;
	float: left;
}
.twoColFixLtHdr #header h1 {
	margin: 0px 0px 0px 180px;
	padding: 10px 0px 15px 10px;
	border-bottom: 1px #003366 solid;
	border-top: 1px #003366 solid;
	border-left: 1px #003366 solid;
	font-size: 300%;
}
/* flash section (only used on home page)
*/
.twoColFixLtHdr #flashContent {
	padding: 0px 0px 0px 0px;
	background: #B4B4B4;
	margin: 0px 0px 0px 0px;
	float: right;
	width: 100%;
}
/* sidebar section 
*/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 253px; /* 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 */
	background: #B4B4B4; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px;
	min-height: 420px;
}
.twoColFixLtHdr #sidebar1 a:link {
	color: #003366;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:visited {
	color: #003366;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 a:active {
	text-decoration: none;
}
.twoColFixLtHdr #sidePic {
	background: #B4B4B4;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.twoColFixLtHdr #sideLogo {
	background: #B4B4B4;
	padding: 15px 0px 15px 0px;
	text-align: center;
}
.sideInner {
	background: #B4B4B4;
	padding: 10px 20px 5px 20px;
	text-align: left;
	color: #003366;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
.sideDivide {
	background-image: url(../images/side_divider.gif);
	background-repeat: repeat;
	height: 30px;
	color: #FFFFFF;
	padding: 7px 5px 0px 15px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}
/* main content section 
*/
.twoColFixLtHdr #mainContent {
	margin: 0px 0px 10px 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. Remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 5px 5px 5px;
	background-image: url(../images/alr_logo_sm.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 400px;
}
.twoColFixLtHdr #fontSizer {
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.twoColFixLtHdr #innerContent {
	padding: 0px 20px 10px 25px;
	background: #ffffff;
	margin: 0px 0px 125px 0px;
	text-align: justify;
}
.twoColFixLtHdr #smallLogo {
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	margin: 30px auto 0px auto;
	text-align: center;
}
.twoColFixLtHdr #innerContent ol {
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	margin: 15px 50px 15px 50px;
	text-align: justify;
	list-style-type: disc;
	color: #003366;
}
.twoColFixLtHdr #sitemapContent {
	padding: 0px 20px 10px 55px;
	background: #ffffff;
	margin: 0px 0px 125px 0px;
}
.twoColFixLtHdr #execBorder {
	padding: 10px 10px 10px 10px;
	background: #ffffff;
	margin: 5px 20px 0px 00px;
	border-right: 1px #B4B4B4 solid;
	border-bottom: 1px #B4B4B4 solid;
	border-top: 1px #B4B4B4 solid;
	border-left: 1px #B4B4B4 solid;
	float: left;
}
.op_table {
	background-color: #DDDDDD;
	float: left;
	margin: 5px 0px 10px 0px;
}
.op_td {
	padding: 2px 5px 2px 5px;
}
.twoColFixLtHdr #opBorder {
	padding: 5px 5px 5px 5px;
	background: #ffffff;
	margin: 10px 15px 5px 0px;
	border-right: 1px #B4B4B4 solid;
	border-bottom: 1px #B4B4B4 solid;
	border-top: 1px #B4B4B4 solid;
	border-left: 1px #B4B4B4 solid;
	float: left;
}
.twoColFixLtHdr #DRinnerContent {
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	margin: 0px auto 125px auto;
	text-align: center;
}
.twoColFixLtHdr #DRinnerContent table {
	border: 1px solid #000000;
	margin: 0 auto;
	text-align: center;
	width: 90%;
	background-color: #000000;
}
.twoColFixLtHdr #DRinnerContent tr {
	border: 1px solid #000000;
	text-align: center;
}
.twoColFixLtHdr #DRinnerContent td {
	border: 0px solid #000000;
	padding: 5px 5px 5px 5px;
	text-align: center;
	background-color: #DDDDDD;
}
.twoColFixLtHdr #PastInnerContent {
	padding: 0px 20px 10px 25px;
	background: #ffffff;
	margin: 0px 0px 125px 0px;
	text-align: justify;
}
.twoColFixLtHdr #PastInnerContent table {
	border: 1px solid #000000;
	margin: 20px auto;
	text-align: center;
	width: 90%;
	background-color: #000000;
}
.twoColFixLtHdr #PastInnerContent th {
	background-color: #5F5F67;
	padding: 5px 5px 5px 5px;
	text-align: left;
	color: #FFFFFF;
}
.twoColFixLtHdr #PastInnerContent tr {
	border: 1px solid #000000;
	text-align: center;
}
.twoColFixLtHdr #PastInnerContent td {
	border: 0px solid #000000;
	padding: 5px 5px 5px 5px;
	text-align: left;
	background-color: #EEEEEE;
}
/* footer section 
*/
.twoColFixLtHdr #footer {
	padding: 10px 10px 5px 10px;
	background:#DDDDDD;
}
.twoColFixLtHdr #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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.twoColFixLtHdr #footer_menu {
	margin: 0;
	background:#DDDDDD;
	color: #000000;
	text-align: center;
	height: 20px;
	padding: 0px 3px 0px 3px;
	padding-top: 5px;
}
.twoColFixLtHdr #footer a:link {
	color: #000000;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:visited {
	color: #000000;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	padding: 0px 3px 0px 3px;
	text-decoration: underline;
}
.twoColFixLtHdr #footer a:active {
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}
/* classes common to all sections 
*/
.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. The floated element must precede the element it should be next to on the 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;
}
.img_border {
	border: 0px solid #000000;
}
.error_text120 {
	font-size: 120%;
	color:red;
}
.text50 {
	font-size: 50%;
	color:black;
}
.text60 {
	font-size: 60%;
	color:black;
}
.text70 {
	font-size: 70%;
	color:black;
}
.text80 {
	font-size: 80%;
	color:black;
}
.text90 {
	font-size: 90%;
	color:black;
}
.text100 {
	font-size: 100%;
	color:black;
}
.text110 {
	font-size: 110%;
	color:black;
}
.text120 {
	font-size: 120%;
	color:black;
}
.text130 {
	font-size: 130%;
	color:black;
}
.text130SC {
	font-size: 130%;
	color:black;
	font-variant: small-caps;
}
.text140 {
	font-size: 140%;
	color:black;
}
.text150 {
	font-size: 150%;
	color:black;
}
.warning {
	font-weight:bold;
	color:#FF0000;
}
.warning_small {
	font-weight:bold;
	color:#FF0000;
	font-size: 75%;
}
.clearIt {
	clear:both;
}
.displaying { /* class for javascript control of display */
	display:none;
}
.rndAll8px {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
	-khtml-box-shadow: 0px 1px 10px #666;
	-webkit-box-shadow: 0px 1px 10px #666;
}
.rndTop8px {
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
	-khtml-box-shadow: 0px 1px 10px #666;
	-webkit-box-shadow: 0px 1px 10px #666;
}
.rndBottom8px {
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
	-khtml-box-shadow: 0px 1px 10px #666;
	-webkit-box-shadow: 0px 1px 10px #666;
}
.rndAll4px {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.shadow {
	-moz-box-shadow: 0px 1px 10px #666, inset 1px 1px 0px #a4a4a4; /* inset creates a inner-shadow */
	-khtml-box-shadow: 0px 1px 10px #666;
	-webkit-box-shadow: 0px 1px 10px #666;
}
.ieshadow {
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#606060');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#606060')";
}
