@charset "UTF-8";
/* CSS Document */


/* ============================================================== */
/* Main Page Formatting Below Here... */
/* ============================================================== */


body {
	background-image: url(../images/bkgnd_tile.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 100%;
}

body a:link { color: #333333; }
body a:visited { color: #666666; }
body a:hover { color: #006699; }
body a:active { color: #006699; }

body,td,th { color: #333333; }


/* ============================================================== */
/* Top Page Links Below Here... */
/* ============================================================== */


.Links_TopPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.Links_TopPage_SlashSPACERS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-right: 3px;
	padding-left: 3px;
}


/* ============================================================== */
/* Footer Links Below Here... */
/* ============================================================== */


.Links_Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 333333;
}

.Links_Footer a:link { color: #333333; }
.Links_Footer a:visited { color: #666666; }
.Links_Footer a:hover { color: #006699; }
.Links_Footer a:active { color: #006699; }

.Links_Footer_SlashSPACERS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 3px;
	padding-left: 3px;
}


/* ============================================================== */
/* Page Content Styles Below Here... */
/* ============================================================== */


.Headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 29px;
	font-weight: normal;
	color: #006699;
}

.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	line-height: 140%;
	color: #666666;
	font-weight: normal;	
	padding-right: 25px;
}

.AddressText-LessLeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	line-height: 120%;
	color: #666666;
}

.Images {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: right;
}
 
.Subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 110%;
	font-weight: bold;
	color: #006699;
}

.RightSide-Headers-White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 110%;
	font-weight: bold;
	color: #FFFFFF;
}

.RightSideText-Bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4C4C4C;
	padding-right: 20px;
	list-style-position: outside;
	line-height: 120%;
	float: none;
	background-position: top;
}

.RightSideText-Bullets a:link { color: #006699; }
.RightSideText-Bullets a:visited { color: #006699; }
.RightSideText-Bullets a:hover { color: #3399FF; }
.RightSideText-Bullets a:active { color: #006699; }

.Contact-Form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	color: #666666;
	background-position: top;
	text-transform: uppercase;
	padding-left: 5px;
}

.GrayBoxes {
	border: thin solid #999999;
}

.Shads-Left {
	background-image: url(../images/ems_shadleft.png);
	border: 0px;
	background-repeat: repeat;
	height: 100%;
	margin: 0px;
}

.Shads-Right {
	background-image: url(../images/ems_shadrt.png);
	border: 0px;
	background-repeat: repeat;
	height: 100%;
	margin: 0px;
}


