body
{
	width: 100%;
	margin:0 0 0 0;
	background: url(images/bg_slice.jpg) repeat-x;
	background-color: white;
	text-align: center;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
.top
{
	margin:0 auto 0 auto;
	width:1000px;
	height:126px;
	background:url(images/bg_top.jpg);
}
.logo
{
	border: none;
	float: left;
	margin-left: 120px;
	margin-top:5px;
}
.slogan
{
	float: right;
	right: 10em;
	position: relative;
	margin-top: 5em;
	font-size: 1.0em;
	font-weight:bold;
	color:black;
}
.middle
{
	margin-right:auto;
	margin-left:auto;
	width:760px;
	padding-left: 8px;
	background: url(images/bg_sidebar_left.jpg) 0 0 repeat-y;
	background-color: #003366;
	
}
.menu_container
{
	margin:0;
	width:175px;
	float: left;
	
}
#top_nav
{
	line-height: 1;
	list-style:none;
	padding: 0;
	margin:0;
}
#top_nav li
{
	vertical-align: top;
	width:175px;
	height: 36px;
	text-align: left;
	
}
#top_nav li a
{
	color: white;
	font-size:1em;
	font-weight:bold;	
	padding-left:20px;
	display: block;
	line-height: 36px;
	background-image:url(images/bg_menu_item.gif);
}
#top_nav li a:hover, #top_nav li a.sfhover
{
	background:url(images/bg_menu_item_hover.gif);
}
.content
{
	float: left;
	width: 585px;
	background-color: white;
	background-image: url(images/bg_content_right.jpg);
	background-position:  568px 0;
	background-repeat: repeat-y;
	position: relative;
}
.content_text
{
	float:left;
	width:500px;
	left:25px;
	position:relative;
	text-align: left;
}
.press_container
{
	right:30px;
	position:relative;
	float:right;
	width:219px;
}
.press_banner{
	width:219px;
	height: 128px;
	background: url(images/bg_inthenews_top.jpg) no-repeat;

}
.press_middle
{
	float:right;
	position: relative;
	right: 7px;
	width: 194px;
	background-image:url(images/bg_inthenews_middle.jpg);	
	background-repeat:repeat-y;
}
.press_bottom{
	float:right;
	width: 194px;
	height: 11px;
	margin-right:7px;
	background-image: url(images/bg_inthenews_bottom.jpg);

}
.press_text
{
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	
}
a
{
	text-decoration: none;
}
.press_text h2
{
	color: #003366;
	font-size: 16px;
	margin: 0;

}
.press_text h3
{
	font-size: 1.1em;
	color:#003366;
	font-weight: bold;
	margin: 1.5em 0 0 0;
}
.press_text p
{
	font-size: 1.0em;
	color:#003366;
	margin: 0;
}
.press_text a
{
	color:#003366;
	font-weight: bold;
	font-size:0.9em;
}
h1, h2
{
	margin: 1em 0 0.5em 0;
	color: #003366;
	font-size:1.4em;
	font-family:"Century Gothic";
}
h3, h4, h5, h6
{
	margin: 1em 0 0.5em 0;
	color: #003366;
	font-size:1.2em;
}
p
{
	color: #666666;
	font-size:1em;
	
}
.content_text ul li
{
	font-size:0.9em;
	font-weight: bold;
	color: #1a4b78;
	list-style-image: url(images/list_bullet.jpg);
}
.content_text ul
{
	margin:10px;
	padding: 10px;
	line-height: 1.3em;
}
.bottom
{
	width:760px;
	margin: 0 auto 0 auto;	
}
.bottom_content
{
	background:url(images/bg_lowermenu_middle.jpg) repeat-y;
}
.bottom_footer
{
	background:url(images/bg_lowermenu_bottom.jpg) no-repeat;
	width:760px;
	height:13px;
	float:right;
}
.secondary_menu_container
{
	/*width:25em;*/
	width:40em;
	padding:1.5em 0 1.5em 0;
	margin: 0 auto 0 auto;
	
}
ul.secondary_menu
{
	line-height:1;
	list-style:none;
	padding:0;
	margin:0px;
}
ul.secondary_menu li
{
	float: left;
	display: block;
	background: url(images/bg_lowermenu_separator.jpg) no-repeat center right;
}
ul.secondary_menu .last_item
{
	background:transparent;
}
.secondary_menu  a
{
	color:#6699cc;
	padding-left:1em;
	padding-right:1em;
}
.copyright
{
	margin:1.5em auto 2em auto;
}
.copyright p
{
	font-size: 0.8em;
}
.clr
{
	clear: both;
	display: block;
}