
body {
	margin:0 auto;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
	text-align:center;
	color:#000000;
}

#background {
	margin:0 auto;
	padding:0;
	text-align:center;
	background:url(../images/background.gif) top center repeat-y;
}	

a {
	outline: none;
}

a:link {
	color:#17478b;
	text-decoration: underline;
}
a:visited {
	color:#17478b;
	text-decoration: underline;
}
a:hover {
	color:#17478b;
	text-decoration: none;
} 
a:active {
	color:#17478b;
	text-decoration: underline;
}

p.leftLinks {
	margin:5px 0px 0px 0px;
}

p.leftLinks a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	color:#fff;
	visibility: hidden;
}

p.leftNav {
	margin:5px 0px 0px 0px;
}

p.leftNav a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	color:#7ca1bc;
	visibility: hidden;
}

p.headline {
	font-size:18px;
	color: #17478b;
	text-transform:uppercase;
	visibility: hidden;
}

.header {
	font-size:22px;
	color: #17478b;
	text-transform:uppercase;
	visibility: hidden;
	font-weight:bold;
}

.headerRed {
	font-size:22px;
	color: #a20b46;
	text-transform:uppercase;
	visibility: hidden;
}

.kicker {
	font-size:14px;
	font-style:italic;
	color: #17478b;
}

.kickerRed {
	font-size:14px;
	font-style:italic;
	color: #a20b46;
}

.subhead {
	font-size:16px;
	font-weight:bold;
	color: #7ca1bc;
	text-transform:uppercase;
	visibility: hidden;
}

.subheadRed  {
	color: #a20b46;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
}

.subheadWhite  {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
}

#wrapper {	
	width:800px;
	margin:0 auto;
	text-align:left;
	background:#edf1f7;	
}

#footer {
	width:570px;
	/*border-top:#acacac 1px solid;*/
	color:#acacac;
	font-size:9px;
	margin-left:200px;
	padding:10px 0px 22px 0px;
	text-align:center;
}

#masthead {
	width:800px;
	height:166px;
	background:url(../images/masthead.jpg) no-repeat;
	border:none;
	cursor:pointer;
}

#container {
	padding:0px 30px 0px 30px;
	background:#edf1f7;
}

#leftlinks {
	float:left;
	width:124px;
	padding:19px 12px 11px 12px;
	margin-bottom:5px;
	background:#a6bad7;
	color:#fff;
	text-align:left;
	position:relative;
}

#leftnav {
	float:left;
	clear:left;
	width:124px;
	padding:19px 12px 11px 12px;
	background:#d7e2ee;
	color:#7ca1bc;
	text-align:left;
}

#content {
	float:right;
	width:569px;
	padding:14px 0px 0px 23px;
	background:#edf1f7;
	color:#000000;
}

table.menuTable {
	border-bottom:#CCCCCC 1px solid;
}

p:first-child, p.first-child {
	margin-top:0;
}

p:last-child, p.last-child {
	margin-bottom:0;
}

.intro {
	color:#a31046;
}

.intro strong {
	color:#a31046;
	text-transform:uppercase;
	font-weight:bold;
}

.footnote { 
	font-size:10px;
}

sup {
   line-height: 100%;
   vertical-align: top;
   font-size: 9px; 
}

.phoneNumber {
	white-space:nowrap;
	font-weight:bold;
}

.calloutBlue {
	background:#5287b5;
	padding:10px;
	color:#FFFFFF;
}

.calloutBlue .subheadWhite {
	font-size:16px;
	font-weight:bold;
	color: #fff;
	text-transform:uppercase;
	visibility: hidden;
}

.calloutPink {
	background:#a30046;
	padding:10px;
	color:#FFFFFF;
}

.clearfix:after { /* clear floats */
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;}
/* hide from ie-mac \*/
.clearfix {display:block;}
/* end hide from ie mac */
.clearfix {display:inline-block;}