@charset "UTF-8";
body  {
	background: #DDD;
	padding: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {color: #000; text-decoration: none; }
a:visited {color: #777; text-decoration: none; }
a:hover {color: #466197; text-decoration: none; }

p a:link { color: #039; text-decoration: none; }
p a:visited {color: #005090; text-decoration: none; }
p a:hover {color: #005090; text-decoration: none; }

.twoColFixRtHdr #container {
	position: relative;
	height: 670px;
	width: 960px;
	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. */
	background-color: #FFF;
} 
div#logo {
	height: 60px;	
}

div#menu_div{
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 760px;
	position: absolute;
	left: 200px;
	top: 20px;
	z-index: 15;
}

.twoColFixRtHdr #sidebar1 {
	position: absolute; /* since this element is floated, a width must be given */
	top: 59px;
	height: 579px;
	width: 186px; /* 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: #F2F2F2; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	border: 0px;
	left: 773px;
	z-index: 5;
}
.twoColFixRtHdr #mainContent {
	margin: 0; /* the right margin 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. */
	position: absolute;
	top: 60px;
	height: auto;
	width: 774px;
	background:#FFF;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixRtHdr #footer {
	padding: 0;
	z-index: 5;
	position: absolute;
	top: 638px;
	width: 774px;
	height: 32px;
	font-size: 9px;
	text-align: center;
	line-height: 180%;
} 

.twoColFixRtHdr #footer a:link {color: #606060; text-decoration: none; }
.twoColFixRtHdr #footer a:visited {color: #606060; text-decoration: none; }
.twoColFixRtHdr #footer a:hover {color: #555; text-decoration: none; }

.twoColFixRtHdr #sidefooter {
	padding: 0;
	z-index: 5;
	position: absolute;
	top: 638px;
	width: 186px;
	height: 32px;
	left: 774px;
	font-size: 9px;
	color: #606060;
	text-align: center;
	line-height: 180%;
	background: #F2F2F2;

} 

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

#main_text {
	width: 639px;
	padding: 12px;
	position: absolute;
	left: 63px;
	top: 435px;
	z-index: 5;
	height: 145px;
}

#main_text h3 {
	font-size: 25px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	margin:0 auto;
	line-height: 30%;
}
#main_text h4 {
	font-size: 20px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:0 auto;
	line-height: 180%;
}
#main_text p{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 180%;
	font-weight: normal;
	margin: 45px 0px 0px 0px;
}

