body  {
	font-family: Arial,'Lucida Grande', Verdana, Sans-Serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; 
	font-size:12px;
	line-height:15px;
	color: #000000;
		background-image:url(images/background_texture.gif)	;
		background-position:top left;
}
img { border:0 none; 
	}


A 			{ color:#0056AA; text-decoration: none; }
A:link		{ color: #0056AA; text-decoration: none; }
A:visited	{ color: #000000; text-decoration: none; }
A:active	{ color: #000000; }
A:hover		{ color: #688A92; text-decoration:underline }

h1 {
color:#0056AA;
font-size:13px;
margin:0;
padding:5px 10px;
text-transform:uppercase;
}
h2 {
color:#688A92;
font-size:14px;
margin:0;
padding:0;

}
#container { 
	width: 1023px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	padding:0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px;
	border-style:solid;
	border-color:#000;
	text-align: left; /* this overrides the text-align: center on the body element. */
		background-image:url(images/background.gif)
} 
#container-inner { 
	width: 1023px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
		background-image:url(images/sidebar_background.gif)	;
		background-position:top left;
		background-repeat:repeat-y;
} 
#container-inner2 { 
	width: 1023px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
} 
#nav {
height:94px;
float:right;
margin:27px 0 0 0;
padding:0;
display:inline;
}
.button {
height:24px;
	width:140px;
	float:left;
	text-align:center;
	padding:75px 0 0 0;
	margin:0;
} 
.button_logo {
height:24px;
	background-image:url(images/clear_logo.png)	;
	width:140px;
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	text-align:center;
	padding:75px 0 0 0;
	margin:0;
} 
.spacer {
height:24px;
color:#FFFFFF;
	float:left;
	text-align:center;
	padding:75px 0 0 0;
	margin:0;
} 
#header { 
	background: #1c54bb; 
	margin:0;
	padding:0 ; 	
	height:121px;
	font-size:11px;
	text-transform:uppercase;
	border-bottom: 1px;
	border-top: 0;
	border-right: 0;
	border-left:0;
	border-style:solid;
	border-color:#000;
	background-image:url(images/random_background6.jpg)	;
		background-position:top left;
		background-repeat:no-repeat;
} 
#header a, #header a:link, #headera:hover { 
	color:#fff;
	margin:0;
	padding:0; 	
	font-size:11px;
	text-transform:uppercase;
} 
#header li, #header ul, #footer li, #footer ul {
display:inline;
border:0;
padding:0px;
}
#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 360px; 
	
	padding: 25px 10px 15px 20px;
	
}

#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; 
background-image:url(images/sidebar_blend.jpg)	;
		background-position:top left;
		background-repeat:repeat-x;	
	padding: 25px 0 15px 0;
	min-height:600px;
}

#sidebar2 li {
padding:10px 0 10px 0;
list-style:none;
margin:0;
}
#sidebar2 p {
padding:10px 0 10px 10px;
margin:0;
}
#sidebar2 ul {
padding:0;
margin:0;
}
.side_button {
height:24px;
	
	width:180px;
	
	text-align:left;
	padding:10px;
	margin:0;
} 
.side_button_current {
height:auto;
	background-color:#D6DEF1;
	width:180px;
	
	text-align:left;
		padding:10px;
	margin:0;
} 
#bluebox {
background-color:#D6DEF1;
display:block;

}

#contenttext
{
	padding: 20px 20px 20px 20px;
}

#mainContent { 

	margin: 0 0 0 402px; /* the left margin on this div element creates the column down the left 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. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:600px;
} 
#mainContent2 { 
width:820px;
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left 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. */
	padding: 50px 0 50px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:600px;
	background-color:#FFFFFF;
} 
#mainContent a {
color:#688A92;}
#footer { 
	height:25px;
	margin: 0; 
	border-bottom: 0;
	border-top: 1px;
	border-right: 0;
	border-left:0;
	border-style:solid;
	border-color:#000;	
background-image:url(images/footer_background.gif);
	background-repeat:repeat-y;
	background-position:top left;

	font-size:9px;
	text-align:left;
	margin: 0; 
	padding: 5px;
	color:#000;
}
.designby {
height:24px;
	float:right;
	text-align:right;
	display:inline;
	margin:0;
}
.copyright {
height:24px;
	float:left;
	text-align:left;
	display:inline;
	margin: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;
}
--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
