/* CSS Document */
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
}

body{
	background: #FFFFFF;
}

body a{
	text-decoration: underline;
}

body a:hover{
	text-decoration: underline;
}

#wrap{
	width: 800px;
	height: auto;
	padding: -1px;
}

#top{
	width: 100%;
	height: 237px;
}

#masthead{
	width: 800px;
	height: 237px;
	background: url(images/masthead.jpg) no-repeat;
	float: left;
}

#left{
	width: 650px;
	height: 237px;
	float:left;
}

#right{
	width: 150px;
	height: 237px;
	float: left;
	color: #FFFFFF;
}

.iconspan{
	float: left;
	margin: 2px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
}

.eg-bar{
	font-weight: bold;
	border: 1px solid white;
	padding: 2px;
	color: #FFF;
}

div.eg-bar{
	width: 135px;
}

.icongroup1{
	width: 135px;
	color: #FFFFFF;
}

.loginstyle{
	color:#FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.inputlabel{
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#topextended{
	width: 100%;
	height: 237px;
	float: right;
}

#content{
	width: 100%;
	height: 367px;
}

#nav{
	padding: 0px 0;
	display: block;
	width: 237px;
	height: auto;
	float: left;
	background:url(images/button_background.jpg) no-repeat top;
}

.pad{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10px;
}

#text{
	width: 300px;
	float: left;
}

#text ul, #text li{
	list-style: disc;
}

#featurehead{
	width: 100%;
	height:15px;
	padding: 3px;
	background: #3a53a5;
	color: #ffffff;
	font-weight: bold;
}

#featurehead a{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#featurehead a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#links{
	width: 100%;
	height:auto;
	padding: 7px;
	background: #D2E8F7;
	color: #ffffff;
	font-weight: bold;
}

.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	font-size: 18px;
	font-weight: bold;
}

#img{
	width: 223px;
	height: auto;
	float: right;
	text-align: left;
	margin-left: 30px;
	margin-bottom: 20px;
}


#textprivacy{
	width: 563px;
	float: left;
}


#contentextend{
	width: auto;
	height: 367px;
	float:left
}

#footer{
	width: 800px;
	height: 30px;
	text-align: center;
	margin-left:0px;
	margin-top: 100px;
}

#footer a:hover{
	text-decoration: underline;
}

