﻿html {overflow-y: scroll;}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #f6fbfe;
}
a {
	color: #113962; 
	text-decoration:none;	
}	
a:hover {
	color: #F47720; 
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
img {
	border: 0;	
}

#container {
	background-color: #fff;
	width: 880px;
	margin: 0 auto;
	border-top: 0;
	border-bottom: 0;
	border-right: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
}

#containerMain {
	width:880px;
	margin: 0 auto;
	background-color: #f6fbfe;
}


/* Styles for Masthead */
#masthead {
	background-image: url('images/background.png');
	background-repeat:repeat-x;
	text-align:right;
}

.topMenu {
	float:right;
	margin: 5px 8px 0 0;
}

.topMenuItem {
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	margin: 0 8px 0 0;
}
.topMenuItem a {
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	margin: 0 8px 0 0;
}
.topMenuItem a:hover {
	font-size: 11px;
	font-weight:bold;
	color: #F47720;
	text-decoration: none;
	margin: 0 8px 0 0;
}



#navigation {
	font-size:1.1em;
	margin-bottom:0px;
	padding-bottom: 0px;
}

.bulletList {	
	margin: 2em 0 0 3em;
	padding-top:0;
	padding-left:0;
}

.bulletListItem {
/*	background-image: url('images/icon_go_off.png'); 
	background-repeat:no-repeat; */
	padding-bottom: 0;
	padding-left: 0;
	vertical-align: bottom;
}

.bulletListItem a {
	font-size:1.2em;	
	
}
.listItem {
	padding-bottom: 0;
	padding-left: 0;
	vertical-align: bottom;
	font-size:12px;	
	text-indent: -2em; 
	margin-left: 2em;
}
.newsImg {
	padding: 0;
	margin: 0;
	vertical-align:middle;
}
#column_l {
	position: relative;
	float: left;
	width: 140px;
	margin: 0;
	padding: 15px;
	background-color: #fff;
}
#column_m {
	position: relative;
	float: left;
	width: 522px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#column_r {
	width: 187px;
	margin: 0;
	position: relative;
	float: right;
	padding: 0;
}
#news {
	position: relative;
	float: right;
	width: 710px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#footer {
	position: inherit;
	width: auto;
	clear: both;
	overflow: auto;
	background-color: #113962;
	padding: 8px 15px 8px 15px;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.headerLogo {
	float: left;
}


/* Styles for left menu */
.leftMenuTitle {
	font-size: 11px;
	line-height: 14px;
	color: black;
	margin:20px 0 8px 0;
	border-bottom: 1px orange solid;
}
.leftMenuItem {
	font-size: 10px;
	line-height: 14px;
	color: gray;
	margin: 6px;
	padding: 1px;
}

/* Styles for home page */
.homeTitle {
	font: Arial;
	font-weight: bold;
	font-size: 18px;
	color: black;
	margin: 60px 20px 30px 35px;
	text-align:right;	
	position: relative;
	z-index:1;
	float:left;
}
.homeMainImg {
	float: right;
	margin: 0;
	height:210px;
	width:332px;
	position: relative;
	z-index: 1;
}

.tableTile {
	font-weight:bold;
}
.textAlign {
	font: Arial;
	font-size: 11px;
	font-weight:bold;
	color: #FA7323;
	margin: 0 0 0 0;
	vertical-align: text-top;
}
.iconAlign {
	height: 20px;
	width: 20px;
	margin: 0 0 0 10px;
	vertical-align:text-bottom;
}

/* Styles for main column */
.tagImg {
	margin: 4px 0 5px 14px;
}
.moreButton {
	margin: 0 0 0 3px;
	vertical-align:bottom;
}
.tagTitle {
	font: Arial;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	vertical-align:text-bottom;
	color: #21375b;
	margin: 0 15px 4px 19px;
}
.tagDescription {
	font: Arial;
	font-size: 14px;
	color: black;
	padding:10px;
	margin:5px 10px 3px 4px;
}
.tagBackground {
	background-color: #F2F4E9; 
	border: 1px #DAE8F8 solid;
	margin-right: 10px;
}
.pageTitle {
	font: Arial;
	font-weight: bold;
	font-size: 18px;
	 ;
	vertical-align:text-bottom;
	color: black;
	margin: 0 15px 10px 3px;
}
.newsAuthor {
	font: Arial;
	font-weight: bold;
	font-size: 10px;
	color: black;
	margin: 0 15px 10px 3px;
}
.bodyTitle {
	font: Arial;
	font-weight: bold;
	font-size: 13px;
	color: black;
	line-height: 10px;
	vertical-align: bottom;
	margin: 0 10px 10px 10px;
}
.bodyImage {
	height: 20px;
	width: 20px;
	border-top-width:20px;
}
.bodyContent {
	font: Arial;
	font-size: 12px;
	color: gray;
	line-height: 12px;
	vertical-align: text-top;
	margin: 0 10px 13px 13px;	 
}

.bodyBorder {
	border-bottom: 1px #FFCC66 dotted;
}
.bodyTableHeader {
	font: Arial;
	font-size: 12px;
	font-weight:bold;
	background-color: #f8b76a;
	color: black;
	margin: 0 10px 13px 13px;
	padding:12px;
	width: 300px;
	border: 1px solid #C0C0C0;
}
.bodyTableContent {
	font: Arial;
	font-size: 12px;
	background: #c2cad7;
	color: black;
	margin: 0 10px 13px 13px;
	padding:12px;
	width: 300px;
	border: 1px solid #C0C0C0;
}
.mainPara {
	font: Arial;
	font-size: 13px;
	color: black;
	padding:10px;
	margin:0 10px 8px 0px;
}
.Title {
	font: Arial;
	font-weight: bold;
	font-size: 13px;
	color: Navy;
	line-height: 10px;
	vertical-align: bottom;
	margin: 0 10px 3px 10px;
}
.mainParaSmall {
	font: Arial;
	font-size: 12px;
	color: black;
	padding:10px;
	margin:0 10px 8px 0px;
	border-bottom: 1px silver solid;
}
.mainParaList {
	font: Arial;
	font-size: 12px;
	margin-left:25px; 
	margin-bottom:15px; 
}
/* Styles for right column */
.rightTitle {
	font: Arial;
	font-size: 11px;
	font-weight:bold;
	color: #113962;
	vertical-align: bottom;
	margin: 10px 5px 10px 4px;
	padding-top:10px;
}
.rightForm {
	vertical-align: super;
	margin: 0 5px 10px 35px;
}
.rightFormTile {
	font-weight:bold;
	text-indent:25px;
	color: #113962;
}
.rightContent {
	font: Arial;
	font-size: 11px;
	color: gray;
	vertical-align: super;
	margin: 0 10px 13px 4px;
}
.rightBlockTop {
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-bottom: 1px silver solid;
	border-left: 1px silver solid;
}
.rightBlockOn {
	margin: 0;
	padding: 15px 0 5px 5px;
	background-color: #f6fbfe;
	border-bottom: 1px silver solid;
	border-left: 1px silver solid;
}
.rightBlockOff {
	margin: 0;
	padding: 15px 0 5px 5px;
	background-color: #fff;
	border-bottom: 1px silver solid;
	border-left: 1px silver solid;
}

/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}

