*
{
	margin:0;
	padding:0;
}

body 
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#c0c0c0;
	color:black;
}

#holder
{
	position:relative;
	width:959px;
	margin-left: auto;
	margin-right: auto;
	padding-left:31px;
	background-color:#253368; 
	border:1px solid black;
}

#header
{
	position:relative;
	background-image: url('images/header.gif');
	height:124px;
	width:959px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}

#header h1
{
	visibility:hidden;
	font-size:20px;
}

#stretchybackground
{
	position:relative;
	background-image: url('images/StretchyBackground.gif');

}

#leftcolumn
{
	position:relative;
	width:269px;
	float:left;
	margin:0px;
	padding:0px;
	background-color:#3188bb;
}

#nav
{
	position:relative;
	background-color:#ce6e20;
	background-image: url('images/navbackground.gif');
	background-repeat: no-repeat;
	min-height:261px;
	width:269px;
	margin:0px;
	padding:0px;

}

#nav ul
{
	position:relative;
	color:white;
	list-style-type: none;
	text-transform:uppercase;
	text-align:right;
	font-size:13px;
	margin-right:5px;
	padding-top:8px;
	padding-bottom:7px;
	letter-spacing:1px;

}

#nav a
{
	color:white;
	text-decoration:none;
	display:block;
	padding-top:5px;
	padding-bottom:8px;
	line-height:15px;
}

#nav a .LL 
{ 
	font-size: 120%; 
}

#nav a:hover
{
	color:#1f5d52;
}

#nav a:hover .LL
{
	color:#1f5d52;
}

#bluebox
{
	position:relative;
	background-image: url('images/blueboxbackground.gif'); 
	/* background-color:#3189bb; */
	min-height:261px;
	width:269px;
	float:left;	
}

#bluebox img
{
	border:0px;
}



#contentwrapper
{
	margin-left:269px;
	position:relative;
	background-image: url('images/ContentAreabackground.gif');
	min-height:522px;
	width:690px;	
}

#contentheader
{
	position:absolute;
	background-image: url('images/ContentAreaHEader.gif');
	height:40px;
	width:690px;	
	margin:0;
	padding:0;
}

#content
{
	position:relative;
	width:635px;
	color:black;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:12px;
}

#content h1
{
	font-size:18px;
	color:black;
	padding-bottom:10px;
}

#content p
{
	padding-bottom:10px;
}

#contentfooter
{
	position:realtive;
	background-image: url('images/ContentAreaFooter.gif');
	height:19px;
	width:959px;	
}

#content ul li
{
	background-image: url('images/PlusPassBullet.gif');
	background-position: 0 4px;
	background-repeat: no-repeat;
	list-style-type: none;	
	padding: 0 0 0 18px;
	margin: 0;
	height: 20px;
	line-height: 20px;	
}

#footer
{
	position:relative;
	width:959px;
	height:30px;
	color:white;
	font-size:12px;
	margin-top:8px;
}

#footer a
{
	color:white;
	text-decoration:none;
}

#charts
{
	width:350px;
	height:541px;
	float:right;
	margin-bottom:20px;
}