@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;

}
body {
	background-color: #dce48c;
}





#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#navbar {
	background-color: #efa82f;
	height: 40px;
	padding-left: 35px;
}

#footer {
	background-color: #1e381b;
	height: 76px;
	background-image: url(../images/Footer-Logos.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 35px;
	line-height: 74px;
	margin-top: 0px;
	position: relative;
}
#footer #footer-link {
	position: absolute;
	width: 390px;
	top: 8px;
	right: 0px;
	height: 60px;
}

#content {
	padding-left: 35px;
	background-color: #fff;
	padding-top: 35px;
	margin: 0;
	margin-bottom: 0px;
}

.img-right {
	float: right;
	margin-left: 25px;
	clear: both;
	margin-bottom: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #1c381b;
	margin-bottom: 15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #efa82f;
	margin-bottom: 15px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.2em;
}
#navbar a:link, #navbar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 36px;
	padding-right: 35px;
}

#navbar a:hover, #navbar a:active {
	color: #1c381b;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
}

#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#sps-link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	text-align: center;
}
#sps-link a:link, #sps-link a:visited {
	color: #333;
	text-decoration: none;
}
#sps-link a:hover, #sps-link a:active {
	color: #036;
	text-decoration: underline;
}

