body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	color: #2B3858;
	margin: 0px;
	padding: 0px;
	background-color: #ADBECC;
}

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}



li {
	padding-bottom: 10px;
	padding-right: 10px;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}



.homepageTable {

	border: 1px solid #2B3858;
	background-color: #FFFFFF;
	width: 672px;
}
.globalLinks {
	background-color: #2B3858;
	color: #FFFFFF;
	/*text-align: center;*/
	padding: 0px;
	margin: 0px;
}
.blueLine {
	background-color: #2B3858;
}
.introText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #2B3858;
	width: 260px;
	vertical-align: top;
}
.advert {
	background-color: #2B3858;
	border: 1px solid #FFFFFF;
	width: 218px;
	color: #FFFFFF;
}

#introContent {
	position:relative;
	top: 2px;
	width:260px;
	height:155px;
	z-index:7;
}

#introContentTextOnly {
	position:relative;
	top: 2px;
	width:245px;
	height:155px;
	z-index:7;
	left: 10px;
}

#findOutMore {
	position:relative;
	padding-left: 140px;
	padding-bottom: 10px;
}

.footer {
	text-align: left;
	font-size: 10px;
}
.footer a:link {
	color: #005FA9;
	text-decoration: none;
}
.footer a:visited {
	color: #005FA9;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 24px;
	padding-top: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 20px;
	padding-top: 20px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: light;
	padding-top: 20px;
/*	color: #DA2C36;*/
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
/*	color: #DA2C36;*/
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
