body{
margin:0;
padding:0;
font-size: 80%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
font-family: Verdana;
color: #003082;
}
h1 {
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.9em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	text-align: center;
	line-height: 0.8em;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}

A:link {
color: #003082;
text-decoration: underline;
}

A:visited {
color: #f8c301;
text-decoration: underline;
}

A:hover {
color: #c81928;
text-decoration: underline;
}

A:active {
color: #f8c301;
text-decoration: underline;
}

.left{
float: left;
}

.right{
float: right;
}

#topsection{
background: white;
height: 140px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 175px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
background: #EBEBF3;
}

#rightcolumn{
float: left;
width: 175px; /*Width of right column*/
margin-left: -175px; /*Set left marginto -(RightColumnWidth)*/
background: white;
}

#footer{
clear: left;
width: 100%;
background: #003082;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a:link{
color: #f8c301;
text-decoration: underline;
}

#footer a:visited{
color: #c81928;
text-decoration: underline;
}

#footer a:hover{
color: #c81928;
text-decoration: underline;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 4;
}