@charset "UTF-8";
/* CSS Document */

body {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Helvetica, Geneva, Arial, sans-serif;
	letter-spacing:.02em;
	font-size:12px;
	line-height:1.5em;
	color:#CCCCCC;
	margin-bottom:0px;
	background-image:none;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
}

body.home{
background-image:none;
}

.print{
display:block;
}

.noprint{
display:none;
}

#nav2 {
	width:800px;
	height:40px;
	float:none;
	text-align:left;
	font-size:12px;
	margin-top:28px;
	margin-bottom:10px;

}

#nav2 a{
	text-decoration:none;
	color:#003768;
}

#nav2 a:hover{
	text-decoration:underline;
	
}

#nav2 ul{
	list-style-type:none;
}

#nav2 li{
	display:inline;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:0px;
	border-left:1px solid #003768;
	margin-bottom:0px;
}

#nav2 li.chosen a{
	text-decoration:underline;
	color:#003768;

}

#nav2 li.noline{
	border-left:none;
	padding-left:0px;
}

#nav3 {
	width:800px;
	height:25px;
	float:none;
	text-align:center;
	font-size:12px;
	letter-spacing:.03em;
	margin-bottom:5px;
	margin-top:20px;

}

#headerabout{
	height:30px;
	background-image:none;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-weight:bold;
	font-size:30px;
	color:#003768;
	text-align:left;
	padding-left:20px;
	padding-top:20px;
	margin-bottom:75px;

}

#headeradvantage{
	height:30px;
	background-image:none;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-weight:bold;
	font-size:30px;
	color:#003768;
	text-align:left;
	padding-left:20px;
	padding-top:20px;
	margin-bottom:75px;

}

#headernetwork{
	height:30px;
	background-image:none;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-weight:bold;
	font-size:30px;
	color:#003768;
	text-align:left;
	padding-left:20px;
	padding-top:20px;
	margin-bottom:75px;

}

#headernews{
	height:30px;
	background-image:none;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-weight:bold;
	font-size:30px;
	color:#003768;
	text-align:left;
	padding-left:20px;
	padding-top:20px;
	margin-bottom:75px;

}

#headerinvestor{
	height:30px;
	background-image:none;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-weight:bold;
	font-size:30px;
	color:#003768;
	text-align:left;
	padding-left:20px;
	padding-top:20px;
	margin-bottom:75px;

}

#sectionheader{
	width:800px;
	margin-bottom:30px;
	margin-top:10px;
}

#structureheader{
	width:800px;
	margin-top:15px;

}

#textcolumn{
	width:800px;
}

#rightcolumn{
	width:800px;
}

#advantage{
	width:800px;

}

#newsheader{
	width:800px;
	
}

#newstext2{
	width:200px;
	height:auto;
	text-align:left;
	float:left;
	color:#003768;
	font-size:12px;
}

#releaseheader{
	width:800px;

}

