@charset "utf-8";
/* CSS Document */

/*GENERAL DEFINITIONS*/

body {
margin:0;
padding:0;
background: #fff url(../_images/bg.gif) top repeat-x;
font-family:"Trebuchet MS", Tahoma, Geneva, sans-serif;
font-size:12px;
color:#666;
}

p {
margin:0;
padding-top:3px;
padding-bottom:3px;
}

h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}

h1, h2, h3, h4 {
color:#666;
font-weight:bold;
}

img {
border:4px double #ddd;
}

	img.alignRight {
	float:right;
	margin-left:5px;
	}
	
	img.alignLeft {
	float:left;
	margin-right:5px;
	}

	a:hover img.alignLeft, a:hover img.alignRight  {
	border:4px double #bbb;
	}

	img.preload {
	display:none;
	}
	
	img.logo {
	border:none;
	}

a {
color:#008c86;
text-decoration:none;
}

a:hover {
color:#f5b900;
text-decoration:underline;
}

.right {float:right;}
.left {float:left;}

/*END GENERAL DEFINITIONS*/

#bigContainer {
width:940px;
margin:0 auto 0 auto;
padding:0;
}

#header {
height:120px;
}

#centerContainer {
float:left;
width:940px;
margin:0;
padding:0 0 10px 0;
border-bottom:5px solid #e1e958;
/*background:url(../_images/watermark.jpg) bottom left no-repeat;*/
background:url(../_images/longwave.gif) bottom left no-repeat;
}

#leftPanel {
margin:0;
padding:0;
float:left;
width:210px;
min-height:450px;
height:auto; /*ie hack*/
height:450px; /*ie hack*/
}

	#leftPanel ul {
	list-style:none;
	padding:0;
	display:block;
	}
	
	#leftPanel ul li {
	text-align:right;
	display:block;
	}
	
	#leftPanel ul li a {
	display:block;
	line-height:200%;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-right:10px;
	}

	#leftPanel ul li a:hover {
	color:#008c86;
	background:#069 url(../_images/menu_bg.gif) repeat-x;
	}
	
	#leftPanel ul li a#current {
	color:#f5b900;	
	}
	
#rightPanel {
float:right;
width:710px;
}

#tabs {
margin:0;
padding:0;
}

#tabs ul {
padding: 3px 5px;
margin: 0;
/*border-bottom: 1px solid #f5b900;*/
}

	#tabs ul li	{
	font-size:12px;
	list-style: none;
	margin: 0;
	display: inline;
	}
	
	#tabs ul li a {
	padding: 3px 1em;
	margin-left: 3px;
	border: 1px solid #f5b900;
	/*border-bottom: none;*/
	background: #eeefd8 url(../_images/tab-bg.gif) repeat-x;
	color:#666;
	text-decoration: none;
	}
	
	#tabs ul li a:hover {
	color: #000;
	background: #e4f2fb;
	border-color: #f5b900;
	}
	
	#tabs ul li a#current {
	background: #fff;
	/*border-bottom: 1px solid #fff;*/
	}

#mainContent {
margin:0;
/*border-left:1px solid #f5b900;
border-right:1px solid #f5b900;
border-bottom:1px solid #f5b900;*/
padding:10px 15px;
min-height:450px;
height:auto; /*ie hack*/
height:450px; /*ie hack*/
overflow:auto;
}

	#mainContent p, li {
	font-size:14px;
	line-height:160%;
	}
	
#footer {
clear:both;
padding:10px 0 20px 0;
font-size:9px;
}

.div_whats_new{padding:5px; margin:10px 0px 0px 0px;}
