@charset "utf-8";
body  {
	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: Georgia, "Times New Roman", Times, serif;
	background-color: #E6E6E6;
	background-image: url(../images/Background.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	background-attachment: fixed;
}

iframe{
	z-index:1;
}

.twoColFixRtHdr #container {
	width: 810px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 

.twoColFixRtHdr #header {
	padding: 0 10px 0 10px;  /* 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. */
	background-color: #252525;
	width:790px;
	height: 120px;
	float:left;
	font-size: 11px;
	color: #FFF;
	background-image: url(../images/HeaderBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	z-index:2;
	
} 
.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 */
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* 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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 12px;
	height:auto;
}

.twoColFixRtHdr #sidebar1 p{
	width:215px;
	float:left;
	margin-bottom:15px;
}

.twoColFixRtHdr #mainContent {
	font-size: 11px;
	line-height:1.6em;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	width:490px;
	margin-top: 20px;
	padding-right: 30px;
	margin-bottom: 30px;
	padding-left: 30px;
	border-right: 1px solid #ccc;
	height:auto;
	z-index:1;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 0px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 auto;
	width: 800px;
	height:50px;
	text-align:left;
	text-transform:uppercase;
} 

.twoColFixRtHdr #footer ul {
	text-align:left;
}

.twoColFixRtHdr #footer ul li {
	list-style-type:none;
	display:inline;
	padding-right:35px;
	
}

.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.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;
}
h1 {
	font-size: 24px;
	color: #3C6;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#33cc66;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3C6;
	margin-bottom: 5px;
}

h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3C6;
}

a:link, a:visited
{
    padding-top: 7px;
    color: #999999;
    text-decoration: none;
    text-align: left;
}

a:hover, a:active {
	padding-top:7px;
	color:#33cc66;
	text-align:left;
}

.textboxes
{
    margin-top:5px;
}

#FAQList li
{
    margin-bottom:10px;
}
#DS{
	background-image: url(../images/Background/Content_Dropshadow.png);
	background-repeat: repeat-y;
	background-position: center top;
	position:relative;
	top:0px;
}

#FooterDS{
	background-image: url(../images/Background/Content_Footer.png);
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
	height:30px;
}
