/***********
Main menu div
***********/
#Div_MenuLeft {
	width: 145px;
	padding:0px;
	float:left;
}

/***********
Main menu links
***********/
a.A_MenuItem {
	width: 145px;
	/*position: relative;*/
	display: block;
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	color: #012d6f;
	padding: 2px 2px;
	text-decoration:none;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9; 
}
a.A_MenuItem:hover {
	color: #FFF; 
	background-color:#012d6f;
	text-decoration: none;
}

/***********
Home modules for news articles
***********/

.NTitle {
	font-family: Trebuchet MS; 
	font-size: 20px; 
}

.NLeading {
	font-family: Trebuchet MS; 
	font-size: 12px; 
}

.NSmall {
	font-family: Arial; 
	font-size: 9px; 
}

.NHeader {
	font-family: Trebuchet MS;
	font-size: 26px;
}

/***********
Font colors
***********/

.CGrey { color: #333333; }

.CWhite { color: #FFFFFF; }

.CLightGrey { color: #666666; }

.CLighterGrey { color: #999999; }

.CBlue { color: #013678; }

.CBlack { color: #000000; }


.CSWhiteOnBlue {
	color: #FFFFFF;
	background-color: #013678;
	padding: 5px 5px 5px 5px;
}

.CSWhiteOnLightBlue {
	color: #013678;
	background-color: #E5EBF1;
	padding: 5px 5px 5px 5px;
}

/***********
Font weight
***********/

.WBold {
	font-weight: bolder;
}

/***********
Links
***********/

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
/***********
Image border, light grey 
***********/
.IMG_GreyBorder {
	border: 1px #999999 solid;
}
.IMG_WhiteBorder {
	border: 1px #FFFFFF solid;
}

.FORM_ButtonBlue {
	padding: 3px;
	background-color: #345E93;
	border: none;
	color: #FFFFFF;
}