body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #162A59;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1C336B;
	line-height: 17px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
form {
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	color: #FF0000;
}

div.restrict {
	height: 15px;
	overflow: hidden;
	padding-right: 10px;
}

/* custom classes */

.breadcrumb {
	background-image: url(images/breadback.gif);
	text-indent: 205px;
}
.breadcrumb a {
	color: #999999;
	font-size: 9px;
}
.main {
	background-color: #FFFFFF;
	border-left: 5px solid #061334;
	border-right: 5px solid #061334;
}
.footer {
	font-size: 9px;
	text-indent: 205px;
}
.footer a {
	color: #666666;
}
.footer_home {
	font-size: 9px;
	text-indent: 20px;
}
.footer_home a {
	color: #666666;
}
.identitiy {
	position: relative;
	float: left;
}
.searcharea {
	position: relative;
	float: right;
	width: 215px;
	margin-top: 10px;
	color: #999999;
	font-size: 10px;
}
.searchbox {
	width: 100px;
	border: 1px solid #061334;
	background-color: #F6F6F6;
	height: 19px;
}
.home_feature {
	background-color: #1C326C;
	padding: 30px;
	color: #FFFFFF;
}

/* subnavigation */

.subnavigation {
	width: 170px;
	padding: 10px;
	padding-top: 25px;
}
.content {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 15px;
	padding-top: 30px;
}
div.sublink {
	padding-left: 20px;
	border-bottom: 1px dotted #061334;
	cursor: pointer;
	text-transform: capitalize;
}
div.sublink:hover {
	background-color: #F6F6F6;
}
div.member_link {
	padding-left: 20px;
	border-bottom: 1px dotted #999999;
	cursor: pointer;
	text-transform: capitalize;
}
div.member_link:hover {
	background-color: #F6F6F6;
}
div.sub_current {
	padding-left: 20px;
	border-bottom: 1px dotted #061334;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: bold;
}
div.sub_current:hover {
	background-color: #F6F6F6;
}

/* content classes */

div.content_img {
	position: relative;
	float: right;
	width: 150px;
	height: 150px;
	border: 1px solid #999999;
	margin-left: 15px;
	margin-bottom: 15px;
}
.listrow_odd {
	background-color: #F6F6F6;
	height: 22px;
}
.listrow_even {
	background-color: #FFFFFF;
	height: 22px;
}
.listrow_link {
	color: #999999;
}
.pagetitle {
	font-size: 12px;
	color: #666666;
	position: relative;
	float: left;
	text-transform: capitalize;
}
.inputwidth {
	width: 275px;
}

.txtInput{
   background: #FFFFFF;
   width:290;
   height:17;
   font-size: 7.5pt;
   border: 1px solid #C7D7D9;
   color: #2F7E95;
   margin-top:1px;
   margin-bottom:1px;
}

.surveyIndent{
   padding-left:20px;
}

.headerSurveyCell{
   background: url(images/cell_bg.gif) repeat-x center;
}

option , select {background-color:#D9D9D9}