@charset "UTF-8";

BODY {
margin: 0em 0% 0em 0%;
padding: 0em 0% 0em 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: .8em/1.5 Arial, Helvetica, sans-serif;
color:#727169;
cursor: default;
background-color: #B5D5FF;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: none;
	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. */
}

CAPTION {margin: 0em 0% 0em 0%;
line-height: 1}
 
H1 {
	font: 2em/1.33em;
	margin: 1.3em 0 .33em 7%;
	color: #8D8873
}

H2 {
font: 1.4em/1.33em;
margin: 1em 0 -.2em 7%;
color: #044D91
}

H3 {
font: 1.4em/1.33em;
margin: 1em 0 0em 7%;
color: #044D91
}

H4 {
font: 1.1em/1.33em;
margin: 0em 0 .33em 7%;
color: #AAA48C
}

H5 {
font: 1.17em/1.33em;
margin: 1.17em 0 .33em 7%;
color: #044D91
}

H6 {
font: 1em/1.33em;
margin: 1em 0 .33em 7%;
color: #044D91
}

.twoColFixLtHdr #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 */
}

p {
margin: 1em 7%;
text-align: left;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
	margin: 0px;
}
.twoColFixLtHdr #mainContentHmanagement {
	height: 50px;
	width: 550px;
	margin: 0;
	background-image: url(../images/h2_management.jpg);
	float: right;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page. */
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContentOneColumn {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page. */
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
/* Fonts */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, OL, P, TD, TH, UL {
font-family: Arial, Helvetica, sans-serif
}
.twoColFixLtHdr #footer {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(../_images/footer.png);
	width: 780px;
	height: 70px;
} 
.twoColFixLtHdr #footer p {
	font: .8em/1.5 Arial, Helvetica, sans-serif;
	padding-top: 42px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: right;
}
.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;
}
h2 img {
margin: 15px 0 5px 0;
}
.twoColFixLtHdr #container #mainContent #homepage p {
	margin-left: 185px;
}
