@charset "utf-8";
html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
}
body  {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #00addd;
	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 */
	color: #333;
	font-size:12px;
}
h1, h2, h3	{
	font-family:Arial, Helvetica, sans-serif;
	color:#f15a22;
}
#container { 
	width: 760px; 
	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. */
} 
#header { 
	background-image:url(/images/ssiheader.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:130px;
	clear:both;
	width:760px;
	float:left;
} 
#header h1 {
	padding: 10px 0; 
	color:#09c;
	text-transform:uppercase;
	margin:10px 0 0 220px;
	font-size:34px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#myslidemenu	{
	background-color:#a0d5b5;
	padding-left:210px;
	width:550px;
	float:left;
	border-bottom:#00853f solid 1px;
}

#mainContent h1, h2, h3	{
	padding:7px 0;
}

#mainContent h2	{
	font-size:14px;
}

#mainContent h3	{
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
}

#mainContent ul	{
	margin:0 0 5px 30px;
}

#mainContent p	{
	margin:10px 0;
}

#mainContent a:link	{
	color:#f15a22;
}

#mainContent a:hover	{
	color:#09c;
}

#mainContent a:visited	{
	color:#09c;
}

#mainContent blockquote	{
	margin:0px 14px 14px 30px;
}

#footer {
	padding: 0 10px 0 15px;
	height:50px;
	background-color: #CAF3FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #77E0FF;
} 
#footer p	{
	padding-top:15px;
}
#footer a	{
	color:#00853f;
}
#footer a:hover	{
	text-decoration:none;
}
.floatright { 
	float: right;
	margin-left: 8px;
}
.floatleft { 
	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;
}
#sidebar1 a	{
	color:#000;
}