body {
	margin: 0 auto;	
	backgeroud-color:#FFFFFF;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#033B7D;
	font-size:12px;
}
a{
	color:#033B7D;
	text-decoration:none;
}
hr{
	background-color:#003977;
	color:#003977;
	border:0;
	height:1px;
}
p.tab{
	text-indent:25px;
}
#header_bg{
	position:absolute;
	top:0px;
	width:100%;
	height:125px;
	z-index:-1;
}
#header_left{
	background-image:url(../img/top_bg_left.png);
	height:125px;
	width:50%;
	float:left;
}
#header_right{
	background-image:url(../img/top_bg_right.png);
	height:125px;
	width:50%;	
	float:right;
}
#left_wing{
	background-image:url(../img/top_bg_left_wing.gif);
	height:125px;
	width:202px;
	position:absolute;
	left:-202px;
}
#right_wing{
	background-image:url(../img/top_bg_right_wing.gif);
	height:125px;
	width:179px;
	position:absolute;
	right:-179px;	
}
#header_center{
	/*background-image:url(../img/blank.png);*/
	width:900px;
	height:125px;
	margin:0 auto;
	position:relative;
	z-index:100;
}
#header_spacer{
	width:100%;
	height:7px;
	background-color:#003977;
	clear:both;
}
#content{
	margin:0 auto;
	width:835px;
	/*display:table;*/
	padding:0px 30px;
	position:relative;
}
#footer{
	text-align:center;
	background-color:#7BB1CE;
	height:80px;
	width:100%;
	font-size:10px;
	color:#FFFFFF;
	padding-top:1px;
	clear:both;
}
div.news_bar{
	background-image:url(../img/news_bar.png);
	height:28px;
	width:835px;	
}
div.horizontal_bar1{
	background-image:url(../img/horizontal_bar1.png);
	height:1px;
	width:835px;
	margin-left:-35px;
	margin-top:10px;
	clear:both;
}
div.horizontal_bar2{
	background-image:url(../img/horizontal_bar2.png);
	height:1px;
	width:245px;
	clear:both;
}
div.vertical_bar1{
	background-image:url(../img/vertical_bar1.png);
	width:1px;
	height:350px;
	float:left;
}
div.vertical_bar2{
	background-image:url(../img/vertical_bar2.png);
	width:1px;
	height:110px;
	float:left;
}
div.inner280{
	float:left;
	/*width:250px;*/
	/*text-align:left;*/
	padding:15px;
}
div.news{
	width:190px;
	height:88px;
	float:left;
	font-family:Tahoma;
	font-size:10px;
	padding:20px;
}
div.news > a{
	float:right;
	font-weight:bold;
}
a.left_menu{
	color:#FFFFFF;
	font-size:11px;
}
.left_menu_item{
	height:23px;
	margin:0 auto;
	width:205px;
	position:relative;
}
.left_menu_item_active{
	height:23px;
	background-image:url(../img/menu_selected.png);
	margin:0 auto;
	width:205px;	
	position:relative;
}
.left_menu_spacer{
	background-image:url(../img/menu_spacer.png);
	width:205px;
	height:2px;
	margin:0 auto;
}
.breadcrumbs{
	position:absolute;
	top:10px;
	right:32px;
	font-family:Tahoma;
	font-size:11px;
	color:#5EABD4;
}
.breadcrumbs > a{
	color:#5EABD4;
}
.title_bar{
	background-image:url(../img/title_bar_bg.png);
	width:588px;
	height:25px;
	position:relative;
	color:#FFFFFF;
	font-family:Verdana;
}
.tubewrapper{
	bottom:0px;
	left:0px;
	width:100%;
	height:100%;
	position:fixed;
	margin:0 auto;
	background-color:black;
	alpha(opacity=80);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity:.8;
	-khtml-opacity:.8;
	opacity:.8;	
	z-index:101;
	display:none;
}
.tubeinner{
	alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	z-index:101;
	background-color:#FFFFFF;
	border:1px solid;
	left:25%;
	opacity:1;
	position:fixed;
	text-align:center;
	top:10%;
	width:650px;
	display:none;
}
