.style2 {
	font-size: 9px
}
*
{
	margin:0;
	padding:0;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #506780;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #333333;
	width: auto;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

img.alignleft {
	float: left;
	padding-bottom: 5px;
	padding-right: 15px;
	background-position: top;
}

img.alignright {
	float: right;
	padding-left: 15px;
	padding-bottom: 5px;
	background-position: top;
}

.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-color: #bfccd9;
} 
.twoColFixLtHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #3B4B5D;
} 
.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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1, #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #bfccd9;
	text-align: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.twoColFixLtHdr #mainContent {
	background-color: #bfccd9;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 600px;
	display: block;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #bfccd9;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #663300;
}
a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	text-decoration: underline;
}
.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;
	background-color: #3B4B5D;
}
.fltrt { /* this clss 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;
}
p {
	font-size: small;
}

p.quote {
      margin-left: 2em;
      padding: .5em;
      font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
      font-style: italic;
}

ul {
	list-style-image: none;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	z-index: 5(value);
}

.sitemap ul li{
	list-style-type: square;	
}

ol {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	z-index: 5(value);
}

.roundtopsmall {
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
}

#top .searchbox {
    bottom: 0px;
}
#top .searchbox {
    position: absolute;
    right: 10px;
    height: 42px;
    font-size: 70%;
    white-space: nowrap;
    text-align: right;
    color: white;
    background-color: #000000;
    z-index:0;
    background-repeat: no-repeat;
    background-position: top left;
    bottom: -1px; /* compensate for IE rendering issue */
}

#top .searchbox form {
    padding: 5px 10px;
    margin: 0;
}
#top .searchbox p {
    padding: 0 0 2px 0;
    margin: 0;
}
#top .searchbox input {
    font-size: 100%;
}

