body 
{
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/blue.gif) repeat-y 0 0;
}
.header_div
{
	width: 100%;
	height: 146px;
	background: #13297C url(../images/header_background.jpg);
	
}
.header_image_div
{
	width: 800px;
	height: 146px;
	background: #13297C url(../images/header.jpg);
	
}
.header_link
{
	float: left;
	margin-left: 40px;
	margin-top: 114px;
	height: 23px;
	padding-top: 4px;
	color: #ffffff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	font-weight: bold;
	
}
.header_link A:link 
{
	text-decoration: none;
	color: white;
}
.header_link A:visited 
{
	text-decoration: none;
	color: white;
}
.header_link A:active 
{
	text-decoration: none;
	color: white;
}
.header_link A:hover 
{
	text-decoration: none;
	color: yellow;
}
.header_curve
{
	width: 200px;
	height: 19px;
	background: url(../images/header_curve.jpg);
	background-repeat: no-repeat;
	
}
.page_container
{
	width: 90%;
	overflow: none;
}
.sidebar
{
	float: left;
	display: block;
	width: 180px;
	background: #13297C url(../images/header_side.jpg);
	background-repeat: no-repeat;	
}
.sidebar_link
{
	margin-left: 2px;
	padding-left: 4px;
	margin-top: 14px;
	height: 18px;
	padding-top: 2px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.6em;	
	text-align: left;
	font-weight: bold;
	border-left:  solid white;
	border-bottom:  solid white;
	border-width: 1px; 
	
}
.sidebar_link A:link 
{
	text-decoration: none;
	color: white;
}
.sidebar_link A:visited 
{
	text-decoration: none;
	color: white;
}
.sidebar_link A:active 
{
	text-decoration: none;
	color: white;
}
.sidebar_link A:active 
{
	text-decoration: none;
	color: white;
}
.sidebar_link A:hover 
{
	text-decoration: none;
	color: yellow;
}
.content_div_fix
{
	margin-left: 220px;
	width: 540px;
}
.content_div
{
	margin-left: 220px;
	width: auto;
}
.content_div h1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.2em;
	color: #13297C;
} 
.content_div h2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.0em;
	color: #13297C;
} 
.content_div h3 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	color: #13297C;
} 
.content_div p 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
} 
.content_div ul{
	margin: 0 auto;
}
.content_div ul li{
	text-align: left;
	font-size: 0.8em;
	float: left;
	list-style: none;
	padding: 3px 6px 3px 25px;
	margin: 5px;
	background: url(bullet4.gif) 2px 2px no-repeat;

}
/* The wider the #list_wrapper is, the more columns will fit in it */
#list_wrapper
{
	float: right;
    	width: 420px;
    	padding: 0;
    	margin-right: 100px;
}
/* The wider this li is, the fewer columns there will be */
ul.multiple_columns li
{
	margin: 0;
        text-align: left;
        float: left;
        list-style: none;
        height: 20px;
        width: 120px;    
}
ul.nofloat li
{
        text-align: left;
        float: none;  
}
.blacktext 
{
	color: black;
}
.note
{
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.0em;
	font-weight: bold;
} 
.red 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	color: #FF3333;
} 
.footer_div
{
	margin: 0 auto;
}
.toprow 
{
	height: 0px;
	overflow: hidden;
	white-space: nowrap;
}
.news_box 
{
	border:1px solid #99aecd;
	padding-bottom: 12px;
}
.news_headline 
{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.news_text
{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
}
.news_link 
{
	width: 70%;
	margin-left:auto;
	margin-right:auto;
	font-family: sans-serif;
	font-size: 12px;
	text-align: right;
}
.jgiant 	{ font-family: Arial, sans-serif; font-size: 24pt; font-weight: bold; }
.jlarge	 	{ font-family: Arial, sans-serif; font-size: 18pt; }
.jthick 	{ font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold; }
.jnormal 	{ font-family: Arial, sans-serif; font-size: 10pt; }
.jlittle	{ font-family: Arial, sans-serif; font-size: 8pt; }
.jtiny		{ font-family: Arial, sans-serif; font-size: 7pt; }