﻿body{
  	margin:0px;
  	font-size:16px;
  	font-family:sans-serif;
  	text-align:center;
  	background-color:#333333;
}
img{	
	border:0px;
}
#header{
	background-image:url('../images/header.png');
	background-repeat:no-repeat;
	background-position:center;
	height:146px;	
	border:solid 0px red;
}
#container{
	border:0px solid orange;
	position:relative;	
	margin-left:auto;
  	margin-right:auto; 
  	background-color:#fbfbfb;
}
#main{
	border:1px solid #e3e3e3;
	border-top:0px;
	width:800px;
	position:relative;	
	margin-left:auto;
  	margin-right:auto; 
  	clear:both;
}
#spotlight{
	background-color:#333333;
	width:800px;
	height:170px;	
	text-align:left; /*ie hack */
	}
#nav{
	background-color:#ffffff;
	width:800px;
	text-align:left;
	height:34px;
	border:0px solid red;
}
#breadcrumb{
	width:795px;
	height:16px;
	margin-top:10px;
	margin-left:5px;
	text-align:left;
	font-size:70%;
}
#content{
	width:800px;
	background-color:#ffffff;
	border: 0px solid yellow;
	position:relative;	
	margin-left:auto;
  	margin-right:auto; 
}
#content_left{	
	background-color:#ffffff;
	width:500px;
	float:left;
	text-align:left;
	margin:5px;
	padding:0em;
	padding-left:0em;

}
#content_right{	
	background-color:#ffffff;
	width:230px;
	float:right;
	text-align:left;
	margin:5px;
	padding:0em;
	overflow:hidden;
}

#content_right h1{
	font-size:80%;
}

#content_right h2{
	font-size:70%;
}

#footer{
	clear:both;
	border:0px solid black;
	border-top:2px solid #232323;
	color:#cccccc;
	font-size:70%;
	padding:10px;
}
#footer a{
	color:#999999;
	text-decoration:none;	
}
#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.rightimg{	
	float:right;
	padding-left:6px;
	padding-right:0px;
}
.leftimg{	
	float:left;
	padding-right:8px;
	padding-left:0px;
}


h1
{
    font-family:Sans-Serif; 
    font-size:150%; 
    font-weight:800;
    color:#15361e;
    margin-bottom:5px;
}
h2
{
     font-family:Sans-Serif;
     font-size:115%;
     font-weight:800;
     color:#388040;
     margin-bottom:5px;
     margin-top:0px;
     font-style:italic;
}
h6
{
    display:none;
}


/*.slider {position:relative; overflow:hidden; border:0px; height:170px; margin-bottom:20px;}*/
.slidercontent {position:absolute;}
.slidercontent .upper {border-bottom:1px solid #9ac1c9;}
.section {padding:0px;}
.newsslider {position:relative; overflow:hidden; border:0px; height:170px; width:800px; background:#333333; margin-bottom:0px;}
.newsslidercontent {position:absolute;}
.newsslidercontent .upper {border-bottom:0px;}
.newssection {padding:0px; height:170px;}