﻿html, body { margin: 0px 0px 40px 0px; }

body 
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
	background: #49778F url("../images/gbl_page_bg2.jpg") repeat-x;
}

div#page 
{
	width: 778px;
	margin: 10px auto 30px auto;
}
	div#page div#nav_top 
	{
		background-color: #fff;
		padding: 3px;
		text-align: right;
		font-size: 8pt;
	}
	div#page div#header 
	{
		background: #ccc url("../images/gbl_header.jpg") no-repeat;
		height: 152px;
		padding: 0px;
	}
		div#header div#nav_main 
		{
			padding-top: 105px;
			padding-left: 10px;
		}
	div#page div#contentContainer 
	{
		float: left;
		background-color: #fff;
	}
		div#page div#leftCol 
		{
			float: left;
			width: 165px;
			padding: 10px;
			background-color: #fff;
			border-right: solid 1px #6d9cc0;
		}
			div#leftCol div#nav_side 
			{
				_height: 160px;
				min-height: 160px;
				height: auto;
				
				background-color: #3c7aab;
				margin-bottom: 15px;
			}
			div#leftCol div#news_container
			{
				background-color: #3c7aab;
			}
		div#page div#content
		{
			float: left;
			width: 572px;
			padding: 10px;
			background-color: #fff;
		}
	div#page div#footer 
	{
		font-size: 8pt;
		background-color: #075480;
		float: left;
		padding: 2px 5px 2px 5px;
		color: #fff;
	}
		div#footer div#copy_note 
		{
			float: left;
		}
		div#footer div#nav_foot
		{
			float: right;
		}

/* LEFT COL */
#news_container 
{
	min-height: 100px;
	height: auto;
	_height: 100px;
	padding-bottom: 10px;
	border-top: solid 3px #fff;
	border-bottom: solid 3px #fff;
	color: #fff;
}
.sec_inner
{
	border-top: dotted 1px #fff;
	padding: 5px;
}
.sec_link_container
{
	padding: 5px;
}
	.sec_link_container a
	{
		color: #000;
	}
.item 
{
	font-size: .85em;
	padding: 5px;
	border-bottom: dotted 1px #ccc;
}
	.item_date
	{
		font-weight: bold;
		text-decoration: underline;
		color: #fff;
	}
	.item_title
	{
		font-weight: bold;
		color: #ccc;
	}
	

/* GLOBAL ELEMENTS */
h1#page_title 
{
	font-size: 12pt;
	font-weight: bold;
}
div#leftCol .no_data
{
	padding: 10px;
	text-align:center;
	font-size: 8pt;
	font-weight: bold;
	color: #777;
}
div.page_text_top 
{
	margin-bottom: 20px;
}
	
/* Links */
a
{
	text-decoration: none;
	color: #49778F;
}
a:hover
{
	text-decoration: underline;
}
a.highlight
{
	font-weight: bold;
	color: #fff;
}
div#nav_top a 
{
	text-decoration: none;
	color: #000;
	font-size: 8pt;
	margin-left: 3px;
	margin-right: 3px;
}
div#nav_top a:hover
{
	text-decoration: underline;
	color: #49778F;
}
div#nav_main a 
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 10pt;
	margin-left: 3px;
	margin-right: 3px;
}
div#nav_main a:hover
{
	text-decoration: underline;
	color: #fff;
}
div#sub_link
{
	margin: 5px;
	padding: 3px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #ccc;
}
div#sub_link a 
{
	color: #fff;
}

div#nav_foot a 
{
	text-decoration: none;
	color: #fff;
	font-size: 8pt;
	margin-left: 2px;
	margin-right: 2px;
}
div#nav_foot a:hover
{
	text-decoration: underline;
	color: #eee;
}

.divider 
{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Text */
div#news_container div#news_header 
{
	padding: 5px;
	font-size: 16pt;
	font-weight: bold;
	color: #fff;
}