@media screen, handheld {
body,html {
	font-family:Arial, Helvetica, sans-serif;
}

h2{
	font-size:18px;
	font-weight:bold;
}

a:link, a:active, a:visited{
	color:#006699;
	text-decoration:none;	
}
.topnav {
	width:750px;
	height:15px;
	margin: auto auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	font-weight:bold;
}
.topnav_right {
	float:right;
	padding-right:10px;
}
.topnav_left {
	float:left;
	padding-left:10px;
}
.header {
	width:750px;
	height: 66px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin: auto auto;
}
.navbar {
	width:750px;
	height: 18px;
	background-image:url(images/navbg.jpg);
	background-repeat:no-repeat;
	margin: auto auto;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.leftnav {
	float:left;
/*	word-spacing: 5em;*/
	margin-left:10px;
}
.leftnav a {
 color:#FFFFFF;
}
.rightnav {
	float:right;
	margin-right:10px;
}
.rightnav a {
 color:#FFFFFF;
}
.footer {
	width:750px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:auto auto;
	text-align:center;
	background-repeat:no-repeat;
	clear:both;
	height:45px;
	line-height:45px;
	background-image:url(images/footer.jpg);
}
.tab {
	float:left;
	margin:0 7px;
}

.bottom {
	margin:auto auto;
	width:750px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:20px;
	clear:both;
}
.tabholder {
	width:760px;
	margin:auto auto;
	font-size:12px;
	margin-bottom:20px;
}
.navbar a, .topnav a{
	text-decoration:none;
}
.topnav a{color:black;}
.tabholder div{
	padding-left:8px;
	width:212px;
	padding-right:4px;
}

.tabtitle {
	height:19px;
	padding-top:2px;
	color:white;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#tab1{
	height:141px;
	background:url(images/tab1.png) no-repeat;
}

#tab2{
	height:141px;
	background:url(images/tab2.png) no-repeat;
}

#tab3{
	height:141px;
	background:url(images/tab3.png) no-repeat;
}

.main {
	width:750px;
	margin:auto auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
}
.link {
	cursor: pointer;
}

.port_main{
clear:both;

}

b, strong {
font-weight:bold;
color:#18465A;
}
.welcome {
	color:white;
	height:15px;
	width:740px;
	font-weight:bold;
	padding-left:10px;
	background-position:center;
	background-image:url(images/footer.jpg);
	margin-top:10px;
}
.welcome-block {
	border:1px solid black;
	background-color:#efefef;
	padding-bottom:10px;
	margin-bottom:-25px;
}
.welcome-text {
padding:5px;
	font-size:10pt;
	color:#666666;
	margin-bottom:-10px;
}
.clickable {
	cursor: pointer;
}

h2{
	color:#013f58;
}

.detail_leftcol{
	background:url("images/featured_detail_imgs.png");
	width:200px;
	padding-top:6px;
	height:400px;
	float:left;
	background-repeat:no-repeat;
}
.detail_leftcol img{
	padding-left:10px;
	
}
.detail_content{
	width:460px;
	border:1px solid #D7D7D8; 
	float:right;
	right:20px;
	padding:10px;
	color:#666666;
}
.detail_content_header{
	font-weight:bold;	
}
.liestable{
	text-align:center;
	font-size:10px;
}
.profile_link {
	color:black;
}

.cenla_focus_link {
	color:#006699;
	text-decoration:none;	
	cursor: pointer;
	height:5px;
}
.cenla_focus_link:hover {
	color:#000000;
	text-decoration:underline;
	cursor: pointer;
	font-weight:bold;
}
  }/*end screen media */
@media print {
BODY { 
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
}
.header {
	display:none;
}
.navbar {
	display:none;
}

.topnav {
	display:none;
}
.topnav_right {
	display:none;
}
.topnav_left {
	display:none;
}
.header {
	width:750px;
	height: 66px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin: auto auto;
}
}