@import url("../css/page.css"); 
body,html{
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
}
body { 
  font: .76em/1.4em Arial, Helvetica, sans-serif;
}
body.default{
	background-color:#dfe5ea;
}
body,div,td,input,select,textarea{
	font-family:Arial, Helvetica, sans-serif;
}
form{
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size:2.06em;
	line-height: 2.08em;
	color:#000000;
	border-bottom:1px solid #9b9b9b;
	padding:0px 0px 4px 0px;
}
.h1spacer {
	font-size:2.06em;
	line-height: 2.08em;
	color:#000000;
	border-bottom:1px solid #9b9b9b;
	padding:0px 0px 4px 0px;
	width: 170px;
	display: block;
}
h2 {
	color:#999999;
	font-size:20px;
	border-bottom:1px solid #9b9b9b;
	padding:15px 0px 15px 0px;
	line-height:27px;
}
h3{
	margin:0px;
	padding:15px 0px 5px 0px;
	font-size:1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.page_dark{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=40);
	min-height: 580px;
}

.clear{
	clear:both;
	font-size:1px;
	line-height:1px;
}
#site{
	width:970px;
	margin:0px auto 0px auto;
	background-color:#FFFFFF;
}
#page_container{
	margin:0px 20px 0px 20px;
	min-height:610px;
}
* html #page_container{
	height:610px;
}
#page_separator{
	height:128px;
}
#page_tools{
	text-align:right;
	height:31px;
}
.page_banner{
	padding-bottom:14px;

}
#left_panel{
	float:left;
	width:170px;
	padding-bottom:100px;
}
#right_panel{
	float:left;
	width:740px;
	margin-left:20px;
	display:inherit;
	padding-bottom:100px;
}
#flash_player{
	margin-top:30px;
}

/* Header objects */

#header{
	background-color:#ffffff;
	position:absolute;
	width:970px;
	z-index: 1003;
}
#header_logo{
	float:left;
	padding-left:20px;
	width:170px;
	height: 92px;
}
#header_tools{
	float:right;
	width:700px;
	margin-right:20px;
	margin-top:60px;
}
#header_links{
	float:right;
	margin-right:15px;
	font-size:0.92em;
	line-height:23px;
	color:#666666;
	text-decoration:none;
}
#header_links a{
	margin:0px 5px 0px 5px;
	color:#666666;
	text-decoration:none;
}
#header_links a:HOVER{
	text-decoration:underline;
}

#header_search{
	float:right;
	padding-right: 0px;
}
#header_search input[type=text]{
	font-size:0.92em;
	padding:2px;
	vertical-align:middle;
	border:1px solid #cccccc;
	width:148px;
	color:#666666;	
}
.right_panel_search{
	font-size:1em;
	padding:2px;
	vertical-align:middle;
	border:1px solid #cccccc;
	width:120px;
}

.page_tools_item{
	float:right;
	margin-left:18px;
	font-size:0.92em;
	line-height:2.55em;
	color:#666666;
}
.page_tools_item a{
	text-decoration:none;
	color:#666666;
}
.page_tools_item a:hover{
	text-decoration:underline;
}
.link_print{
	background-image:url(../gfx/bg/icon_print.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:24px;
	display:block;
}
.link_email{
	background-image:url(../gfx/bg/icon_email.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:22px;
	display:block;
}
.link_rss{
	background-image:url(../gfx/bg/icon_rss.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:22px;
	display:block;
}
.page_tools_item a.link_size{
	color:#6b9dd4;
}
.page_tools_item a.link_size_larger{
	color:#6b9dd4;
	font-size:1.27em;
}
.panel_180{
	width:170px;
	float:left;
	margin-top:20px;
	margin-right:20px;
}
.panel_380{
	width:360px;
	float:left;
	margin-top:20px;
}
.panel_last{
	margin-right:0px;
}
.panels_3{
	background-image:url(../gfx/bg/sub_3.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	background-color:#dfe5ea;
	background-position:bottom left;
}
.panels_4{
	background-color:#dfe5ea;
	background-image:url(../gfx/bg/sub_4.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.panels_3 .panel_180, .panels_4 .panel_180{
	margin-top:0px;
}
.panels_yellow{
	background-color:#FFFFE1;
}
.panels_yellow .panel_180{
	margin-top:0px;
}
.panels_yellow .panel_380 .page_box{
	margin-right:20px;
}
/* Footer */
#footer{
	background-color:#dfe5ea;
	padding-bottom:20px;
}
#footer_links{
	float:left;
	margin:10px 0px 0px 15px;
}
#footer_copyright{
	float:right;
	margin:10px 20px 0px 0px;
}
.footer{
	font-size:0.76em;
	color:#666666;
}
.footer a{
	color:#666666;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
}
.footer a:hover{
	text-decoration:underline;
}

