* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #006;
	margin-top: 10px;
	background-image: url(images/bamboo_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
div#container {
	width: 950px;
	margin: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	text-align: justify;
	background-color: #FFF;
}
div#header {
	background-image: url(images/ssfheader.jpg);
	background-repeat: no-repeat;
	height: 152px;
	background-position: 155px 5px;
}
div#left {
	float: left;
	width: 150px;
	margin: 5px;
	padding: 5px;
	margin-top: -145px;

}
div#center {
	margin-left: 180px;
	margin-right: 20px;
	margin-top: 10px;
	padding-bottom: 15px;
}
p {
	margin-bottom: 10px;
	line-height: 125%;
	font-size: 1em;
}
div#left ul {
	list-style-type: none;
	font-size: .9em;
	border-bottom: 1px solid #002440;
}
div#left ul li {
	line-height: 150%;
	border-top: 1px solid #002440;
	padding: 5px;
	background: none;
}

div#left ul li a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	display: block;
	padding-left: 10px;
}
div#left ul li a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	display: block;
	padding-left: 10px;
}
div#left ul li a:hover {
	color: #FFF;
	font-weight: bold;
	background-color: #002440;
}

div#left ul li.menu {
	border: none;
	line-height: 100%;
	font-weight: bold;
	font-size: .8em;
	color: #010F40;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 35px;
	padding-top: 2px;

}
div#left ul li.menu a:link {
	color: #000;
	background-color: #FFF;
	padding-left: 0px;
}
div#left ul li.menu a:visited {
	color: #000;
	background-color: #FFF;
	padding-left: 0px;
}
div#left ul li.menu a:hover {
	text-decoration: underline;
	color: #000;
	background-color: #FFF;
}

ol {
	margin-left: 25px;
	padding-bottom: 20px;


}
ol.pic {
	margin-left: 330px;
	margin-bottom: 20px;
}
h1 {
	font-size: 1.2em;
	margin-top: 10px;

}

h2 {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: .95em;
	margin-top: 10px;
}

h4 {
	font-size: 1.1em;
	font-style: italic;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #010F40;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
form {
	text-align: center;
	width: 210px;
	margin: auto;
}
form.contact {
	width: 400px;
	margin: auto;
}
img {
	padding: 5px;
}
div#footer {
	clear: both;
	margin: 5px;
	text-align: center;
	font-size: .85em;
	border-top: 1px solid #002440;
	padding: 15px;
}
form {
	text-align: center;
}

