body {
	margin-top:    0px;
	margin-bottom: 0px;
	margin-left:   0px;
	margin-right:  0px;
	padding: 0px;
	background-color: #344F83;
}

td {
	border-width: 0px;
	padding: 0px;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	color: #000000;
}

.logoDisplay {
	text-align: center;
	vertical-align: middle;
}

ul {
	padding-left: 1em;
}


.leftPic {
	width: 300px;
	background-color: #EDEDED;
	background-image: url(images/leftPicShadow.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

.rightPic {
	width: 128px;
	background-color: #EDEDED;
	background-image: url(images/rightPicShadow.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

.contentColumn {
	width: 439px;
	background-color: #FFFFFF;
}

.rightShadow {
	width: 22px;
}

.rightShadowTop {
	background-image: url(images/rightShadowTop.gif); 
	background-position: right top;
	background-repeat: no-repeat;
	height: 161px;
}

.rightShadowBot {
	background-image: url(images/rightShadowBot.gif); 
	background-position: right top;
	background-repeat: repeat-y;
}

.leftBotBack {
	background-image: url(images/leftBot.gif); 
	background-position: right top;
}

.leftTopBack {
	background-image: url(images/leftTop.gif); 
	background-position: right top;
	background-repeat: repeat-x;
	height: 161px;
}

.rightTopBack {
	background-image: url(images/rightTop.gif); 
	background-position: left top;
	background-repeat: repeat-x;
	height: 161px;
}

.rightBotBack {
	background-image: url(images/rightBot.gif); 
	background-position: left top;
}

.header {
	height: 162px;
}

.bodyContent {
	background-image: url(images/contentShadow.gif); 
	background-position: left top;
	background-repeat: repeat-y;
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 35px;
}

.pageTitleImage {
	margin-bottom: 30px;
}




.footer {
	background-image: url(images/contentShadow.gif); 
	background-position: left top;
	background-repeat: repeat-y;
	font-family: Times New Roman, Times, serif;
	font-size: 10px;
	color: #333333;
	height: 30px;
	padding-left: 35px;
	padding-right: 28px;
	padding-bottom: 5px;
	vertical-align: bottom;
}

.disclaimer {
	font-size: 9px;
}

.headerNavBar {
	background-color: #002438;
	color: #FFFFFF;
}

.headerNavTitle {
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
}

.staffTitle {
	vertical-align: bottom;
}

.footer a:link    { color: #0D358F; text-decoration: underline; }
.footer a:active  { color: #0D358F; text-decoration: underline; }
.footer a:visited { color: #0D358F; text-decoration: underline; }
.footer a:hover   { color: #5175C8; text-decoration: underline; }

a:link    { color: #0D358F; text-decoration: underline; }
a:active  { color: #0D358F; text-decoration: underline; }
a:visited { color: #0D358F; text-decoration: underline; }
a:hover   { color: #5175C8; text-decoration: underline; }

p {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}

.page_heading {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	color: #0D358F;
}

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #0D358F;
}

.subTitle {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #0D358F;
}

h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #0D358F;
	
}

h3 {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #0D358F;

}

.textField {
 font-family: Times New Roman, Times, serif;
 font-size: 12px;
 background-color: #FFFFFF;
 border: 1px solid #999999;
 margin-bottom: 5px;
 padding-top: 2px;
 padding-bottom: 2px;
 padding-left: 2px;
 padding-right: 2px;
}


.rss {
	font-size: 10px;
}


/*additional styles 10/2009 and forward*/
.centeredImageOrBlock {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
<style type="text/css">
.emphasized_text_maroon {
	color: #900;
	font-weight: bolder;
	font-style: italic;
}
.emphasized_text_blue {
	color: #0D358F;
	font-weight: bolder;
	font-style: italic;
}
.sub_emphasis_blue {
	font-weight: bold;
	color: #0D358F;
	font-size:80%;
}