body {
	background-image: url(/images/layout/main_background.jpg);
	background-position:top left;
	background-repeat: no-repeat;
	background-color: #FAFAFA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header {
	background-image: url(/images/headerbg.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* TOP NAVIGATION BUTTONS */
#headerNav ul
{
	padding: 0;
	margin: 0;
	color: White;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	position:absolute;
	left:192px;
	top:34px;
	height: 20px;
}

#headerNav ul li { 
	display: inline; 
	
}

#headerNav ul li a
{
	margin-left:2px;
	margin-right:2px;
	
	background-repeat:no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	float:left;
	vertical-align: middle;
	width: 95px;
	height: 20px;
	padding-top: 10px;
}


#leftNavPod {
	position: absolute;
	left: 0px;
	top: 431px;
	width: 175px;
	
}

#headerNav ul li a:hover
{
	
	background-repeat:no-repeat;
	color: #000000;
}

#headerNav ul li#current a
{
	margin-left:2px;
	margin-right:2px;
	background-repeat:no-repeat;
	color: #000000;
	
	text-decoration: none;
	text-align:center;
	vertical-align: text-bottom;
	float:left;
	width: 97px;
	height: 20px;
	padding-top: 10px;
}

#headerNav ul li#current a:hover
{
	
	background-repeat:no-repeat;
	color: #FFFFFF;
}

/* SECONDARY NAVIGATION */

#secondaryNav ul
{
	padding: 0;
	margin: 0;
	color: White;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	position:absolute;
	left:192px;
	top:0px;
	height: 25px;
}

#secondaryNav ul li { 
	display: inline; 
	
}

#secondaryNav ul li a
{
	margin-top: 5px;
	margin-left:2px;
	margin-right:2px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	float:left;
	vertical-align: middle;
	width: 95px;
	height: 25px;
	padding-top: 5px;
}

#secondaryNav ul li a:hover
{
	color: #D8A966;
}

#secondaryNav ul li#current a
{
	color: #D8A966;
}

#secondaryNav ul li#current a:hover
{
	color: #FFFFFF;
}


#secondaryNav ul li a#banking
{
	color: #FFFFFF;
/*	background-image:url(/images/layout/online_banking_button2.gif);
	background-repeat:no-repeat;
*/	padding-top: 5px;
}

#secondaryNav ul li a:hover#banking
{
	color: #D8A966;
}



a:link {
	color: #2B588B;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2B588B;
}
a:hover {
	text-decoration: none;
	color: #2566AF;
}
a:active {
	text-decoration: underline;
	color: #2566AF;
}

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0C1E4E;
	text-decoration: none;
}
a.breadcrumbs:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0C1E4E;
	text-decoration: underline;
}
a.breadcrumbs:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0C1E4E;
	text-decoration: none;
}
a.breadcrumbs:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.breadcrumbs:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #25355B;
}

p.pageTitle {
	padding-top:0;
	margin-top:0;
	}
	
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.copyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.copySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.copyBoldItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}

.copyItalic {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
.copy10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.copy10Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.copy10BoldItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.copy10Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
.copy12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.copy12Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.copy12BoldItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.copy12Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
.copy14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.copy14Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.copy14BoldItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.copy14Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}

.smallPrint {
	font-family: Arial, Helvetica;
	font-size: 9px;
	color: #000000;
}

.copyBoldWhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.button, .buttonHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #162448;
	background-image:url(/images/layout/button_bg.gif);
	border: 1px outset #162448;
}


.darkButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	background-image: url(/administration/images/header_bg.gif);
	border: 1px solid #000000;
}

.HomeNewsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #0C1E4E;
	border: 1px solid #000000;
}

.surveyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0C1E4E;
	border: 1px solid #000000;
}

#thumb {
	margin: 3px;
	height: auto;
	float: left;
	text-align: center;
	border: 1px solid #000000; 
	background-color:#FFFFFF;
	height: 144px;
	width: 145px;
	overflow:hidden;
}	

#thumb img{
	display: inline;
}

#thumb .photoActions{
	vertical-align:middle;
	margin-bottom: 4px;
}

#thumb .photoActions a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

#thumb .photoActions a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}

.phototitle {
	text-align: center;
  	font-weight: normal;
  	width: 99%;
	height: 100%;
	background-color:#BDC8D9;
	
	background-repeat:repeat-x;
}

.newsTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0C1E4E;
}

.sitemapLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.seperatorLine {
	font-size: 1px;
	background-image:url(/images/spacer.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height:1px;
	background-color:#000000;
}

.tableAltDark {
	background-color: #E0E0E8;
}

.tableAltLight {
	background-color: #F4F4F6;
}

.formheader {
	background-color: #162448;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #000000;
}

.BoxBorder {
	border: 1px solid #000000;
}

td.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #25355B;
	border: 1px solid #25355B;
	padding: 3px;
	background-color: #D8A966;
	background-image:url(/images/layout/button_bg.gif);
	background-repeat:repeat-x;
}

.rowHighlight {
	background-color: #D8A966;
}

.rowAlternate {
	background-color: #D4D6DE;
}

input, select, textarea {
	border: 1px solid #25355B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

textarea {
	width: 95%;
}

input.wide {
	width: 95%;
}

input.chkbox {
	border:none;
}

#alertbox {
	border: 		1px solid #B30000;
	background-color: #FF8080;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 2px;
	display:		inline;
	color:			#FFFFFF;
	text-align:		center;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		10px;
	height: 		100%;
}

.alertbox {
	border: 		1px solid #B30000;
	background-color: #FF8080;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 2px;
	display:		inline;
	color:			#FFFFFF;
	text-align:		center;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		10px;
	height: 		100%;
}

.bluealertbox {
	border: 		1px solid #00487D;
	background-color: #0066B3;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 2px;
	display:		inline;
	color:			#FFFFFF;
	text-align:		center;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		10px;
	height: 		100%;
}

#bluealertbox {
	border: 		1px solid #00487D;
	background-color: #0066B3;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 2px;
	display:		inline;
	color:			#FFFFFF;
	text-align:		center;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		10px;
	height: 		100%;
}

.galleryLimitBox{
	border: 1px solid #00487D;
}
.galleryLimitAvailable{
	color: #00487D;
	background-color: #BFE4FF;
}
.galleryLimitUsed{
	color: #BFE4FF;
	border-top: 1px solid #00487D;
	background-color: #0066B3;
}

.whatsnew_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color:#C3C5D4;
	float:right;
}


.whatsnew_home_header {
	height: 31px;
	vertical-align:middle;
	text-align:center;
	background-color:#515C89;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.whatsnew_home_footer {
	width: 290px;
}

.whatsnew_home_body {
	padding: 5px;
}
hr.whatsnew_home {
	background-color:#515C89;
	color:#515C89;
	width: 100%;
}


