* { /* RESETS DEFAULT SETTINGS */
margin: 0;
padding: 0;
border: 0;
}
/* GENERAL TAG STYLES */
body { /* CENTRES THE PAGE & ADDS TOP BACKGROUND */
background: #DAE4F1 url(/assets/images/gifs/mainBg.gif) repeat-x;
font: 13px/17px Arial, Helvetica, sans-serif;
margin: 0 auto;
padding: 0;
color: #222;
}
p { /*  */
padding: 0 0 1em 0;
}
h1{
font: 30px/30px serif;
color: #013169;
margin-bottom: 10px;
}
h2{
clear: left;
font: 20px/20px serif;
margin: 10px 0 10px -10px;
color: #fff;
background: #0255b5 url(/assets/images/gifs/h2bg.gif) repeat-x;
padding: 5px 0 5px 10px;
border-top: 2px solid #aaa;
border-bottom: 2px solid #aaa;
width: 100%;
}
.h2PostIt{
width: ;
}
h3{
font: 18px serif;
letter-spacing: ;
margin-top: ;
margin-bottom: 10px;
color: #cc5d00;
}
h4, h4 a:link, h4 a:visited{
font: 18px/18px sans-serif;
letter-spacing: -1px;
padding: 0 0 10px 0;
text-decoration: none;
color: #013169;
}
h4 span :link, h4 span :visited{
text-decoration: underline;
}
h4 a:hover{
color: #ffbf00;
}
li h4{
margin-bottom: 10px;
}
a{
outline: none;
}
a:link {
text-decoration: underline;
color: #013169;
}
a:visited {
text-decoration: underline;
color: #013169;
}
a:hover {
text-decoration: none;
color: #013169;
}
hr{
width: 100%;
height: 1px;
margin: 0 0 10px 0;
background: #bbb;
color: #ddd;
}
ul{
padding: 0 0 1em 15px;
}
ul li{
padding: 0 0 1em 0;
}
ul ul li{
list-style: disc;
}
ol{
padding: 0 0 0 18px;
}
ol li{
padding: 0 0 1em 0;
}
ol ul li{
list-style: disc;
}
li.noBullet{
list-style: none;
}
ul.liQ { /* FAQ LIST QUESTION*/
background: url(/assets/images/gifs/faqQ.gif) no-repeat;
margin-left: 0;
margin: 0 0 10px 0;
padding: 0;
list-style: none;
height: 27px;
}
ul.liQ li { /* FAQ LIST QUESTION*/
margin: 0 0 0 30px;
padding: 0;
}
ul.liA { /* FAQ LIST ANSWER*/
background: url(/assets/images/gifs/faqA.gif) no-repeat;
margin-left: 0;
padding: 0 0 10px 0;
margin: 0 0 2em 0;
list-style: none;
}
ul.liA li { /* FAQ LIST ANSWER*/
margin: 0 0 0 30px;
padding: 0;
}

table{
margin-bottom: 10px;
}
table table table{
margin-bottom: 0;
}