body {
	background-color: #1C5C9A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #2F2F2F;
}

a:link { color:#2F2F2F; text-decoration:underline}
a:visited { color:#2F2F2F; text-decoration:underline}
a:hover { color:#DE781A; text-decoration:underline}
a:active { color:#2F2F2F; text-decoration:underline}

input, select, textarea {
	border: 1px solid #C9CCD0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2F2F2F;
	padding: 4px 0 0 4px;
	height: 24px;
	background-color: #FFFFFF;
}
	


/* HEADER */

#header table {
	font-size: 11px;
	line-height: 12px;
}



/* PANELS */

.panel-title {
	padding-bottom: 8px;
	border-bottom: 1px solid #D9D9D9;
}

.panel table {
	font-size: 11px;
	line-height: 16px;
}



/* CONTENT */

#splashcontent {
	background-color: #ECF0F4;
	padding:75px 25px 35px 20px;
	background-image: url(../images/core/dots-content-top.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

#content {
	background-color: #ffffff;
	padding:25px 25px 35px 20px;
}



/* QUOTE */

.quote {
	color: #003D79;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
}



/* CONTACT */

.contact .heading {
	border-bottom: 1px solid #C9CCD0;
	font-weight: bold;
	color: #2F2F2F;
	padding-top: 10px;
	padding-bottom: 2px;
}

.contact td {
	padding: 5px 0;
}



/* FOOTER */

#footer-splash {
	background-color: #ECF0F4;
	padding: 20px 25px 100px 20px;
	background-image: url(../images/core/dots-footer.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #C9CCD0;
}

#footer {
	background-color: #ffffff;
	padding: 20px 25px 100px 20px;
	background-image: url(../images/core/dots-footer2.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #C9CCD0;
}

#footer table {
	font-size: 11px;
}



/* OTHER ELEMENTS */

.border-bottom {
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 20px;
}

.small {
	font-size: 9px;
	line-height: 11px;
}

.smallgrey {
	font-size: 9px;
	color: #666666;
	line-height: 11px;
}

