

/*-- Global --*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: none;
}

a {
	color: #00243C;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}


/*-- Wrapper --*/

#wrapper {
	width: 100%;
}


/*-- Header --*/

#header {
	height: 130px;
	background-color: #FFF;
	background-image: none;
	border-bottom: 1px solid #7CA4D6;
}

.logo {
	padding: 5px 0 0 30px;
}

.sitetitle {
	display: none;
}

.sitetitle_print {
	display: inline;
	float: right;
	padding: 54px 30px 0 0;
}


/*-- Title --*/

#title {
	background-color: #FFF;
}

#title h1 {
	font-weight: bold;
	font-size: 13pt;
}

#printbuttonwrap {
	display: none;
}


/*-- Main --*/

#main {
	background-image: none;
}

#content {
	width: 100%;
	float: none !important;
}

.textsub {
	font-size: 10pt;
	line-height: 14pt;
}

.textsub h2 {
	font-size: 12pt;
}

.textsub h3 {
	font-size: 10pt;
}

.textsub h4 {
	font-size: 10pt;
}

.textlocation h2 {
	font-size: 10pt;
}

.textlocation h3 {
	font-size: 10pt;
}

.topbutton {
	display: none;
}

#navwrap {
	display: none;
}

/*-- Group Profile table & images ---*/

.groupprofile_image { margin: 0 3px; }

#groupprofile_table { text-align: left; font-size: 10pt; }
#groupprofile_table img { margin: 0 1px; }
#groupprofile_table th, #groupprofile_table td { padding: 0 3px; }
#groupprofile_table td { vertical-align:top; }

/*-- Footer --*/

#footer {
	height: 30px;
	background-color: #FFF;
	background-image: none;
	margin-top: 15px;
	border-top: 1px solid #7CA4D6;
}

#download {
	display: none;
}


.regulated {
	color: #000;
	padding-top: 15px;
}


/*-- Links --*/

#links {
	display: none;
}