@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 */
	font-size: 12px;
	color: #000000;
	background: #616998;
	font-family: Arial, Helvetica, sans-serif;  
	line-height: 1.4em;
	background-color: #616998;
}
a {
	color: #4a5596;
}
a:active {
	outline:none;
} 
.intro {
	font-family: Georgia, Cambria, "Times New Roman", serif;
	font-size: 18px;
	line-height: 1.4em;
}
h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ec751f;
	line-height: 1.4 ems;
}
h3  {
	font-family: Georgia, Cambria, "Times New Roman", serif;
	font-size: 16px;
	font-weight: normal;
	color: #ec751f;
	line-height: 1.4ems;
	font-style: italic;
}

	

#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	background-color: #f2e696;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#container2 {
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 20px;
	background-color: #f2e696;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

 #container2  h3  {
	font-family: Georgia, Cambria, "Times New Roman", serif;
	font-size: 16px;
	font-weight: normal;
	color: #ec751f;
	line-height: 1.4ems;
	font-style: italic;
} 


#header {
	line-height: normal;
	padding: 0;  /* 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: 0px;
	background-color: #ec751f;
	width: 800px;
} 

/*CSS for the menu*/ 
#menu_all {
	height: 35px;
	width: 800px;
/*	background-color: #f2e696; */
	background-color: #ec751f;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-transform: uppercase;
	 
}
#menu_all ul {display:inline;}
#menu_all li {
	list-style-type:none;
	text-decoration:none;
	float: left;
	padding-top: 8px;
	padding-right: 26px;
	padding-left: 30px;
	padding-bottom: 10px;
}
#menu_all a {
	color: #fff;
	font-weight: bold;
}
#menu_all a:hover {
	color: #ccc;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 450px;
	line-height: normal;
	background-color: #f2e696;
	height: 280px;
}

/* #sidebar1 h3 {
	font-family: arial, calibri, geneva, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

#sidebar1 a {
	font-family: Arial, Calibri, sans-serif;
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
}
 */

#mainContent {
	zoom: 1;
	background-color: #FFFFFF;
	min-height: 280px;
	padding: 15px 30px 0px 20px;
	width: auto;
	height: 285px;
} 

#footer {
	font-family: Arial, Calibri, sans-serif;
	background-color: #ec751f;
} 

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 8px 20px 10px 20px;
	color: #FFFFFF;
}

#footer a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}

.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;
	margin: auto;
}

[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif].sm {
	font-size: 12px;
}
.sm {
	font-size: 80%;
}
