/* CSS Document */

body {
	margin:0px;
	background-color:#FFFFFF;
}
a {
    color:#01B4A1;
	font-weight:bold;
	font-size:11px;
}
div, td {
	font-family:Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	color:#006599;
}
.outershell {
    position:absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    width:expression("document.body.clientWidth");
	height:expression("document.body.clientHeight");
	font-size:0px;
    text-align:center;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}
.innershell {
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.header {
	width:800px;
	height:131px;
	margin-left:auto;
	margin-right:auto;
}
.header_mid {
	width:544px;
	height:131px;
	margin-left:128px;
	margin-right:128px;
	background-image:url(../images/dotted-border.gif);
	background-repeat:repeat-y;
}
.logo {
	position:absolute;
	top:11px;
	left:4px;
	width:222px;
	height:85px;
}
.menu_bar {
	width:800px;
	height:26px;
	background-color:#0055A5;
	border-bottom:1px solid #FFFFFF;
}
.menu {
	margin-left:130px;
}
.menu_spacer {
	padding-left:13px;
	padding-right:13px;
}
.flash {
	width:544px;
	height:161px;
	margin-left:128px;
	margin-right:128px;
	background-color:#FFFFFF;
}
.table_left {
	width:128px;
	height:160px;
	background-color:#EDEDE5;
}
.table_right {
	width:128px;
	height:160px;
	background-color:#EDEDE5;
}
.drop_shadow {
	width:544px;
	height:6px;
	font-size:0px;
	background-image:url(../images/drop-shadow.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.main_content_holder {
	width:544px;
	min-height:200px;
	background-image:url(../images/dotted-border.gif);
	background-repeat:repeat-y;
	background-position:top left;
}
.text_header {
	font-size:14px;
	font-weight:bold;
	color:#417FBA;
	padding-left:25px;
	padding-right:25px;
	padding-top:20px;
}
.content {
	position:relative;
	padding:25px;
	line-height:18px;
}
.newsletter {
	padding-top:15px;
	padding-left:12px;
	padding-right:4px;
}
.n_header {
	font-family:Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-weight:bold;	
	font-size:12px;
}
.n_text {
	margin-top:8px;
	color:#666666;
}
.n_link {
	margin-top:5px;
	color:#01B4A1;
}
.footer {
	width:800px;
	height:48px;
	margin-left:auto;
	margin-right:auto;
}
.footer_inner {
	width:544px;
	height:48px;
	margin-left:128px;
	margin-right:128px;
	background-image:url(../images/dotted-border.gif);
	background-repeat:repeat-y;
}
.grey_bar {
	width:542px;
	height:4px;
	margin-left:1px;
	background-color:#CCCCCC;
	border-bottom:1px solid #FFFFFF;
}
.blue_bar {
	width:542px;
	height:42px;
	margin-left:1px;
	background-color:#0055A5;
	background-image:url(../images/address.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

