html, body {
	min-width: 850px;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	color: #555;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.holder {
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
	border: none;
	width: 850px;
	padding: 0px;
}

li {
	line-height: 110%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 8px -25px;
}


ul{
	list-style-image: url(images/li_dot.gif);
	list-style-type: disc;
}


checkbox {
	border: none;
	}

.contentTable {
	padding: 0px;
	margin: 0px;
	width: 850px;
	background-position-y: 0px;
	background-position-x: 0px;
	background-color:#DBDBDC;
	background-image: url(images/background_grad.jpg);
	background-repeat: repeat-y;
}

.contentTable td {
	font-size: 12px;
}

.contentTable strong{
	font-weight: bolder;
	color: #444;
}

.navCell {
	vertical-align: top;	
	text-align: left;
	width: 230px;
	background-color: transparent;
	padding: 20px 15px 0px 0px;
}


.navCell p {
	font-size: 10px;
	font-weight: normal;
	display: block;
	background-image: url(images/nav_top_arrow_selected.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	color: #555;
	margin: 0px 0px 20px 35px;
	padding: 0px 10px 0px 18px;
	
}

.navCell a {
	font-size: 10px;
	font-weight: lighter;
	display: block;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	color: #555;
	margin: 0px 0px 20px 35px;
	padding: 0px 10px 0px 18px;
}


.navCell a:hover {
	font-weight: normal;
	background-image: url(images/nav_top_arrow_selected.gif);
	text-decoration: none;
	color: #777;
}



#mainNavInSection {
	font-size: 10px;
	font-weight: bold;
	display: block;
	background-image: url(images/nav_top_arrow_selected.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	color: #555;
	margin: 0px 0px 20px 35px;
	padding: 0px 10px 0px 18px;
	
}

.subNav {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 20px 0px;
}


.subNav p {
	font-size: 9.5px;
	text-transform: uppercase;
	color: #5A7DB8;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 10px 20px;
}


.subNav a {
	font-size: 9.5px;
	text-transform: uppercase;
	color: #555;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 10px 20px;
}

.subNav a:hover {
	font-size: 9.5px;
	color: #5A7DB8;
	text-transform: uppercase;
	background-image: none;
	font-weight: normal;
	text-decoration: none
}




.bodyCell {
	vertical-align: top;
	text-align: left;
	background-color: transparent;
	width: 495px;
	padding: 20px 15px 90px 5px;
	color: #555;
}

.bodyCell p {
	margin: 0px 0px 10px 0px;
}

.bodyCell a {
	color: #5A7DB8;
	font-weight: bolder;
	text-decoration: none;
}

.bodyCell a:hover {
	color: #224177;
}

.rightSide {
	vertical-align: top;
	text-align: left;
	background-color: transparent;
	width: 250px;
	padding: 20px 10px 10px 10px;
}


.rightSide table {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.recentArticles_body {
	background-color: #93A8D2;
	background-image: url(images/recent_articles_mid_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	min-height: 108px;
}


.catchUpTable{
	background-color: #EEE;
	background-image: url(images/catch_up_box.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 220px;
	height: 157px;
}

.catchUpTable td{
	text-align: center;
	font-family: Times, Times New Roman, Geneva, serif;
	font-size: 20px;
	font-weight: lighter;
	color: #FFF;
	padding: 10px 15px 10px 15px;
}

.catchUpTable a{
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}


.catchUpTable a:hover{
	color: #CCC;
	text-decoration: none;
}


.twoColTable {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.twoColTable td{
	width: 50%;
	text-align: left;
	vertical-align: top;
	padding: 0px 15px 5px 0px;
}




.formTable {
	margin: 0px 0px 20px 0px;
}

.formTable td{
	padding: 5px;
	vertical-align:top;
	text-align:left;
}

.formTable strong {
	color: #005EA4;
}


.formTable em {
	font-size: 9px;
	font-style:italic;
}

.formTable input, textarea{
	border: 1px solid #999;
	background-color:#FFF;
}

.formTable radio {
	border: none;
	background-color: transparent;
}


.midSizeGreyText {
	font-size: 13px;
	font-weight: 100;
	color: #878788;
	}

.smallBlueSubHeadText {
	font-size: 10px;
	font-weight: 700;
	color: #7B96C4;
	}


.arrowHighlightedArea {
	padding: 0px 24px 7px 31px;
	margin: 0px;
	background-image: url(images/arrow_articles.gif);
	background-position: 15px 2px;
	background-repeat: no-repeat;
}


#recentArticle_links {
	text-align: left;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	width: 220px;
	height: 110px;
	color: #FFF;
	font-size: 11px;
}


#recentArticle_links p{
	padding: 0px 24px 7px 31px;
	margin: 0px;
}


#recentArticle_links a {
	display: block;
	padding: 0px 24px 7px 31px;
	margin: 0px 0px 5px 0px;
	color: #FFF;
	text-decoration: none;	
}


#recentArticle_links a:hover {
	color: #A9B5D8;
	text-decoration: none;
	background-image: url(images/arrow_articles.gif);
	background-position: 15px 2px;
	background-repeat: no-repeat;
	
}


#contactDetails_links {
	text-align: left;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	width: 220px;
	height: 110px;
	color: #FFF;
	font-size: 11px;
}


#contactDetails_links p{
	padding: 0px 24px 7px 31px;
	margin: 0px;

}

#contactDetails_links strong{
	color: #005FAA;
}


#contactDetails_links em{
	font-size: 9px;
}


#contactDetails_links a {
	color: #005FAA;
	text-decoration: none;	
}

#contactDetails_links a:hover {
	text-decoration: underline;	
}



#bodyHome {	
	text-align: left;
	font-size: 170%;
	line-height: 130%;
	color: #555;
	font-weight: lighter;
}


#bodyHome em, i {
	color: #5A7DB8;
	font-style: normal;
	text-decoration: none;
}

#bodyGeneral {
	color: #555;
	font-weight: normal;
	width: 480px;
	line-height: 120%;
}


#bodyGeneral h1{
	margin: 10px 0px 20px 0px;
	font-size: 190%;
	color: #8A9ECC;
	font-weight: 100;
	line-height:170%;
}


#bodyGeneral h2{
	margin: 10px 0px 20px 0px;
	font-size: 160%;
	color: #4D72B0;
	font-weight: 100;
	line-height:140%;
}


#bodyGeneral h3{
	margin: 5px 0px 10px 0px;
	font-size: 140%;
	color: #222D80;
	font-weight: normal;
	line-height: 120%;
}


#bodyGeneral h4{
	margin: 5px 0px 10px 0px;
	font-size: 110%;
	color: #222D80;
	font-weight: bold;
	line-height: 110%;
}

#bodyGeneral h5, h6{
	margin: 25px 0px 10px 0px;
	font-size: 100%;
	color: #6988BE;
	font-weight: bold;
}


#legals {
	text-align: left;
	vertical-align: text-top;
	padding: 5px 10px 5px -7px;
	color: #98999D;
	font-size: 100%;
}


#legals a{
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	color: #98999D;
}


#legals a:hover{
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	color: #47528C;
}


#legals img{
	vertical-align: middle;
	margin: 3px;
}

#footerCentre {
	padding: 0px 30px 10px 5px;
	font-size: 100%;
	color: #98999D;
	text-align: left;
	vertical-align: top;
	background-color:#CACACB
}

#footerRight {
	padding: 0px 10px 10px 10px;
	font-size: 100%;
	color: #98999D;
	text-align: left;
	vertical-align: top;
	background-color:#CACACB
}