@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Century Gothic, Helvetica, sans-serif;
	color: #000000;
	background:#ffffff;
	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 */
}
img {
	border:0;
	margin:0;
	padding:0;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 10px 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. */
}
/*  top level content  */
#main {
	background: #ffffff;
	width:580px;
    margin:0 0 0 200px;
    border: 0;
    padding: 0 20px 20px 0;
    }

#main p {
	text-align:left;
	font-family: Arial, Century Gothic, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.4em;
    margin:0 0 0 0;
    padding: 0 0 5px 0;
    }

#main a {
	color:#5B8EA9;
	font-weight:bold;
	text-decoration:none;
}

#main a:hover {
	color:#D8531E;
}

#main ul {
	background-color:#ffffff;
	margin: 0;
	padding:0;
	list-style-type:disc;
	font-size:.8em;
	line-height:2.1em;
}

#main ul li {
	color:#000;
	text-decoration:none;
	margin-left:15px;
}

#footer {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	clear:both;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; 
	border-top: 1px solid #cccccc;
}

#footer p {
	text-align: center;
	color: #777777;
	font-size: .7em;
	line-height: 1.1em;
}

h1 {
font-family: Arial, Century Gothic, Helvetica, sans-serif;
font-size: 2em;
line-height: 1.2em;
font-weight: normal;
color: #6f767d;
}

h2 {
font-family: Arial, Century Gothic, Helvetica, sans-serif;
font-size: 1.8em;
line-height: 1.2em;
font-weight: normal;
color: #00324e;
}

h3 {
font-family: Arial, Century Gothic, Helvetica, sans-serif;
font-size: 1.4em;
line-height: 1.2em;
font-weight: normal;
color: #8db0c3;
}

h4 {
font-family: Arial, Century Gothic, Helvetica, sans-serif;
font-size: 1.2em;
line-height: 1.2em;
font-weight: bold;
color: #6988a6;
}

h5 {
font-family: Arial, Century Gothic, Helvetica, sans-serif;
font-size: 1em;
line-height: 1.2em;
font-weight: bold;
font-style: italic;
color: #899098;
}

h6 {
font-family: Georgia, Garamond, serif;
font-size: 1em;
line-height: 1.2em;
font-weight: bold;
font-style: normal;
color: #db34cd;
}

