<style type="text/css">
*{
	margin:0;
	padding:0;

} 
body{font: 1.0em verdana, arial, sans-serif; 
text-align:center; /*centers the layout in IE5*/
	/*background-image:url(../Images/Background.png);
	background-repeat:repeat-x;*/
        background-color:#60A6A2;
     
	


}



div#mainwrap{ 

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	min-width:780px; max-width:960px; /*sets the max and min widths*/
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	/*width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/

#header { 
	height: 105px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	/*background: #DDDDDD; */
	width: 959px;
	/*padding: 0 10px 0 20px; */ /* 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. */
} 
 #header1 { 
    top: 109px;
	height: 220px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	/*background: #DDDDDD; */
	width: 959px;
	/*padding: 0 10px 0 20px; */ /* 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. */
} 

 #header1 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 */
}
 #nav{
	 	margin:5px;
		padding:0;

	background:#60A6A2;
	/*background:#D50A15;*/
	border:0.02em solid #60A6A2;
}

 #nav ul {
padding:0;
margin:5px;
margin-left:190px;

	
}
 #nav ul li {
padding:0;
margin:5px;
display:inline;
padding-right:13px;
}
 #nav ul li a {
	margin:5px;
    padding:0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;

}
 #nav ul li a:hover {
	margin:5px;
	padding:0;
	
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;

}




 #sidebar1 {
 width: 150px; /* 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 */
position:absolute; /*contextual positioning in content area container */
top:0px; left:0px; /* positions cols within content area container */
/*background-color:#CCC; /* Left column bg color */
overflow:hidden;/*Prevents overlarge elements breaking out of column*/
padding: 15px 10px 15px 5px; /* padding keeps the content of the div away from the edges */
margin-left:inherit;

}
div#contentarea{
	background-color:#FFF;
	position:relative;
	background-image: url(../Images/sidebar1.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/*Ensures bg is white if faux graphic i.e sidebar1.gif does not load.*/
/* position:relative sets the positioning context for the left sidebar div */


 #sidebar1 #calculatorBlock {
padding-top:inherit;
font-family:"Times New Roman", Times, serif;
font-size:14px;
}

 #sidebar1 #calculatorBlock .error 
{
color: #ff0000;
font-weight: bold;
}

 #sidebar1 #calculatorBlock .calculator
{
	display: block;
 
}

#calculatorBlock .required digits calculator {
border: thin solid #000000;
}

#calculatorBlock #postPayment,#postPayment40
{
background-color:#FFFFFF;
color:#FF0000;

}


div#contentarea2{background-color:#FFF;background:url(../Images/sidebar2.gif) repeat-y top right; position:relative;}
/*Ensures bg is white if faux graphic i.e sidebar1.gif does not load.*/
/* position:relative sets the positioning context for the left sidebar div */


 #sidebar2 {
 width: 150px; /* 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 */
	position: absolute;
top:0px; right:0px;/*positons col withn content area container */
	
/*	background-color:#DDD;/*Left column bg color*/
 /* the background color will be displayed for the length of the content in the column, but no further */
padding:0; /* padding keeps the content of the div away from the edges */
overflow:hidden; /*Prevents overlarge elements breaking out of column */
margin:0;
}
#sidebar2 ul 
{
	padding:0;
	margin:0;
	margin-left:15px;
	margin-right:5px;
	
}
#sidebar2 ul li
{padding:0;
	margin:0;
	border:0;
	margin-top:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	
	
	
}



 #mainContent {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	margin:0 180px 100px 180px;
	padding:10px;
	padding-left:0;
	padding-right:0;
}


#mainContent ol 
{
padding-left:20px;
}

#mainContent a:
{
}

.mcon{
padding-bottom:20px;
margin-top:-12px;

}

.know
{
margin:40px 40px 0 40px;
padding-top:20p;

}
.know h3
{
text-align:center;
padding-bottom:20px;
color:#26315E;
}

.know ol li
{
    text-align:center;
	list-style:circle;
		
	
}

#company
{
padding:50px;
color:#980110;
 text-align:center;
}




/*Alsett Clearing Method */
.clearfix:after { /*;the period is the last thing before the div closes */
content: "."; /*Inline elements don't respond to the clear property*/
display: block; /*Ensure the period is not visible */
height: 0; /*Make the container clear the period */
clear: both; /*Further ensures the period is not visible */
visibility: hidden;
}

/*A fix for IE Mac */

.clearfix {display: inline-block;}


/*The Holly hack for a bug in IE6 for Windows */
* html .clearfix {height: 1%;}
.clearfix{display:block;}


 #footer { 

	padding-top:1px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#000033;
	text-align:center;
} 
 #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#980100;
}
.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;
}

