body {
	padding:0;
	margin:0;
	font-family:Arial;
	font-size:12px;
	background:#fff url(../images/background.gif) repeat-x;
	text-align:center;
}

.clearfix:after{
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.clearfix{
	display:inline-block
}
* html .clearfix{
	height:1%
}
.clearfix{
	display:block
}

#nestedbg{
	text-align:center;
	min-height:400px;
}

/***************************************************************************/
/* General Styles:
/***************************************************************************/
#content{
	text-align: left;
	font: 10pt verdana,Helvetica,sans-serif;
	padding-top: 15px;
	width:950px; 
	float:left;
	position:relative;
    left:20px;
    min-height: 480px;
}
#contentBody {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}
#header{
	width:990px;
	height:132px;
	background:url(../images/top_header.gif);
}
#headerflash {
	width:990px;
	height:325px;
}
h1.PageHeader { 
	margin-top: 0;
	font-size: 17pt;
	color: #0e55a5;
}

#content a:link, #content a:visited {
color: #0e55a5;
text-decoration: none;
}

#content a:hover {
color: #0e55a5;
text-decoration: underline;
}

#content ul {
}

#content li {
}


#wrapper {
	text-align: center;
	width: 990px;
	background-color: #FFFFFF;
	padding-top: 0;
	margin: 0px auto;
}
#FormBlock td {
	padding: 2px 0;
}
#FormBlock .formtext {
	font-weight: bold;
}
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

form p label {
	float: left;
	width: 160px;
	font-weight: bold;
	color : #000000;
}
#navigation { 	position: relative;
z-index: 1;
}
#memberStrip {
	margin-top: 3px;
	background: transparent url(../images/member_strip.gif) no-repeat;
	width: 990px;
	height: 58px ;
	padding-top: 4px;
	
}
#goButton {
	background:url(../images/go-button.gif)left top no-repeat; 
	width:41px; 
	height:39px; 
	border:0px; 
	display:block;
	text-indent:-9999px; 
	float:right;
}
input#username, input#password {
	text-align: right;
	color:#b7b8b9; 
	font-size: 18px;
	padding: 2px 3px;
	margin-right: 10px;
}
td.loginText {
	font-size: 18px;
	padding: 3px 15px;
}
table.loginStrip {
	float: right;
	margin-right: 25px;
	margin-top: 1px;
}
#menustrip {
	background: transparent url(../images/menu_buttons.gif) no-repeat;
	width: 990px;
	height: 73px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-left: 5px; 
}
#menustrip ul {
	list-style: none; 
	margin: 0; 
	padding: 10px 0 0 0; 
}
#menustrip li {
	position: relative; 
	float:left;
}
#menustrip ul li a {
	display: block;
	padding: 19px 37px 16px;
	text-decoration: none;
	color: #FFF;
	font-weight: normal; 
	font-size: 22px;
	margin-top: 0;
	width: auto;
	white-space: nowrap;
}
#menustrip ul li.Link2 a {
	padding: 19px 44px 16px;
}
#menustrip ul li.Link3 a {
	padding: 19px 44px 16px;
}
#menustrip ul li.Link4 a {
	padding: 19px 15px 16px;
}
#menustrip ul li.Link6 a {
	padding: 19px 26px 16px 36px;
}
#menustrip ul li.Contact a {
	padding: 19px 28px 16px 28px;
}
#menustrip ul li.First a {
	border-left: 0;
}
#menustrip ul li a:hover {
	color:	#004679;
}

#menustrip ul ul {position:absolute; width:500px; display:none;padding-left:0; }
#menustrip ul li:hover ul {display:block;}
#menustrip ul ul li { float:none;}
#menustrip ul ul li a {text-align:left; width:180px; background:#FEB729; white-space:nowrap;}
#menustrip ul ul li a.First{ } 
#menustrip ul ul li a:hover {background:#dcdee7; color:#004679;}

#loginText {
	width: 240px;
	margin: 6px 0 0 25px;
	float: left;
}
#memberStrip ul {
	list-style: none; 
	margin: 8px 0 0 0; 
	padding: 0 0 0 0; 
}
#memberStrip li {
	position: relative; 
	float:left;
}
#memberStrip ul li a {
	display: block;
	padding: 7px 20px 7px;
	text-decoration: none;
	color: #000;
	font-weight: normal; 
	font-size: 15px;
	margin-top: 0;
	width: auto;
	white-space: nowrap;
}
#memberStrip ul li.First a {
	border-left: 0;
}
#memberStrip ul li a:hover {
	color:	#004679;
}

#footer {
	background-color: #6a38a7;
	height: 30px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 15px;
	text-align: center;
	color: #fff;
}
#footer a {
	color: #fff;
}
.isRequired {
	color: red;
	font-size: 10px;
	vertical-align: top;
}
div.error {
	border: 2px solid red;
	background-color: #ffffcc;
	color: red;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 40px;
	margin-bottom: 15px;
}
input.error {
	border: 1px solid red;
}
