

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #000000;
}

#wrapper { 
 position: relative;
 margin-left: auto;
 margin-right: auto;
 width: 757px;
 border: 1px solid #666;
 min-height: 850px;
 }
* html #wrapper {height:850px} 

#homelink {
	position: absolute;
	top: 555px;
	left: 0px;
}

#header {
 color: #333;
 background-image: url(images/header.jpg);
 background-repeat: no-repeat;
 width: inherit;
 height: 100px;
 margin: 0px 0px 0px 0px;
 overflow: hidden;
}


#headerlinks {
	position: absolute;
	top: 22px;
	left: 305px;
}

#cookiecrumb {
	color: white;
	position: relative;
	top: -28px;
	left: 62px;
	width: 600px;
}

#leftcolumn { 
 position: absolute;
 top: 100px;
 left: 0px;
 margin: 10px;
 color: #B9D5EB;
 padding: 10px;
 width: 158px;
 line-height: 1.5em;
 border-style: solid;
 border-width: 5px;
}

#rightcolumn { 
 position: relative;
 text-align:justify;
 color: #000000;
 margin: 0px 25px 45px 215px;
}

#footer { 
 width: 757px;
 background-image: url(images/footer.jpg);
 margin-left: auto;
 margin-right: auto;
 height: 37px;
 border-color: #666666;
 border-right-style: solid;
 border-right-width: 1px;
 border-left-style: solid;
 border-left-width: 1px;
 border-bottom-style: solid;
 border-bottom-width: 1px;
}

#footerlinks {
	position: relative;
	top: 13px;
	left: 13px;
	width: 600px;
}


p {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #000000;
  line-height: 18px;
}

a {
  color: #00457B;
  text-decoration: none;
  
}
a:hover {
  color: #74ABD7;
  text-decoration: none;
  
}


#cookiecrumb a {
	color: white;

}

#cookiecrumb a:hover {
	color: #00457B;
    text-decoration: underline;

}

#leftcolumn h3 a {
  color: #00457B;
  text-decoration: underline;
  
}


a.white {
  color: white;
  text-decoration: none;
}
a.white:hover {
  color: #000;
  text-decoration: underline;
}

h1 {
  font-family: sans-serif;
  color: #DC1800;
  font-size: 18px;
  margin-bottom: 10px;
}
h2 {
  font-family: sans-serif;
  color: #00457B;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
}

h3 {
  font-family: sans-serif;
  background-repeat: no-repeat;
  color: #00457B;
  font-size: 12px;

}

.navlist
{
position: relative;
margin-left: 0;
padding-left: 0;
list-style: none;
}

.subnavlist
{
position: relative;
padding-bottom: 5px;
margin-left: 0;
padding-left: 0;
list-style: none;
}

.navlist li {
	list-style:none;
	padding-left:5px; 
	color: #000000;
}

.subnavlist li {
	list-style:none;
	background-image: none;
	padding-left:5px; 
	color: #000000;
	
}


.subnavlist a {
	color: #666666;
	text-decoration: none;
}

.subnavlist a:hover {
  color: #74ABD7;
 text-decoration: underline;
}


#rightcolumn ul li {
	list-style:disc;
	margin-left: 20px; 
	line-height: 18px;
	}
	
#rightcolumn ol li {
margin-left: 20px;
line-height: 18px;
text-align: left;
}

.breaker {
  clear: both;
}

img {
	border: none;
}

#rightcolumn img {
	border: none;
	padding: 10px;
}

.w3button {
	text-align: center;
	border: none;
}