/* *************** DEFAULT COMMON STYLES *************** */
body {
	text-align: center;
	min-width: 800px;
	background-color:#FFF;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:15px; }

a {
	color:#005380; }
	
strong {
	color:#333; }
	

h1 {
	font-size:17px; }
	
	
h2 {
	font-size:15px; }
	
	
h3 {
	font-size:13px; }
	



/* *************** LAYOUT STYLES *************** */

#wrapper {
	margin:0 auto;
	width:800px;
	text-align: left; }

#logo {
	float:right;
	margin-top:85px;
	margin-bottom:15px;
	margin-right:35px;
}

#graph {
height:178px;
}

	 
#page {
	padding-top:20px;
	width:800px;
}
	 
#subhead {
	text-align:center;
	padding-top:25px; }
	

#left_col {
	width:410px;
	float:left;
	font:14px/20px Arial, Helvetica, sans-serif;
	color:#333333;
	padding-left:50px;
	}
	
#left_col p{
	margin-top:0;
	}
	
#left_col ul{
	font-size:14px;
	line-height:16px;
	color:#333;
	}
	
#left_col li{
	margin-bottom:7px;
	
	line-height:19px;
	
	}
	
#left_col ul span{
	color:#333;
	}
	
#left_col p span{
	font-weight:bold;
	color:#00539b;
	}

#right_col {
	width:271px;
	float:left;
	padding:14px 7px 7px 7px;
	border:0;
	margin-right:25px;
	background-color:fff;
	text-align:center;
	margin-bottom: 90px;
}

#newright_col {
position:relative;
	width:271px;
	height:430px;
	float:left;
	border:0;
	background-color:fff;
	text-align:center;
	
}

.down{
position:absolute;
	bottom:0px;
	left:20px;
	width: 290px;
}
	
	

#right_col #graph {
	margin-top:5px; }


#footer {
	height:60px;
	clear:both;
	text-align:center;
	padding-top:20px;
	background: url(../images/footer_stripe.gif) no-repeat; }
	

