/* CSS Document */

body{
background:#B3B2B2;
font-family:verdana;
font-size:11px;
margin:0px;
color:#666666;
line-height:18px;
}

.nav_top{
font-family:verdana;
font-size:11px;
color:#56564E;
text-decoration:none;
}

.nav_top a{
font-family:verdana;
font-size:11px;
color:#56564E;
text-decoration:none;
}

.nav_top a:hover{
font-family:verdana;
font-size:11px;
color:#1E68A1;
text-decoration:none;
}

.topnav2{
background:url(../images/navtop2_bg.jpg) repeat-x;
border-top:1px solid #D9D6D6;
border-left:1px solid #D9D6D6;
border-right:1px solid #D9D6D6;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#555555;
}

.topnav2 a{

height:19px;
display:block;
padding-top:7px;
border-bottom:2px solid #D9D6D6;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#555555;
text-decoration:none;
}

.topnav2 a:hover{
height:19px;
display:block;
padding-top:7px;
border-bottom:2px solid #17649F;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#319838;
text-decoration:none;
}

.green_bold{
font-family:verdana;
font-size:12px;
font-weight: bold;
color:#2E9C38;
}

.mid_nternal{
background:url(../images/bg_mid_internal.jpg) repeat-y;
width:600px;
}

.left_col, .right_col{
background:#E7E8EA;
width:180px;
}

.internal_title{
background:#3BA34C;
font-family:verdana;
font-size:12px;
font-weight:bold;
height:25px;
color:#ffffff;
text-align:left;
padding-left:15px;
}
.alltext{
text-align:left;
}

.left-nav a{
height:20px;
background:url(../images/bg_left-nav.jpg) bottom repeat-x;
display:block;
font-family:verdana;
font-size:11px;
color:#666666;
text-decoration:none;
padding-left:10px;
padding-top:5px;
}

.left-nav a{
height:20px;
background:url(../images/bg_left-nav.jpg) bottom repeat-x;
display:block;
font-family:verdana;
font-size:11px;
color:#666666;
text-decoration:none;
padding-left:10px;
padding-top:5px;
}

.left-nav a:hover{
height:20px;
background:url(../images/bg_left-nav.jpg) bottom repeat-x;
display:block;
font-family:verdana;
font-size:11px;
color:#000000;
text-decoration:underline;
padding-left:10px;
padding-top:5px;
}

.right_title{
background:url(../images/right_top_title.jpg) no-repeat center;
width:161px;
text-align:left;
padding-left:5px;
height:26px;
font-family:verdana;
font-size:11px;
color:#ffffff;
font-weight:bold;
}

.right_col ul{
padding:0px;
padding-left:15px;
margin:0px;
list-style-type:none;
text-align:left;
}

.right_col li{

list-style-type: disc ;
text-align:left;

}

.footer{
height:25px;
background:#216496;
font-family:verdana;
color:#ffffff;
font-size:11px;
text-align:center;
}

.footer a{
text-decoration:none;
color:#ffffff;
}

.footer a:hover{
text-decoration:none;
color:#000000
}

a{
text-decoration:underline;
color:#000000;
}

a:hover{
text-decoration:none;
color:#000000;
}

/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:2px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:682px;	/* Image width */
		height:249px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}