@charset "utf-8";
body  {
    width:825px;
	position:absolute;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ 
	/* it's good practice to zero the margin and padding of the body element to account 
	for differing browser defaults */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#069;
	font-size: 12px;
	font-weight: 400;
	background-color: #295181;
	padding: 0;
	vertical-align:top;
	text-align: center; /* If set to center, then this centers the container in IE 5* browsers. 
	The text is then set to the left aligned default in the #container selector */
	line-height: 18px;
	border-right-color: #4A73B4;
	border-right-width:thin;
	border-right-style:double;
	/* border-right: medium;
	border-right-color: #4A73B4;
	border-right-width:thin;
	border-right-style:double;
	border-left-color: #4A73B4;
	border-left: medium;
	border-left-width:medium;
	border-left-style:double;	*/
}

.twoColFixRtHdr #container { 
	width: 825px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0
	padding: 0px 0px 0px 0px; 
	text-align: left; /* this overrides the text-align: center on the body element. */	
} 


.twoColFixRtHdr #header { 
	width: auto;
	margin: 0;  /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ 
	/* If there were NO IMAGE used in the Header, the padding would be this default: padding: 0 10px 0 20px; 
	Because an image is used in the #header instead of text, we have removed the padding. 
	This padding matches the left alignment of the elements in the divs that appear beneath it. */
	background-color: #FFFFFF; 
	vertical-align:baseline;
	padding: 0px 0px 0px 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. */
} 

.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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:500;
	color:#03F;
	vertical-align:baseline;
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 10px; /*  Padding keeps the content of the div away from the edges */
	background-image:url(../images/gradient_Top_295181_to_A8DAFA_bottom_20wx1000px_ht.jpg);
		/* The background color on this div will only show for the length of the content but no further. 
			If you'd like a dividing line instead, place a border on the right side of the 
			#mainContent div if it will always contain more content.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	font-weight:500;
	text-align: left;
}

.twoColFixRtHdr #sidebar1 li {
	margin-left: -20px; 
	margin-right: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: 500;
	list-style:square;
}
.twoColFixRtHdr #sidebar1 h4 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#A9CFD3;
	font-size: 13px;
	font-weight: 600;
} 

.twoColFixRtHdr #sidebar1 a {
 	color:#F8FD24;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:500;
	text-decoration:none;
}

.twoColFixRtHdr #sidebar1 a:hover {
	color: #09366F;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:550;
	background-color: #F8FD24;;
}


.twoColFixRtHdr #sidebar1 a:visited {
	color:#999;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
}


.twoColFixRtHdr #mainContent { 
	margin: 0 240px 0 0; /* the right margin -- the second number of 240px if it were there -- 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 20px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box. 
						This was set at padding colon 0 space 15px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #09366F;
	font-weight: 400;
	background: #FFFFFF;
	text-align: left;
	border-right-style:dotted;
	border-color:#A9CFD3;
}


.twoColFixRtHdr #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: expanded;
	color:#069;
	line-height:30px;
	margin: 0;  /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ /* 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: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #mainContent h2 { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-stretch: condensed;
	color:#069;
	line-height:24px;
	margin: 0;  /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ /* 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: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColFixRtHdr #mainContent h3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:600;
    font-stretch: condensed;
	text-align:left;
    color: #09366F;
	line-height:16px;
	margin: 0;  /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ /* 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: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColFixRtHdr #mainContent li {
	margin-left: -20px; 
	margin-right: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#09366F;
	font-size: 12px;
	font-weight: 400;
	list-style:square;
}

.twoColFixRtHdr #mainContent a {
 	color:#09C;
	font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-decoration:none;
}

.twoColFixRtHdr #mainContent a:hover {
	color: #09366F;
	font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 550;
	text-decoration:none;
	background-color: #F8FD24;;
}

.twoColFixRtHdr #mainContent a:visited {
	color:#999;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
}



.twoColFixRtHdr #footer {
	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 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #4A73B4;
}

.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: 12px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #4A73B4;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-stretch: condensed;
	font-weight: 600;
	color:#FF0;
	text-decoration:none;
}

.twoColFixRtHdr #footer a {
	color: #F8FD24;
	font-size: 12px;
    font-stretch: condensed;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
}

.twoColFixRtHdr #footer a:hover {
	color:#039;
	font-size: 12px;
    font-stretch: condensed;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	background-color:#F8FD24;
}


.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;
}



.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
    border-style: ridge;
}


form {
	background-color: #A9CFD3;
}


input.big {
	width: 100px;
}


input.small {
	width: 50px;
}



