/* CSS Document */
.topnav 
    {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-left: solid;
	border-left-width: 3px;
	border-color:#CCCCCC;
	padding-left: 3px;
	line-height:1.5em;
	
	padding-right: 10px;
	width: 120px;}
	
.topnav a {color: #666666;}

.topnav a:hover {color:#FF9900;}

.lefthomelinks, .lefthomelinks ul li {
	width: 130px;
	border-bottom:solid;
	border-width:1px;
	padding-bottom: 10px;
	border-color:#CCCCCC;
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial;
	Color: 676767;}

.ptlinks ul li {
	width: auto;
	border-bottom:solid;
	border-width:1px;
	padding-bottom: 10px;
	border-color:#CCCCCC;
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial;
	Color: 676767;}
	
div.newsitem {
	border-bottom: 1px;
	border-bottom-style:dotted;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom:3px;
	}
	
p.newsitem {
 line-height:0.5em;}
 
 #centerbox {
 	
	margin: 5px;
	margin-left: 15px;
	margin-right: 15px;
	
	text-align:right;}

.navCol {
	width:100px; 
	float:right; 
	border-left:#Fff solid 10px; 
	text-align:center;
	padding-right:10pt;}

img.sideNav, img.sideNav2 {
	display: block;
	padding-bottom: 5pt;
	
	opacity:0.4;
	filter:alpha(opacity=40);
	-webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
	}

img.sideNav:hover, img.sideNav2:hover {
	
		opacity:1;
	filter:alpha(opacity=100);
	}

img.sideNav {
	height: 60px;
	width: auto;
	}

img.sideNav2 {
	width: 100px;
	height: auto;
	}

img.smallImgWide, img.smallImgTall {
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;}

img.smallImgTall {
	height: 200px;
	width: auto;}

img.smallImgWide {
	width: 250px;
	height: auto;}
