

/* layout */
body { font-family: arial, verdana, sans-serif; font-size: 11px; padding: 0px; margin: 0px; }
#simple-header-top   { background: #00457c url(/images/simplehdr_bkg_top_shadow.gif) repeat-x left bottom }
#simple-header-middle    { padding: 40px 10px 10px 0px; }
a#home-link { display: block; margin: 0px 0px 0px 15px; }
#simple-header-middle a   { color: #395b96; font-size: 10px; font-family: Arial; text-decoration: none; margin-top: 0px; margin-bottom: 0px; padding: 1px 5px; border-left: 1px solid #395b96 }
#simple-header-middle a:hover { color: #395b96; font-size: 10px; font-family: Arial; text-decoration: underline; margin-top: 0px; margin-bottom: 0px; padding: 1px 5px; border-left: 1px solid #395b96 }
#simple-header-bottom { background: white url(/images/simplehdr_bkg_lower_shadow.gif) repeat-x; padding-bottom: 15px }
#simple-footer { color: #535353; font-size: 10px; font-family: Arial; background: white url(/images/simpleftr_bkg_shadow.gif) repeat-x 0px 15px; padding-top: 30px; padding-bottom: 40px }
#simple-footer a { color: #535353; text-decoration: underline }
#simple-footer a:hover { color: #535353; text-decoration: none }

input { font-family: arial, verdana, sans-serif; font-size: 11px; )

/* styles from sp_styles.css */
h1 {
	background-color: #385A8A;
	font-size: 19px;
	line-height: 46px;
	padding-left: 20px;
	height: 46px;
	color: #ffffff;
	display: block;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}


h2 {
	font-size: 16px;
	line-height: 20px;
	color: #2E5A94;
	padding: 10px 0px 3px;
	margin: 0px 0px 7px;
	border-bottom: 1px solid #CCCCCC;
	clear: left;
	display:block;
}

h3 {
	font-size: 13px;
	line-height: 16px;
	padding: 10px 0px 0px;
	margin: 0px 0px 7px;
	color: #2E5A94;
}

td {
	font-size:11px;
	}

p {
	margin: 0px;
	padding: 0px 0px 10px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}
a {
	color: #2E5A94;
	text-decoration: underline;
	white-space: normal;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0px 5px 10px 5px;
	margin: 0px 0px 5px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	/*border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;*/
}

ol {
	padding: 10px 25px 10px 25px;
	margin: 0px 0px 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;	
}

ul li {
	padding-left: 10px;
	margin: 0px;
	background: transparent url(/images/ul_arrow.jpg) no-repeat 0px 6px;
}

ul li ul, ol ol {
	margin: 0px 1px;
	padding: 0px;
	border: none;
}

ul li ul li {
	padding-left: 15px;
	margin: 0px;
	background: transparent url(/images/ul_ul_arrow.jpg) no-repeat 0px 3px;
}

hr {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
