/*********************************/
/*************GENERAL*************/
/*********************************/
body, table, tr, td, div{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

img{
	padding: 0px;
	border: none;
}

a{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a img{
	border: none;
}

body{
	background-color: #000066;
	margin: 10px 0px 0px 0px
}

div{
	background-color: #ffffff;	
}

div.container{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div.header{
	border-top: 10px solid #ccc;
	border-left: 10px solid #ccc;
	border-right: 10px solid #ccc;
	
	width:940px;
	height:160px;
}

div.categorybar{
	padding-left: 15px;
	line-height: 30px;

	background-color: #000066;	
	font-size: 16px;
	color: #ffffff;
}

div.categorybar a{
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

div.main{
	border-left: 10px solid #ccc;
	border-right: 10px solid #ccc;
	border-bottom: 10px solid #ccc;
}

div.main_left_column{
	float:left;
	padding-left: 20px;
	padding-top: 10px;
	width:650px;
}

div.main_right_column{
	float:left;
	margin-left:20px;
	
	width:250px;
}

div.main_right_column table div{
	background-color: transparent;
}

div.main_right_column td div{
	background-color: transparent;
}

div.footer{
	clear: both;
	width: 940px;
	
	padding-top: 20px;
}

div.footer div.footer_copyright{
	float: left;
	padding-left: 20px;

	width: 600px;
	text-align:left;
}

div.footer div.footer_disclaimer{
	float: left;

	width: 320px;
	text-align:right;
}

/*WEBSITEMAP*/
#website_map{
	margin: 10px 0px 0px 0px;

	color: #000;

	background-image: url(../images/website_map.jpg);
	background-position: top;
	background-repeat: repeat-x;
	
	background-color: #006;
}

#website_map div{
	background-color: transparent;

	/*border: solid 1px red;*/
}

#website_map div.website_map{
	overflow: hidden;

	margin: 0px auto;
	
	width: 940px;

	color: #fff;
}

#website_map div.website_map div.map_column{
	float: left;

	margin-left: 30px;
	margin-right: 100px;
}

#website_map div.website_map div.map_column a{
	color: #fff;
}

#website_map div.website_map div.map_column a:hover{
	text-decoration: underline;
}

#website_map h1{
	border-bottom: dashed 1px #fff;

	font-size: 20px;
	color: #fff;
}

#website_map h2{
	margin: 0px;
	font-size: 12px;
	color: #fff;
}

#website_map ul{
	list-style: none;

	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 10px;
}

#website_map ul li{
	margin: 0px 0px 3px 0px;
	padding: 0px;
	
	font-size: 10px;
}

/***************************************/
div.youtubediv{
	
}
/*
div.youtubediv a{
	border: none;
}

div.youtubediv img{
	padding: 2px;
	border: solid 1px black;
}
*/

div.youtubediv ul{
	list-style-type: none;
}

div.youtubediv table{
	margin-bottom: 10px;
}

div.youtubediv img{
	padding-top: 3px;
	padding-left: 4px;
}

/*************************/
/*NEWS MODULE EXTRA CLASS*/
/*************************/
div.page_view_news{
	margin: 0px;
}

div.page_view_news h1{
	margin: 0px 0px 5px 0px;
	font-size: 14px;
}

div.page_view_news h1 img{
	margin: 0px 20px 0px 0px;
}

#homenews{
/*	display: none;*/

	margin: 0px;

	width: 648px;
	height: 130px;
	
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	
	background: #efefef;
}

/*CYCLE NAVIGATION BAR*/
#homenewsnav{
/*	display: none;*/

	overflow: hidden;
	clear: both;

	padding: 0px 10px 10px 10px;

	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;

	background: #efefef;
}

#homenewsnav a {
	display:block;
	float: left;
	
	background: #006;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	
	margin: 0px 10px 0px 0px;
	padding: 5px;
	
	line-height: 12px;
}
#homenewsnav a.activeSlide { background: #009; }
/*CYCLE NAVIGATION BAR*/

#homenews div.list_element{
	overflow: hidden;
	padding: 10px 10px;
	
	background: #efefef;

	width: 626px;
}

#homenews div.list_element h2{
	margin-top: 0px;
	font-size: 16px;
}

#homenews div.list_element img{
	float: left;
	margin-right: 5px;
	padding: 2px;
	
	border: solid 1px #ccc;
	
	width: 100px;
	height: 100px;
}

#homenews div.list_element p.textbody{
	margin: 0px;
	
	height: 54px;

	text-align: justify;
}

#homenews div.list_element p.textbody a{
	font-weight: normal;
}

#homenews div.list_element p.followlink{
	clear: right;

	margin: 0px;
	
	text-align: right;
}