body {
	margin:20px 0 0 0;
	padding:0px;
	background-image:url(../images/bg.gif); 
	background-repeat:no-repeat; 
	background-position:top;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color:#232323;
	font-size:11px;
	line-height:15px;
	text-align:center;
	}


/* TEXT */
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:5px;
	letter-spacing:.05em;
	color:#036a9b;
	font-weight:800;
	}


h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:5px;
	color:#036a9b;
	}
	
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	margin-top:5px;
	color:#999999;
	}
	
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	color:#036a9b;
	}

p {
	margin-top:0px;
	}

.text {
	padding: 15px;
	}
	
.heading {
	font-weight:600;
	color:#882900;
	}
	
.light {
	color:#fbf7df;
	padding:5px;
	}
	
	
ul, li {
	margin-top:0px;
	padding-top:0px;
	}
	
ul li{
	list-style-image:url(../images/arrow.gif);
	list-style-position:inside;
	}
	

/* LAYOUT */
#container_top{
	width:554px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#nav {
	width:780px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	}
	


	
div.clear {
	background-color:#FFFFFF;
	clear:both;
	}
		
div.indent {
	padding-left:20px;
	padding-bottom:10px;
	}
	
ul {
	list-style: disc url(../images/arrow.gif) inside;
	margin-left: 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
	}

/* LINKS */
a{
	color: #297cae;
}

a:visited{
	color: #297cae;
}

a:hover {
	color: #f78f1d;
}

#footer_sub a{
	color:#999999;
	text-decoration:none;
}

#footer_sub a:visited{
	color: #999999;
}

#footer_sub a:hover {
	text-decoration: none;
	background-color: #eeeeee;
	color:#297cae;
}


#sidebar a{
	text-decoration: none;
	color: #297cae;
	width:125px;
	padding: 5px 0 5px 5px;
	line-height:15px;
	display:block;
	font-weight:600;
}

#sidebar a:visited{	
	text-decoration: none;
	color: #297cae;
	width:125px;
	padding: 5px 0 5px 5px;
	line-height:15px;
	display:block;
	font-weight:600;
}

#sidebar a:hover {
	text-decoration: none;
	background-color: #f78f1d;
	color:#ffffff;
	width:125px;
	padding: 5px 0 5px 5px;
	display:block;
	line-height:15px;
	font-weight:600;
}

#container { 
	width: 780px;  /* 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. */
} 
#header { 
	background: #FFFFFF; 
	padding: 0 10px 0 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. */
	margin-bottom:20px;
} 
#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 */
}
#sidebar_home {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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:url(../images/bg_sidebar_home.jpg);
	background-repeat:no-repeat;
	padding: 15px 10px 15px 20px;
	border:1px solid #CCCCCC;
}

#mainContent_home { 
	margin: 0 0 0 250px; /* 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. */
} 

	
div.box_content_home{
	border:1px solid #CCCCCC;
	width:525px;
	background:url(../images/bg_box_content.jpg);
	background-repeat:no-repeat;
	margin-top:15px;
	}


#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* 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:url(../images/bg_sidebar_int.jpg);
	background-repeat:no-repeat;
	padding: 15px 10px 15px 20px;
	border:1px solid #CCCCCC;
	line-height:25px;
	font-size:12px;
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px");
}

#mainContent { 
	margin: 0 0 0 195px; /* 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. */
} 

	
div.box_line{
	border:1px solid #CCCCCC;
	width:595px;
	}

div.box_content{
	border:1px solid #cccccc;
	width:580px;
	background:url(../images/bg_content_int.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px");
	}
	
.padded { padding:10px; }

#footer {
	width:780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	height:80px;
	padding: 0px 0 10px 0;
	text-align: center; 
	background:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	border:1px solid #CCCCCC;
	}
	
	#footer #footer_left {
		float:left; 
		width:400px; 
		height:80px;
		padding:0px 0 10px 10px;
		text-align:left
		}
		
	#footer #footer_right {
		height:80px;
		text-align:right; 
		padding:20px 15px 10px 0;
		}

#footer_sub {
	width:780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: center; 
	color:#CCCCCC;
	}

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


