@charset "UTF-8";

html,
body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */


}
body {
margin:0;
padding:0;
} 
html>body #wrap {height:100%;} /* 100 % height */
#header {
	width:100%;
	height:203px;
	
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {height:100%;} /* 100 % height */
html>body #content {
	/* padding:300px 1em; 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
	margin-left:auto;
	margin-right:auto;
	width:970px;
	padding-top:203px;
	padding-bottom:36px;
	border-left: 1px solid #999999; border-right: 1px solid #999999;
	border-bottom: 0px;
} 
#footer {
	width:100%;
	height:35px;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

/* Styling to make this demo page look just a little bit better */
html,
body {
	background-color: #F1F5F6;
}

#header,
#footer {
	text-align:center;
}


#wrap #content-wrap #content #contentbody {
	/* background-color: #d1d1d1;*/
}
#wrap #content-wrap #content #contentbody #leftcontent {
	width: 205px;
	float: left;
	background-color: #dbdbdb;
	margin: 5px;
	padding: 5px;
}
#wrap #content-wrap #content #contentbody #rightcontent {
	width: 730px;
	float: left;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	background-color: #dbdbdb;
	padding: 5px;
}

#wrap #content-wrap #content #contentbody #rightcontent li {
	margin-bottom: 5px;
}

#wrap #content-wrap #content #contentbody #leftcontenthome {
	width: 250px;
	float: left;
	background-color: #dbdbdb;
	margin: 5px;
	padding: 5px;
}
#wrap #content-wrap #content #contentbody #rightcontenthome {
	width: 680px;
	float: right;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	background-color: #dbdbdb;
	padding: 5px;
}

#wrap #content-wrap #content #contentbody #rightcontenthome li {
	margin-bottom: 5px;
}

#wrap #header #subnav {
	width:955px;
	height:23px;
	margin-left: auto;
	margin-right: auto;
	background-color: #666666;
	text-align:left;
	padding-top: 7px;
	padding-left: 15px;
	margin-top: 0px;
}

#wrap #header #menuLink {
	text-decoration: none;
	color: #182597;
}
#wrap #header #menuLink:Hover {
	color: #555555;
}



.headerfont {
	color: #0e238a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.contentintrotext {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A46F22;
	line-height: 20px;
}
.contenttext {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.contentheader {font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 16px; font-weight: bold; }
.navover {color: #A46F22}

/* sIFR styles  */
   h1 {
	color: #0e238a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    }

h1 {
	color: #0e238a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}
h1 a {
	color: #0e238a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	color: #0e238a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


h5 {
	font-family: Arial;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 12px;
	line-height: 1em;
	color: #ffffff;
}
h5 a {
	color: #ffffff;
	text-decoration: none;
}



h6 {
	font-family: Arial;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	line-height: 1em;
	color: #ffffff;
}
h6 a {
	color: #ffffff;
	text-decoration: none;
}


#wrap #header img {
	margin: auto;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#wrap #header #topnavigation {
	background-image: url(../images/navigation2.jpg);
	height: 30px;
	width: 935px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-right: 35px;
	padding-top: 12px;
}
#breadcrumbs, #breadcrumbs p {
	font-size: 10px;
}
