/* Presentation Stylesheet */ 

html,body{
 color: #333333;
}
body{
 font: 12px Arial, Helvetica, Tahoma, sans-serif;
}
textarea {
 font: 12px Arial, Helvetica, Tahoma, sans-serif;
}
p{
 margin:6px 0
}

img {
 border: 0;
}
.hr {
 clear:both;
 height: 0;
 font-size: 0;
 line-height: 0;
 width: 100%;
 margin: 1em auto;
}
.dotted {
 border-bottom: dotted 1px #00338e;
}
.dashed {
 border-bottom: dashed 1px #00338e;
}
.solid {
 border-bottom: solid 1px #00338e;
}

.floatleft {
 float: left;
 margin: 0 15px 15px 0;
}

.floatright {
 float: right;
 margin: 0 15px 0 15px;
}

div#lh-col { }
div#rh-col { }

div#footer{
 font-size: 11px; color: #ffffff
}

h1 {
 margin-top: 0.1em;
 margin-bottom: 0.1em;
 font-size: 16px;
 font-weight: normal;
 color: #00338e;
}
h2 {
 margin-top: 0.1em;
 margin-bottom: 0.1em;
 font-size: 14px;
 font-weight: normal;
 color: #00338e;
}
h3 {
 margin-top: 0.1em;
 margin-bottom: 0.1em;
 font-size: 16px;
 font-weight: normal;
}
h4 {
 margin-top: 0.1em;
 margin-bottom: 0.1em;
 font-size: 14px;
 font-weight: normal;
}

.quotetitle {
 margin-top: 10px;
 margin-left: 14px;
 font-size: 18px;
 font-weight: normal;
 color: #ffffff;
}

.quote {
 margin-left: 14px;
 font-size: 14px;
 font-weight: normal;
 color: #ffffff;
}

.blue {
 color: #00338e;
}

.white {
 color: #ffffff;
}

.sub {
 font-size: 11px;
}

a {
	text-decoration: none;
	color: #00338e;
}
a:active {
	text-decoration: none;
	color: #00338e;
}
a:hover {
	text-decoration: none;
	color: #00338e;
}
a.greylink {
 color: #666666;
 text-decoration: none;
}
a.greylink:hover {
 color: #666666;
 text-decoration: none;
}
a.whitelink {
 color: #ffffff;
 text-decoration: none;
}
a.whitelink:hover {
 color: #ffffff;
 text-decoration: none;
}