@charset "UTF-8";
body {
	font: Palatino; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
#mainContent #logo a{
	text-decoration: none;
	color: #FFFFFF;
	outline: none;
}
#mainContent  a {
	color: #5B69A7;
	text-decoration: none;
	font-weight: lighter;
	border: 0;
	outline:0;
}
#maincontent a:hover {
color: #5B69A7;
text-decoration: underline;
font-weight: lighter;
}
#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;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FFFFFF;  /* 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. */
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	background: #FFFFFF;
	padding: auto;
}
#footer {
	background:#FFFFFF;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
} #container #mainContent #horizontalnavigation {
	margin-left: 130px;
	color: #5968A6;
	font-size: 16px;
	font-weight: lighter;
	margin-top: 15px;
	line-height: 30px;
	list-style: none;
} #container #mainContent #horizontalnavigation a:hover {
	color: #5B69A7;
	text-decoration: underline;
	list-style: none;
	outline: none;
}
.oneColFixCtrHdr #container #mainContent #logo {
outline: none;
border: none;
background: none;
}
ul {
list-style: none;
margin: 0px;
}
li {
	list-style: none;
	margin: 0px;
}

