@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #C3CADC;
	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;
}

ul {font-size: 11px;}

body p {font-family:verdana;font-size:11px;color:#4A5B6B;}

body br {
	font-family:verdana;
	font-size:11px;
	color:#4A5B6B;
	line-height: 1.2em;
}

body h1,h2,h3 {font-family:verdana;font-size:12px;color:#4A5B6B; padding-bottom: 0px;
margin-bottom:3px;}

body img {margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;}

.ffa3col body, .ffa3col p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #666666;
	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;
}
#container { 
	width: 766px;  /* set container 766px wide */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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. */
} 

#container h1, #container h2, #container h3 {font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;}


#container p {font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;}

#header {
	padding: 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. */
	width: 100%;  /* this will create a header 100% of the container width */
	background-color: #FFFFFF;
	
} 
#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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent:-5000px;/* have h1 text behind header image */
	height:0px;
}

#header2 {
	padding: 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. */
	width: 100%;  /* this will create a header 100% of the container width */
	background-color: #FFFFFF;
	} 

#header2 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent:-5000px;/* have h1 text behind header image */
		height:0px;
}

#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 200px; /* since this element is floated, a width must be given */
	border-right: 0px solid #e6e8e9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-right: 5px; 
	padding-top: 0px; /* top and bottom padding create visual space within this div  */
	font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	#sidebar1 img {margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;}
	
	#sidebar1 h1 {
	text-indent:-5000px;/* have h1 text behind header image */
	height:0px;
	}


/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".ffa3col #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 180px; /* since this element is floated, a width must be given */
	border-left: 0px solid #EBEBEB; /* the background color will be displayed for length of the content in the column, but no further */
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	font-size: 0.8em;
	height: 100%;
	}
	
	#sidebar2 h2{
	font-size: 1.2em;
	color:#4A5B6B;
	}
	
		#sidebar2 h5{
		font-size: 1.2em;
				color:#4A5B6B;
		}

#sidebar1 p, #sidebar1 br, #sidebar1 h3, #sidebar2 p, #sidebar2 br, #sidebar2 h3, #sidebar2 ul, sidebar1 ul {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	font-size: 1.2em;
	line-height:105%;
	
}


#sidebar2 br {padding-top: 0.5em; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
		padding-bottom: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.0em;
		line-height: 125%;}

#sidebar2 a {font-size: 11px;
 text-decoration:none;
 line-height: 120%;}

#sidebar1 h2 {
margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	font-size: 11px;
	}

#sidebar1 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 */
		font-size: 13px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-left: 5px;
		font-weight: bold;}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	width:550px;
	font-size: 11px;
	line-height: 120%;
	padding-top: 0px;
	color:#4A5B6B;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 5px;
	border-right: 2px solid #e6e8e9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-right: 5px; /* top and bottom padding create visual space within this div  */margin-right: 5px;}

#mainContent ul {
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

#mainContent li {
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */

	padding-top: 0.5em;margin-left: 25px;padding-bottom: 0.5em;}

#mainContent .alignimage {margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;}

#mainContent br {
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.0em;
		line-height: 1.0em;
}

#mainContent p {
	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
		padding-top: 1.0em;}
		
 #mainContent a {font-size: 11px;
 text-decoration:none;
 line-height: 120%;}

#mainContent h1, #mainContent h2, #mainContent h3{
	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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0em;
	padding-bottom: 1.0em;
	font-weight: bold;
	color:#4A5B6B;
	line-height: 120%;
}
	
	
	
	
#hrbslink , #hrbslink a {font-family:verdana;
	font-size:10px;
	color:#4A5B6B;
	line-height: 1.2em;
	text-decoration:none;
	}

#hrbslink a:hover {text-decoration:underline;}
	
#footer { 
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 9px;
	} 
#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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.leftcol {font-size:1.0em; float:left; width:160px; padding-right:5px;}
.rightcol {font-size:1.0em; float:left; width:160px;}

.narrowcol {font-size:1.0em; float:left; width:285px; padding-left:5px;}
.widecol {font-size:1.0em; padding-bottom:5px;  text-align:left;}


.widecol a:hover {font-weight: bold;}

.widecol h3 {font-weight: bold; text-transform: none; font-size:1.3em; color:#b9a383; text-align:left;}

.widecol h5 { text-transform: none; font-size:0.8em; color:#c1c1c2; text-align:left; padding-bottom: 5px;font-style: italic;}

.widecol p {padding-bottom: 5px;}

.tip {
	background: url(images/tip_icon.jpg) no-repeat;
	font-style: italic;
	text-align:left;
	padding-left: 50px;
	padding-bottom: 5px;font-style: italic;}


#blockquote {
		background: #e4e4e4;
	color: #666;
	font-style: italic;
	font-size: 11px;
	line-height: 150%;
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	}

#blockquote p {
	font-style: normal;
	background: #e4e4e4;
	padding-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding-right: 5px;
	}
	
#blockquote img, .blockquote br {
		font-style: normal;
		background: #e4e4e4;
		padding-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding-right: 5px;
	}
	
	.blockquote br {
			font-style: normal;
			background: #e4e4e4;
			text-indent: 15px;
}

#centerquote {
						font-style: italic;
			background: #e4e4e4;
			padding-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
				padding-right: 10px; font-size: 1.0em;}
				
#centerquote2 {
							
							text-align:center;
							font-size: 10px;
								line-height: 1.2em;
													font-color:#FFD9C6;
														padding-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */}
				
#centerquote2 br {
					
					color:#4A5B6B;
					font-size: 11px;
					line-height: 1.2em;
					}

#centerquote2 p {
					
					color:#4A5B6B;
					font-size: 11px;
					line-height: 1.2em;
					}
#centerquote2 ul, #centerquote2 li {
					
					color:#4A5B6B;
					font-size: 11px;
		line-height: 1.2em;
					}