/* CSS Document */
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0;
}

body{
	background: #808080;
	height: 100%;
}

body a{
	text-decoration: none;
	color: #FFF;
}

body a:hover{
	text-decoration: underline;
	color: #000;
}

#wrapper{
	width: 850px;
	height: 100%;
}

#header{
	background: url(Images/mast_head.gif);
	height: 124px;
}

#toplinks{
	padding: 15px 150px 0px 0px;
	text-align: right;
}

#nav{
	background: url(Images/menu_background.gif);
	height: 32px;
	float: left;
	width: 850px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul {
	list-style: none;
	line-height: 0;
	font-weight: bold;
	padding: 0; 
	margin: 0 25px;
}

#nav li {
	float: left;
	padding: 0;
	list-style:none;
	position:relative;
}

#nav li a{
	text-decoration:none;
	text-align:center;
	float: left;
}

#nav li ul {
	height: 25px;
	width: 140px;
	position: absolute;
	left: -999em;
	font-weight: normal;
	top: 33px; 
	background: #03a78d;
	margin:-1px 0 0 0px;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li.sfhover ul ul,#nav li.sfhover ul ul ul {
	left: 20px;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover 
ul,#nav li li li.sfhover ul {
	left: 10px;
}

#nav li ul,#nav li ul a{
	background: #000;
	height: 25px;
	width: 140px;
	line-height: 25px;
}

#nav li ul a:hover{
	background: #FFF;
	color: #3299cc;
}
#contentarea{
	background: url(Images/body_background.gif) repeat-y;
	float: left;
	height: 400px;
	width: 850px;
	display: inline;
}

.H1{
	font-size: 16px;
	font-weight: bold;
}

.H2{
	font-weight: bold;
}

.H3{
	font-size: 10px;
}

.H3{
	font-size: 10px;
}

#left{
	float: left;
	text-align: left;
	width: 450px;
	margin: 25px 25px 25px 50px;
}

#leftbul{
	list-style: disc;
}

#login{
	width:450px;
	padding-left: 125px;
}

.blocktext{
	color:#000000;
}

#virtualpages{
	width: 450px;
	height: 350px;
}

.iconspan{
	float: left;
	margin: 3px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
}

.eg-bar{
	background: url(Images/login_bar.jpg) repeat-x;
	border: 1px solid white;
	padding: 3px;
	color: #FFF;
}

div.eg-bar{
	width: 200px;
}

.icongroup1{
	width: 200px;
	color: #000;
}


#right{
	float:right;
	text-align: left;
	width: 250px;
	margin: 25px 50px 25px 25px;
	height: auto;
}

#charts{
	width: 250px;
	background-color: #FFFFFF;
}

#quote{
	width: 246px;
	border: solid 2px #FFF;
}

#footer{
	background: url(Images/bottom.gif) no-repeat;
	height: 47px;
	width: 850px;
	float: left;
}

#footertext{
	width: 850px;
	padding: 40px 0px 0px 50px;
	text-align: left;
}
	