/* ELEMENTS */


BODY {
	font-family: arial, helvetica, sans-serif;
	font-size: 12.75px;
	color: #333;
	background-color: #369;
}

TD, DIV {
	font-family: arial, helvetica, sans-serif;
	font-size: 12.75px;
	color: #333;
	background: inherit;
	background-color: #bac9e0;
/*	text-align:left; */
	vertical-align: top;
}

H1 {
	font-size: 19px;
	/* text-align:center; */
	/*width:353px;*/
}

H2 {
	font-size: 17px;
}

H3 {
	font-size: 13px;
}

a.nav:link, a.nav:visited, a.nav:active, a.nav:hover  {
	color: #f7f7c3;
	background: none;
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;
}

a.nav:active, a.nav:hover  {
	text-decoration: underline;
}

UL {
	margin-left: 0;
	padding-left: 1.1em;
}

LI {
}

/* IDS */


#top
{
	width: 733px;
	height: 65px;
	background-color: transparent;
	background-image: url('/media/gui/top.gif');
	background-repeat: no-repeat;
}

#header
{
	width: 733px;
	height: 168px;
	background-image: url('/media/gui/middle.gif');
	background-repeat: repeat-y;
	text-align: center;
}

#footer
{
	width: 733px;
	height: 50px;
	padding-top: 20px;
	background: transparent;
	background-image: url('/media/gui/footer.gif');
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
}

#padder
{
	width: 733px;
	height: 10px;
	background: transparent;
	background-image: url('/media/gui/middle.gif');
	background-repeat: repeat-y;
}

#left
{
	width: 181px;
	padding-left: 12px;
	background-image: url('/media/gui/middle_left.gif');
	background-repeat: repeat-y;
	overflow: hidden;
}

#right
{
	width: 184px;
	padding-left: 12px;
	background-image: url('/media/gui/middle_right.gif');
	background-repeat: repeat-y;
	background-position: right;
}

#maincontent
{
	width: 522px;
	padding-left: 6px;
	padding-right: 12px;
	background-image: url('/media/gui/middle_right.gif');
	background-repeat: repeat-y;
	background-position: right;
}





/* CLASSES */

a.footer:link, a.footer:visited, a.footer:hover, a.footer:active {
	color: #333;
}

.fauxcentered {
	width:353px;
}

.noncentered {
	text-align:left;
}

.nav
{
	height: 25px;
	width: 172px;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
	background-image: url('/media/nav/middle.gif');
	background-repeat: no-repeat;
}

.navtop {
	height: 25px;
	padding-top: 7px;
	background-image: url('/media/nav/top.gif');
	background-repeat: no-repeat;
}


.navbot {
	height: 31px;
	padding-top: 4px;
	background-image: url('/media/nav/bottom.gif');
	background-repeat: no-repeat;
}

.servicesblock
{
	height: 94px;
	width: 172px;
	padding-top: 5px;
	background-image: url('/media/services/block.gif');
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.servicesblockheading {
	color: #003bad;
	font-size: 14px;
	font-weight: bold;
	background: transparent;
	margin: 0px 14px 3px 14px;
	white-space: nowrap;
}

.serviceblockcopy {
	background: transparent;
	margin: 0px 7px 0px 9px;
}

.blue {
	color: #003bad;
}

.green {
	color: #A9CC00;
}

.newslinktitle {
	font-size: 14px;
	font-weight: bold;
}

.newslinkdate {
	font-size: 11px;
	font-weight: bold;
}

.newslinkmore {
	font-size: 10px;
	font-weight: bold;
	font-style: oblique;
}

.mceContentBody {
	
	background-color: #bac9e0;
}