@charset "UTF-8";

/*these items are redefined html tags*/

body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	height:100%; /* needed for container min-height */
	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;
}

table.bordered { background-color: #FFFFFF; border: 1px solid #CCCCCC;}
thead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: strong;
}
tbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
}

table ul {padding-top: 0px; padding-bottom:0px; padding-left:10px; margin:0;}
table li { margin-left:20px;}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	
}

a:link {color:#1A447C;text-decoration:none;}
a:hover {color:#666666;text-decoration:underline;}
a:visited {color:#1A447C;text-decoration:none;}
a:active {color:#1A447C;text-decoration:none;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #1A447C;
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 30px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #1A447C;
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/blue_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: square;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	list-style-type: square;
	list-style-position: outside;
}

img {
	border:none;
	}


/*this section defines the page layout */

.twoColElsLtHdr #container { 
	width: 960px;
	height: 100%;
	background-image:url(../images/sidebar_bg.jpg);
	background-repeat:repeat-y;
	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. */
} 


.twoColElsLtHdr a:link { color:#1A447C;}
.twoColElsLtHdr a:hover { color:#666666; text-decoration: underline;}
.twoColElsLtHdr a:visited { color:#1A447C;}
.twoColElsLtHdr a:active { color:#1A447C;}



.twoColElsLtHdr #mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: square;
	padding-left:0px;
	margin-left:15px;

}

.twoColElsLtHdr #mainContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px
	padding-left:0px;
	padding-top:3px;
	padding-bottom:0px;
	padding-right:0px;
}

.twoColElsLtHdr #mainContent li ul {list-style-type: square}


.twoColElsLtHdr #mainContent ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: square;
	padding-left:0px;
	margin-left:15px;

}

.twoColElsLtHdr #mainContent ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	list-style: decimal;
	margin-left: 15px
	padding-left:0px;
	padding-top:3px;
	padding-bottom:0px;
	padding-right:0px;
}

.twoColElsLtHdr #header  {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	height: 200px;
	color: #FFFFFF;
	margin: 0; 
	padding-top: 0px; 
	background-image:url(../images/fss_banner.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
	

/* Tips for sidebar1: Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
*/
.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 235px; /* since this element is floated, a width must be given */
	height: 100%;
	padding: 0px 15px; /* top and bottom padding create visual space within this div */
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLtHdr #mainContent {
	margin: 0 20px 0 275px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	min-height: 650px;
	} 

.twoColElsLtHdr #footer { 
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/sidebar_bg.jpg);
	background-repeat:repeat-y;
} 
.twoColElsLtHdr #footer p {
	margin: 0 20px 0 275px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

/* Miscellaneous classes for reuse */

#rhscolumn {
	float: right;
	width:195px;
	margin-left:20px;
}

#rhscolumn .highlight_box_right { /* 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. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-align:left;
	color: #666666;
	margin-bottom:10px;
	color: #FFFFFF;
	padding: 7px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #ECECEC;
	border: 1px solid #1A447C;
	background-image: url(../images/cloud_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#rhscolumn .highlight_box_right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}
.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;
}

/*these are the different areas of content*/
.twoColElsLtHdr #nav_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color:#1A447C;
	margin:0;
}
.twoColElsLtHdr #nav_main a:hover {color:#666666;text-decoration:underline;}

.main_divider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.banner_divider {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.nav_banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-bottom:10px;
	margin-top:0;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:20px;
	text-align:left;
	vertical-align:bottom;
	background-image:url(../images/fss_banner.jpg);
	background-repeat:no-repeat;
}

.nav_banner a:link {color:#FFFFFF;}
.nav_banner a:hover {color:#FFFFFF; text-decoration:underline;}
.nav_banner a:visited {color:#FFFFFF;}
.nav_banner a:active {color:#FFFFFF;}


.privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}
.twoColElsLtHdr #nav_sidebar {
    float: left; 
	width: 235px; /* since this element is floated, a width must be given */
    background-image: url(../images/sidebar_bg.jpg);
    background-repeat: repeat-y;
    height: 100%;
    width: 235px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
}
.twoColElsLtHdr #nav_sidebar_div {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-left:15px;
	margin-right:15px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left: 0px;
	padding-right: 0px;
}
.twoColElsLtHdr #nav_sidebar H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(../images/white_arrow.jpg);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: 0px 0px;
	text-transform: uppercase;
	line-height: 18px;
	margin-right: 0px;
	margin-bottom: 0px;

	
}
.twoColElsLtHdr #nav_sidebar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform:none;
	color: #FFFFFF;
	margin-top: 5px;
	list-style:square;

}
.twoColElsLtHdr #nav_sidebar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform:none;
	color: #FFFFFF;
}

.twoColElsLtHdr #nav_sidebar li a:link {color:#FFFFFF;}
.twoColElsLtHdr #nav_sidebar li a:hover {color:#FFFFFF; text-decoration:underline;}
.twoColElsLtHdr #nav_sidebar li a:visited {color:#FFFFFF;}
.twoColElsLtHdr #nav_sidebar li a:active {color:#FFFFFF;}

.twoColElsLtHdr #nav_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #1A447C;
	margin-left: 275px;
	margin-right: 20px;
	margin-top:0px;
	margin-bottom:0px;
}

.content_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
	list-style-position: outside;
	list-style-image: url(../images/grey_dot.gif);
}

/*Current Version/
