/* Basic Headers */
h1,h2,h3,h4,h5,h6 {
margin: 0;
}
h1 {
font-size: 138.5%;
color:#00558C;
}
h2 {
font-size: 123.1%;
color:#00558C;
}
h3 {
font-size: 108%;
color:#00558C;
}
h4 {
font-size: 93%;
color:#00558C;
}

/* Paragraphs */
p {
margin: 0 0 1em 0;
}

/* Stop floats */
br {
clear: both;
}

/* lists */
div#maincontent #pnlTabs ul {
	margin: 0;
	padding: 0;
}
div#maincontent ul {
margin: 1em 2em;
list-style: disc outside;
}
div#maincontent ul li {
list-style: disc outside;
}
div#maincontent ol {
margin: 1em 2em;
list-style: decimal outside;
}
div#maincontent ol li {
list-style: decimal outside;
}
div#promowrapper ul, div#promowrapper ul li {
list-style: none;
margin: 0;
}


/*links*/
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}


/* Custom Bits */
h2.title1 span {
background-color: #cbd9e0;
border-left: 3px solid #ed0776;
font-weight: bold;
color: #006699;
padding: 4px;
line-height: 2em;
}
h2.title2 span {
background-color: #cbd9e0;
border-left: 3px solid #006699;
font-weight: bold;
color:#00558C;
padding: 4px;
line-height: 2em;
}