body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/core/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-top: 20px;
}

a:link { color:#004C9E; text-decoration:underline}
a:visited { color:#004C9E; text-decoration:underline}
a:hover { color:#000000; text-decoration:underline}
a:active { color:#004C9E; text-decoration:underline}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E7E7E;
	border: 1px solid #C6C2C2;
	background-color: #FFFFFF;
}


/* PANELS */

#panels {
	background-image: url(../images/splash/bg-panels.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 19px 36px 0 39px;
}

.box td {
	font-size: 9px;
	line-height: 13px;
	color: #7E7E7E;
}

.boxheading {
	color: #004C9E;
	font-weight: bold;
}

.box {
	background-color: #FFFFFF;
	border: 1px solid #DDDFE0;
	padding: 6px;
	width: 146px;
}

#panels .bg-bottom {
	background: url("../images/splash/bg-panels-bottom.jpg") no-repeat center bottom;
	padding-bottom: 23px;
}



/* CONTENT */

#content {
	padding: 21px 23px 38px 40px;
}

#content table {
	color: #7E7E7E;
	font-size: 12px;
	line-height: 20px;
}

#content .left-column {
	padding: 0 25px 0 0;
}

#content .heading {
	color: #7E7E7E;
	font-size: 15px;
	font-weight: bold;
}

#content .pullquote {
	color: #0054A4;
	font-weight: normal;
	font-size: 15px;
	padding: 40px 0 25px 0;
	border-bottom: 1px solid #DCDCDC;
}

#contact-inner {
	padding: 25px 0 25px 0;
	border-top: 1px solid #DCDCDC;
}




/* HEADER */

#header {
	font-size: 20px;
	color: #0054A4;
	padding-left: 40px;
}



/* CONTACT DETAILS */

#contact .heading {
	border-bottom: 1px solid #DCDCDC;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 2px;
}

#contact td {
	padding: 5px 0;
}




/* FOOTER */

#footer {
	padding: 38px 0 38px 43px;
	border-top: 1px solid #DCDCDC;
	font-size: 11px;
	color: #7E7E7E;
}

#footer a:link { color:#7E7E7E; text-decoration:underline}
#footer a:visited { color:#7E7E7E; text-decoration:underline}
#footer a:hover { color:#004C9E; text-decoration:underline}
#footer a:active { color:#7E7E7E; text-decoration:underline}



/* OTHER ELEMENTS */

.small {
	font-size: 10px;
}
