body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 132%;
	margin: 0px;
	border: 0px;
	background-color: #154676;	
}

/**  links  **/

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.links-anchor {
	color: #2C93F7;
	text-decoration: none;
}

/**  layout  **/

td {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	line-height: 132%;
}
td.top {
	vertical-align: top;
	background-color: #185188;
}
td.bottom {
	vertical-align: bottom;
	background-color: #185188;
}
td.right {
	text-align: right;
}
td.SideLeftColumn {
	width: 10px;
	vertical-align: top;
	background-image: url(../images/layout/side_left.gif);
	background-repeat: repeat-y;
}
td.SideRightColumn {
	width: 10px;
	vertical-align: top;
	background-image: url(../images/layout/side_right.gif);
	background-repeat: repeat-y;
}
td.MainCopy {
	padding: 10px 30px 10px 35px;
}
td.ContactCopy {
	padding: 10px 30px 10px 37px;
	color: #FFFFFF;
	font-size: 0.9em;
}
td.center {
	text-align: center;
}

/**  modules  **/

.moduleTitle {
	color: #68B5FF;
	font-weight: bold;
	text-decoration: none;
}

/**  images  **/

img.rightAlign {
	margin: 0 0 10px 10px;
}
img.leftAlign {
	margin: 0 10px 10px 0;
}
img.footerLogo {
	margin: 0 0 0 10px;
}

/**  footer  **/

td.FooterMain {
	background-color: #185188;
	padding: 10px 30px 10px 30px;
	border-top: 1px solid #FFFFFF;
}
td.footerCopy {
	color: #519AD1;
}

/** div  **/

div.imageLeft {
	width: 406px;
	float: left;
	clear: right;
}

div.centered 
{
text-align: center;
width: 100%;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}
