html, body {
	height: 100%;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #80bbde;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	color: #9f213e;
	padding-bottom: 15px;
	font-weight:normal;
}
h1, h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
strong, em {
	font-family:"Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}
a {
	color: #058fda;
}
a:hover {
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
img.clear {
	display: block;
	height: 0px;
}
.alignright {
	float: right;
	height: 159px;
	width: 231px;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
p {
	padding-bottom: 15px;
}
#container {
	background-image: url(/images/page-bg.png);
	background-repeat: repeat-y;
	width: 900px;
	padding-right: 24px;
	padding-left: 24px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	min-height: 100%;
}
#header1 {
	background-image: url(/images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 900px;
}
#header1   h1 span  {
	display: none;
}
#header1 h1 {
	display: block;
	float: left;
	padding: 15px 0 0 12px;
}
#nav {
	height: 36px;
	padding-left: 0px;
	padding-top: 18px;
}
#nav li {
	display: block;
	float: left;
	margin: 0 4px;
	padding: 0 0 0 10px;
}
#nav li a {
	text-decoration: none;
	display: block;
	font-size: 18px;
	padding-left: 10px;
	color: #1b4374;
	height: 36px;
	padding-right: 15px;
	padding-left: 5px;
	line-height: 36px;
	float: left;
}
#nav li a:hover {
	color: #000033;
}
#nav .current_page_item, #nav .current_page_parent {
	background-image: url(/images/tab-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav .current_page_item a, #nav .current_page_parent a {
	background-image: url(/images/tab-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFFFFF;
}
#subnav {
	/*height: 82px;*/
	width: 880px;
	background-image: url(/images/subnav-bg.gif);
	background-repeat: repeat-x;
	padding-left: 20px;
	background-position: top;
	background-color: #00679A;
}
#subnav li {
	display: block;
	float: left;
	margin-right: 20px;
	line-height: 41px;
	white-space:nowrap;
}
#subnav li a {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	float: left;
}
#subnav .current_page_item a {
	color: #FFFFFF;
	background-image: url(/images/pointer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#subnav li a:hover {
	color: #FFFFFF;
}
#page {
	background-image: url(/images/page-top-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 900px;
	padding-bottom: 128px;
}
#primary {
	float: left;
	width: 557px;
	margin-top: 30px;
	padding-left: 25px;
}
#primary h1 {
	font-size: 18px;
	color: #9f213e;
	padding-bottom: 15px;
}
.secondary {
	float: right;
	padding-right: 25px;
	margin-top: 30px;
	width: 270px;
}
.secondaryh2 {
	padding-left: 12px;
}
.secondary #newHere {
	padding-left: 12px;
}
#page h2 {
	font-size: 18px;
	color: #9f213e;
	padding-bottom: 15px;
}
#ssp {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	width: 802px;
}
#home-boxes {
	width: 876px;
	margin-top: 30px;
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 25px;
}
#home-boxes .home-box {
	width: 195px;
	float: left;
	margin-right: 31px;
}
#home-boxes #last {
	margin-right: 0px;
}
#home-boxes .home-box li {
	margin-bottom: 15px;
	padding-left: 25px;
	background-image: url(/images/doc-icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style: none;
}

#footer1 {
	clear: both;
	height: 128px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -128px;
	color: #CCCCCC;
}
#page-bottom {
	background-image: url(/images/page-bottom-bg.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 19px;
}
#footer1 a {
	color: #FFFFFF;
}
#footer1 .content {
	background-image: url(/images/footer-bg.gif);
	background-repeat: repeat-x;
	height: 89px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}