body{
	margin: 0px;
	padding: 0px;
	background-image: url('/template/bg.gif');
	background-repeat: repeat;
	background-position: top center;	
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #4c8dc4;
	line-height: 20px;
}
#container{
	width: 794px;
	margin: 0px auto;
}
#header{
	margin-top: 10px;
}
#logo{
	padding-top: 20px;
	width: 330px;
	float: left;
	margin-right: 60px;
}
#nav{
	float: left;
	width: 404px;
}
#nav .navitem{
	height: 18px;
	margin-bottom: 2px;
}
#nav a{
	line-height: 18px;
	background-image: url('/template/navbg.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
	height: 18px;
	display: block;
	color: #4c8dc4;
	text-decoration: none;
}
#nav a:hover, #nav a.selected{
	background-position: 0px -18px;
	color: #ffffff;
}
#nav .nav_column{
	width: 134px;
	float: left;
}
#content_container{
	clear: left;
	padding-top: 10px;
}
#leftcol{
	width: 356px;
	float: left;
}
#slideshow{
	margin-top: 19px;
	border-top: 3px solid #4c8dc4;
	border-left: 3px solid #4c8dc4;
	border-bottom: 3px solid #4c8dc4;
	height: 571px;
}
#footer{
	margin-top: 5px;
}
#rightcol{
	width: 438px;
	float: left;
}
#rightcol.wide{
	width: 100%;
	height: auto;
}
#content{
	padding-left: 20px;
	padding-right: 10px;
	height: 614px;
}
#content.autoheight{
	height: auto;
}
#content2{
	padding-top: 20px;
}
#container .flexcroll{
	width: 408px;
	height: 571px;
}
#container .flexcroll_content{
	padding-right: 10px;
	padding-bottom: 20px;
}

h1, h3{
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 0px;
}
h2{
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 0px;
}

p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

a{
	color: #0089d0;
}
a:hover{
	color: #bc2e52;
}
ul{
	margin-top: 0px;
	margin-bottom: 10px;
}
li{
	padding-bottom: 5px;
}

hr{
	color: #4c8dc4;
	height: 1px;
	width: 100%;
	border: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #4c8dc4;
}

#content img{
	margin-right: 10px;
	margin-bottom: 10px;
}

.comment		{ background: #e8eef1; padding: 10px; }
.comment_date	{ margin-bottom: 0px; }

/* 
------------------------------------------------- 
Clear fix!
------------------------------------------------- 
*/
#container .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#container .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
#container .clearfix {display: block;}
/* End hide from IE-mac */

/*
------------------------------------------------- 
Rounded Corner Boxes!
------------------------------------------------- 
*/

.box_left{
	background-image: url('/template/box2left.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.box_right{
	background-image: url('/template/box2right.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
.box_bottom{
	background-image: url('/template/box2bottoml.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
.box_content{
	background-image: url('/template/box2bottomr.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: auto; /*614px;*/
}