body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #2e2e2e;
	background: url(/assets/images/misc/page-bg.gif) repeat-x top left #1f3b63;
}

/* commented backslash hack \*/ 
html, body {
	height: 100%;
} 
/* end hack */

html,body {
	margin: 0;
	padding: 0;
}

#outer {
	width: 100%;
	min-height: 100%;
	margin-bottom: -94px;
	height: auto;
}

* html #outer {
	height: 100%;
}

#siteouter {
	position: relative;
	width: 950px;
	margin: 16px auto 0px auto;
	padding: 0;
}

#headerouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 276px;
	margin: 0;
	padding: 0;
	background: url(/assets/images/header/header-bg.gif) repeat-x top left #ffffff;
}

#headerouter #flash {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 500px;
	height: 246px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#headerouter #headercontent {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 390px;
	height: 36px;
	margin: 95px 0px 0px 30px;
	padding: 0;
	text-align: left;
}

#headerouter #headercontent #logo {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 390px;
	height: 36px;
	margin: 0px 0px 30px 0px;
	padding: 0;
	text-align: left;
}

#headerouter #headercontent #introtext {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 390px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 0.8em;
}

#headershadow {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 950px;
	height: 22px;
	margin: 0;
	padding: 0;
}

#contentouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#contentinner {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 950px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	font-size: 0.8em;
}

#contentinner #nav {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 170px;
	font-size: 110%;
}

#contentinner #nav ul {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 170px;
	display: block;
	list-style: none;
}

#contentinner #nav ul li {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 170px;
	display: block;
	list-style: none;
}

#contentinner #nav ul li a {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 5px 0px 5px 10px;
	width: 160px;
	display: block;
	list-style: none;
	background: url(/assets/images/nav/arrow.gif) no-repeat 0px 8px;
	border-bottom: 1px dotted #5bace8;
	color: #ffffff;
}

#contentinner #nav ul li a:hover {
	color: #4b9ee9;
}

#contentinner #nav ul li ul li a {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 5px 0px 5px 20px;
	width: 150px;
	display: block;
	list-style: none;
	background: url(/assets/images/nav/arrow.gif) no-repeat 10px 8px;
	border-bottom: 1px dotted #5bace8;
	color: #ffffff;
	font-size: 0.85em;
}

#contentinner #nav ul li ul li ul li a {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 5px 0px 5px 30px;
	width: 140px;
	display: block;
	list-style: none;
	background: url(/assets/images/nav/arrow.gif) no-repeat 20px 8px;
	border-bottom: 1px dotted #5bace8;
	color: #ffffff;
	font-size: 0.85em;
}

#contentinner #content {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 770px;
	text-align: left;
	color: #ffffff;
}

#contentinner #content h2 {
	margin-bottom: 10px;
}

#contentinner #content #contentcolumnone h2 {
	margin-bottom: 0px;
}

#contentinner #content #contentcolumntwo h2 {
	margin-bottom: 0px;
}

#contentinner #content #contentcolumnone {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 455px;
	text-align: left;
}

#contentinner #content #contentcolumntwo {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 300px;
	text-align: left;
}

/* start accordion */

.Accordion {
	position: relative;
	float: left;
	overflow: hidden;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	background: url(../images/titles/accordian-title.gif) no-repeat top left;
	width: 455px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	margin: 1px 0px 0px 0px;
	text-indent: 8px;
	color: #1c509d;
	font-size: 100%;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 113px;
	width: 100%;
}

.AccordionPanelContent .innercontent {
	width: 441px;
	height: 102px;
	padding: 4px;
	border-left: solid 3px #7091c2;
	border-right: solid 3px #7091c2;
	border-bottom: solid 3px #7091c2;
	background-color: #ffffff;
}

.AccordionPanelContent img {
	float: left;
	border: 1px solid #2e2e2e;
	margin: 0px 10px 0px 0px;
}

.AccordionPanelContent p {
	padding: 0;
	margin: 0;
}

.AccordionPanelContent a {
	color: #2e2e2e;
}

.AccordionPanelOpen .AccordionPanelTab {
	background: url(../images/titles/accordian-title-current.gif) no-repeat top left;
	color: #ffffff;
}

.AccordionPanelTabHover {
	background: url(../images/titles/accordian-title-current.gif) no-repeat top left;
	color: #ffffff;
}

.AccordionPanelOpen .AccordionPanelTabHover {
	background: url(../images/titles/accordian-title-current.gif) no-repeat top left;
	color: #ffffff;
}

/* end accordion */

.staticaccordion {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 300px;
}

#contentinner #content .staticaccordion h2 {
	background: url(../images/titles/accordian-title-current.gif) repeat-x top left;
	width: 300px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	text-indent: 8px;
	color: #ffffff;
	font-size: 100%;
}

.staticaccordion .staticontent {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 14px;
	border-left: solid 3px #7091c2;
	border-right: solid 3px #7091c2;
	border-bottom: solid 3px #7091c2;
	background-color: #ffffff;
	width: 266px;
	height: 206px;
	color: #2e2e2e;
}

.staticaccordion .staticontent img {
	border: 1px solid #2e2e2e;
	width: 213px;
	margin: 0px 0px 10px 25px;
}

.staticaccordion .staticontent p {
	margin: 0px;
	padding: 0;
}

.contentbox {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 4px;
	padding: 0;
	width: 247px;
}

#contentinner #content .contentbox h2 {
	background: url(../images/titles/accordian-title-current.gif) no-repeat top left #7192c3;
	width: 227px;
	height: 40px;
	line-height: 20px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	font-size: 100%;
	text-indent: 0px;
}

.newsimages {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 300px;
	margin: 0;
	padding: 0;
}

.newsimages img {
	border: 1px solid #4b9ee9;
	margin-bottom: 10px;
}

.newsstory {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 450px;
	margin: 0;
	padding: 0;
	text-align: left;
}

h2 a {
	color: #ffffff;
}

h2 a:hover {
	color: #154387;
	font-weight: normal;
	text-decoration: none;
}

.contentbox .staticontent {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 14px;
	border-left: solid 3px #7091c2;
	border-right: solid 3px #7091c2;
	border-bottom: solid 3px #7091c2;
	background-color: #ffffff;
	width: 213px;
	color: #2e2e2e;
}

.contentbox .staticontent img {
	border: 1px solid #2e2e2e;
}

.contentbox .staticontent p {
	margin: 0;
	padding: 0;
}

.morelink {
	float: right;
	margin: 0;
	padding: 0;
}

#clearfooter {
	clear: both;
	height: 124px;
}

#footer {
	clear: both;
	width: 100%;
	height: 94px;
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
	background: url(/assets/images/footer/bg.gif) repeat-x top left #183154;
	color: #ffffff;
}

#footerinner {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

#footer #footerleft {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 15px 0px 0px 0px;
	padding: 0;
	width: 40%;
}

#footer #footerright {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 15px 0px 0px 0px;
	padding: 0;
	width: 40%;
	text-align: right;
}

#footer ul {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	list-style: none;
}
	
#footer ul li {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	list-style: none;
}

#footer ul li a {
	color: #ffffff;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #4b9ee9;
	text-decoration: none;
}

a {
	color: #4b9ee9;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #154387;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	color: #ffffff;
	font-family: "Trebuchet", Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-style: normal;
	font-weight: normal;
}

h1 a {
	color: #ffffff;
}

#headerouter h1 {
	width: 380px;
	text-align: center;
	color: #23326c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
}

h2 {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	background: url(/assets/images/misc/h2-background.gif) repeat-x top left;
	font-size: 115%;
	color: #ffffff;
	font-weight: normal;
	text-indent: 10px;
}

h3 {
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.greytext {
	color: #444445;
}

ul#sitemap {
	font-weight: bold;
	list-style-type: square;
	color: #1d519e;
}

ul#sitemap li {
	color: #1d519e;
	font-family: arial, helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 0px 5px 0px;
}

ul#sitemap li a {
	color: #1d519e;
	text-decoration: none;
}

ul#sitemap li a:hover {
	color: #5bace8;
	text-decoration: none;
}

.tableheading {
	position: relative;
	float: left;
	background: url(../images/titles/accordian-title.gif) repeat-x top left;
	color: #1c509d;
	padding: 6px;
	font-weight: normal;
	width: 758px;
	margin: 10px 0px 0px 0px;
}

.tablerow {
	padding: 4px;
	width: 758px;
	border-bottom: 1px solid #e6e6e8;
}

#news {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#news li {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 8px 0px 8px 0px;
	list-style: none;
	width: 100%;
	border-bottom: 1px dotted #4b9ee9;
}

#news li .title {
	color: #4b9ee9;
	font-size: 110%;
}

#news li .image {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 210px;
}

#news li img {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #4b9ee9;
}

#news li a {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	display: inline;
}

#news li a:hover {
	color: #ffffff;
}

.paging {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0;
	text-align: right;
	height: 20px;
}

.paging ul {
	list-style: none;
	display: inline;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.paging ul li {
	list-style: none;
	display: inline;
}

.paging ul li a {
	border: 1px solid #5bace8;
	padding: 0px 4px 0px 4px;
	margin: 0px 2px 0px 2px;
}

.paging ul li a:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.formitem {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #5bace8;
	color: #5bace8;
}

.styledlisting {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 8px 0px 8px 0px;
	width: 100%;
	border-bottom: 1px dotted #4b9ee9;
}

.styledlisting .image {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 210px;
}

.styledlisting .text {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 550px;
}

.styledlisting .title {
	color: #4b9ee9;
	font-size: 110%;
}

.styledlisting img {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #4b9ee9;
}

.styledlisting a {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	display: inline;
}

.styledlisting a:hover {
	color: #ffffff;
}