/* -------------------- global styles -------------------- */
BODY
{
	font-family: helvetical, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	line-height: 15px;
	text-decoration: none;
	background-color: #005596;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}
TABLE,UL,OL
{
	font-family: helvetical, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}
#wrapper
{
	position: relative;
	top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	text-align: left;
}
#header
{
	position: relative;
	height: 119px;
}
#headerHome
{
	position: relative;
	height: 84px;
}
#navigation
{
	position: relative;
}
#footer
{
	position: relative;
	top: 22px;
	height: 110px;
	color: #ffffff;
	font-size: 11px;
	line-height: 8px;
}
#footer A
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.ruleHorisontal
{
	width: 100%;
	height: 1px;
	background: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 0;
	font-size: 1px;
}
IMG
{
	border: none;
}
A.whiteLink
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
/* -------------------- content area styles -------------------- */
#contentArea
{
	position: relative;
	top: 11px;
	background-color: #FFFFFF;
	width: 720px;
}
#contentAreaHome IMG
{
	position: relative;
	top: 11px;
	left: -23px;
}
#contentArea A
{
	color: #005596;
	text-decoration: none;
	font-weight: bold;
	border-bottom:1px dotted #005596;
}
#contentArea A:hover
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #005596;
	border-bottom: none;
}
#rightColumnNarrow A
{
	border-bottom: none;
}
#rightColumnWide A
{
	border-bottom: none;
}
#leftColumnWide
{
	width: 421px;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}
#leftColumnNarrow
{
	width: 346px;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}
#leftColumnFull
{
	width: 600px;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}
#rightColumnWide
{
	position: relative;
	top: 47px;
	float: right;
	width: 254px;
	margin-right: -3px;
	margin-bottom: 47px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}
#rightColumnNarrow
{
	position: relative;
	top: 47px;
	float: right;
	width: 179px;
	margin-right: -3px;
	margin-bottom: 47px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}
.intro
{
	font-size: 16px;
	line-height: 20px;
}
.caption
{
	position: relative;
	left: 5px;
	top: 1px;
	width: 169px;
	height: 18px;
	border-bottom:1px solid #c3c3c5;
	margin-bottom: 5px;
	font-size: 11px;
}
.captionWide
{
	position: relative;
	left: 5px;
	top: 1px;
	width: 244px;
	height: 18px;
	border-bottom:1px solid #c3c3c5;
	margin-bottom: 5px;
	font-size: 11px;
}
.iconPlus
{
	position: relative;
	float: right;
	top: 2px;
}
H1
{
	color: #005596;
	font-weight: bold;
	font-size: 19px;
	line-height: 21px;
	margin-top: 20px;
	margin-bottom: -7px;
	padding: 0;
}
H2
{
	color: #005596;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin-top: 20px;
	margin-bottom: -7px;
	padding: 0;
}
UL
{
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: list-item;
}
LI
{
		background-image: url(/images/bullet.gif);
		background-repeat: no-repeat;
		background-position: 0 .3em;
		line-height: 10pt;
		padding-left: 11px;
		padding-bottom: 4px;
}
LI.numbered
{
		background-image: none;
		line-height: 10pt;
		padding-left: 11px;
		padding-bottom: 4px;
}
.pullout UL
{
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: list-item;
}
.pullout LI
{
		background-image: url(/images/bullet.gif);
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding-left: 10px;
		font-size: 11px;
		line-height: 13px;
		color: #3d3d42;
}

input.field, textarea {
	margin-bottom: 7px;
	width: 159px;
	background-color: #e5e5e5;
	  border: 1px solid #e5e5e5; 
}
#contentArea TABLE
{
	border-spacing:0;
	border-width: 0;
	border-collapse: collapse;
}
#contentArea TD
{
	padding: 3px;
	background-color: #e5e5e5;
	border-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 1px;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-spacing: 0;
}
#contentArea TH
{
	padding: 3px;
	background-color: #e5e5e5;
	border-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 1px;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-spacing: 0;
	color: #005596;
	font-weight: bold;
	text-align: left;
}
#contentArea TH.main
{
	font-size: 14px;
}
#contentArea TD.normal
{
	padding: 0;
	background-color: #ffffff;
	border: none;
}

