/* CSS Document */

body {
	background: #a1b7bc;
	padding:0px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

  a:link { color: #000000; text-decoration: underline; font-weight: normal; }
  a:visited { text-decoration: none; color: #000000; font-weight: normal; }
  a:hover { text-decoration: underline; color: #000000; font-weight: normal; }
  a:active { text-decoration: #000000; font-weight: bold; }

.small {
     color: #666666;
	font-size: 9px;
}

.container {
	width: 900px;
	margin: auto;
	background: white;
	padding: 0px;
}

.header {
	background:url(banner.png) no-repeat;
	height: 220px;
	width: 900px;
}

.header2 {
	background:url(banner2.png) no-repeat;
	height: 220px;
	width: 900px;
}

.header3 {
	background:url(banner3.png) no-repeat;
	height: 220px;
	width: 900px;
}

.header4 {
	background:url(banner4.png) no-repeat;
	height: 220px;
	width: 900px;
}

.headertitle {
	background:url(banner2.png) no-repeat;
	height: 220px;
	width: 900px;
}

.left {
	background:url(leftbackground.png) no-repeat white;
	width: 225px;
	min-height: 600px;
	float: left;
	border-right: 1px solid #d6dee1;
}

.right {
	float:right;
	background: white;
	width: 654px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	min-height: 590px;
	text-align:justify;
}

div.right hr.clear, div.left hr.clear {
	display: block;
	clear: both;
	margin-top: 1px;
	visibility:hidden;
}

.bottom {
	background: white;
	color: #8d8f8f;
}

.searchbar {
	width: 200px;
	margin:auto;
	color: white;
	clear: none;
	text-align:center;
}

.search {
	color:white;
	background-color: #32393a;
	border: 1px solid #aaaaaa;
	width: 100px;
	font: tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.newsupdates {
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
     padding-left: 5px;
     padding-right: 5px
}

.newsupdates h2 {
	font: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
     color: #2663AC;
}

.newsupdates i {
	font-style:normal;
}

.linksa {
	float: left;
	margin-left: 10px;
	margin-top:-50px;
	z-index:46745;
	color: #ccc;
}

.linksa a {
	color: #ccc;
	text-decoration: none;
}

h1 {
	color: #1b4388;
     font-size: 20px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;     
}

h2 {
	color: #1b4388;
     font-size: 17px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;     
}

.navbar ul {
	list-style: none;
	position: relative;
	margin-right: 0px;
	float: right;
	margin-top: 0px;
}

.navbar ul li {
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-left: -5px;
	display: inline;

}

.plan_head {

padding: 5px;
font-size: 12pt;
color: #FFFFFF;
background-color: #2E5EB3;
border: #123B87 solid 2px;
font-weight: bold;

}

.plan_content {

font-size: 10pt;
color: #000000;
background-color: #BDD0EE;
padding-left: 15px;
padding-top: 5px;
padding-bottom: 5px;

}