﻿*
{
	margin: 0;
	padding: 0;
	border: 0;
}

input, textarea
{
	border:solid 1px #999;
	font-size:10px;
	font-family:Verdana,Arial;
}

body 
{
	background-color:#fff;
	background-image:url('../imgs/bg.jpg');
	background-repeat:repeat-x;
	margin:0 auto 0px auto;
	font-family:Verdana, Arial;
	font-size:11px;
}

a
{
	text-decoration:none;
	color:#000000;
}

div#container
{
	width:830px;
	background-image:url('../imgs/main_bg.png');
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}

div#main
{
	width:804px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}

div#main div#cornice_top
{
	height:11px;
	width:804px;
	background:#4BBEEB url('../imgs/cornice_top.gif') no-repeat;	
}

div#main div#topImage, div#main div.topImage
{
	width:804px;
	height:231px;
	cursor:pointer;
	overflow:hidden;
}

div#mainMenu
{
	margin-top:1px;
	margin-bottom:1px;
	width:804px;
	height:33px;
	background-color:#0CA7E4;
	overflow:hidden;
	text-align:center;
}

div#mainMenu ul
{
	padding-left:22px;
	/* trick for horizontal align */
	width:558px;
	overflow:visible;
	margin-left:auto;
	margin-right:auto;
}

div#mainMenu ul li
{
	float:left;
	list-style:none;
	/*
	padding:10px 10px 16px 5px;
	border-left:solid 1px #fff;
	*/
}

div#mainMenu ul li a
{
	float:left;
	list-style:none;
	padding:10px 12px 16px 7px;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	margin-right:-1px;
	color:#fff;
	font-family:Verdana,Arial;
	font-size:11px;
	font-weight:normal;
}

div#mainMenu ul li a:hover, div#mainMenu ul li a.selected
{
	background-color:#3C4647;
}

div#center
{
	width:803px;
	overflow:auto;
}

div#center div#left
{	
	float:left;
	overflow:visible;
	width:186px;
	height:100%;
	background-image:url('../imgs/bg_left.gif');
	background-repeat:repeat-y;
}

div#center div#left ul
{
	margin-top:39px;
	margin-left:28px;
	margin-bottom:200px;
	width:140px;
}

div#center div#left ul li
{
	list-style:none;	
	padding-left:18px;
	margin-bottom:7px;
}

div#center div#left ul li.header
{
	list-style:none;
	background-image:url('../imgs/plus.gif');
	background-repeat:no-repeat;
	background-position:left top;
}

div#center div#left ul li a
{
	color:#6E6E6E;
}

div#center div#left ul li.header a
{
	color:#0CA7E4;
}

div#center div#body
{
	float:left;
	overflow:hidden;
	width:432px;
	margin-top:40px;
}

div#center div#body ul#subMenu
{
	width:432px;
	height:10px;
	overflow:visible;
	margin-bottom:20px;
	margin-left:26px;
}

div#center div#body ul#subMenu li
{
	list-style:none;
	float:left;
	padding:0 5px 0 5px;
}

div#center div#body ul#subMenu li span
{
	color:#6E6E6E;
}

div#center div#body ul#subMenu li a
{
	color:#6E6E6E;
}

div#center div#body ul#subMenu li a:hover, div#center div#body ul#subMenu li a.selected
{
	color:#0CA7E4;
}

/* NEWS LIST */
div#center div#newsList
{
	margin:0 32px 32px 32px;
}

div#center div#newsList h2
{
	font-family:Arial,Verdana;
	font-size:20px;
	color:#4A4A4A;
	margin-bottom:8px;
}

div#center div#newsList div.news
{
	height:112px;
	overflow:visible;
	border-bottom:dotted 1px #666666;
	margin-top:10px;
}

div#center div#newsList div.news img
{
	float:left;
	margin-right:8px;
	margin-bottom:5px;
}

div#center div#newsList div.news div.teaser
{
	font-size:12px;
	color:#0CA7E4;
	margin-bottom:5px;
}

div#center div#newsList div.news div.content
{
	font-size:10px;
	margin-bottom:5px;
}

div#center div#newsList div.news a
{
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	color:#0CA7E4;
	text-decoration:underline;
}

div#center div#newsList div.news a:hover
{
	color:#0AA3E1;
}

/* NEWS LIST COMPLETE */
div#center div#newsListComplete
{
	margin:0 32px 32px 32px;
}

div#center div#newsListComplete div.newsTitle
{
	margin-top:10px;
}

div#center div#newsListComplete h2
{
	font-family:Arial,Verdana;
	font-size:20px;
	color:#4A4A4A;
	margin-bottom:8px;
}

div#center div#newsListComplete div.date
{
	color:#0CA7E4;
	font-weight:bold;
}

div#center div#newsListComplete div.teaser
{
	margin-bottom:2px;
}

div#center div#newsListComplete a
{
	text-transform:uppercase;
	text-decoration:underline;
	color:#0CA7E4;
	font-weight:bold;
}

/* STANDARD CONTENT */
div#center div#content
{
	margin:0 32px 32px 32px;
}

div#center div#content h2
{
	font-family:Arial,Verdana;
	font-size:20px;
	color:#4A4A4A;
	margin-bottom:8px;
}

div#center div#content div.teaser
{
	font-size:12px;
	color:#0CA7E4;
	margin-bottom:22px;
}

div#center div#content img.contentImage
{
	float:left;
	margin-right:8px;
	margin-bottom:5px;
}

div#center div#content div.content
{
	line-height:15px;
}

div#center div#content div.content a
{
	text-decoration:underline;
}

div#center div#content div#documents
{
	margin-top:30px;
	border-top:dotted 1px #666666;
}

div#center div#content div#links
{
	margin-top:20px;
	color:#666;
}

div#center div#content div#links div.link
{
	margin-top:10px;
}

div#center div#content div#links div.link span
{
	font-family:Arial,Verdana;
	font-size:14px;
	font-weight:bold;
}

div#center div#content div#links div.link a
{
	color:#0CA7E4;
}

div#center div#content div#links div.link a:hover
{
	text-decoration:underline;
}

div#center div#content div#back
{
	margin-top:15px;
	border-top:dotted 1px #666666;
	text-transform:uppercase;
	text-decoration:underline;
	color:#0CA7E4;
	padding-top:15px;
}

div#center div#content div#back a
{
	color:#0CA7E4;
}

div#center div#content div#documents div a
{
	position:absolute;
	margin-top:10px;
	margin-bottom:10px;
	width:186px;
	height:41px;
	background-image:url('../imgs/download_document.gif');
}

div#center div#right
{
	float:left;
	overflow:visible;
	width:185px;
	background-image:url('../imgs/bg_right.gif');
	background-repeat:repeat-y;
}

div#center div#right div.banner
{
	margin:30px 0 15px 0;
	text-align:center;
}

div#center div#right div.banner img
{
	margin-bottom:8px;
}

div#center div#right div.banner div.text
{
	text-align:left;
	width:165px;
	margin-left:auto;
	margin-right:auto;
}

div#footer
{
	height:37px;
	background-image:url('../imgs/bg_footer.gif');
	background-repeat:repeat-x;
	padding:30px 0 0 20px;
}

div#footer div
{
	float:left;
}

div#footer ul
{
	float:left;
}

div#footer ul li
{
	list-style:none;
	padding-left:40px;
	float:left;	
}

div#footer ul li a
{
	color:#0CA7E4;	
}
