@import url("button.css");

#main	{
	text-align: center;
	width: 990px;
	margin:0px auto;
	background:#FFFFFF;
	margin-top:20px;
	font-size:11px;
}

#mainPadding	{
	padding: 15px;
}

/* BEGIN Header */
#header	{
	text-align: left;
	height:115px;
	background-image:url("../images/headerBackground.gif");
	background-repeat:repeat-x;
}

#header #headerLeft {
	float:left;
	width:246px;
	height:79px;
	overflow:hidden;
}

#header h1{
	margin:0px;
	padding:0px;
	border:0px;
	display:block;
	width:200px;
}

#header #headerRight {
	float:right;
	height:79px;
	overflow:hidden;
	padding-right:20px;
}

#header #headerRight #linky {
	margin-top:12px;
	float:right;
	color: white;
}

#header #headerRight #linky a {
	color: white;
}

#header #headerRight #linky #linkyLanguages	{
	margin-left: 10px;
	color: #FFD800; 
	font-weight: bold;
}

#header #headerRight #linky #linkyLanguages a	{
	color: #FFD800; 
	font-weight: bold;
}

#header #headerRight #linky #linkyLanguages a:hover	{
	text-decoration: underline;
}

#header #headerRight #linky img {
	margin:0px;
	padding:0px;
	border:0px;
	width:22px;
	vertical-align: middle;
}

#header #headerRight #search {
	float:right;
}

/* BEGIN first level*/
#header #topMenu {
	height:36px;
	background:url("../images/menu.gif") repeat-x;
	font-family: Helvetica, Arial, sans-serif;
}

#header #topMenuPadding {
	padding:0px;
	margin:0px;
}

#header #topMenu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header #topMenu .delimiter	{
	float:left;
	height:36px;
	width:1px;
	background:url("../images/menuDelimiter.gif") no-repeat;
}

#header #topMenu li.firstLevel	{
	float: left;
}

#header #topMenu li.firstLevel a	{
	display: block;
	padding:11px 15px;
	padding-bottom:12px;
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
	line-height:13px;
	color: #4B5A93;
	background:url("../images/menu.gif") repeat-x;
}

#header #topMenu li.firstLevel a:hover	{
	color: #008FFF;
	background:url("../images/menuActive.gif") repeat-x;
}

#header #topMenu li.firstLevel a.activeMenu	{
	color: #008FFF;
	background:url("../images/menuActive.gif") repeat-x;
}
/* END first level*/

/* BEGIN sub level*/
#header #topMenu iframe.subLevelIframe	{
	display: none;
	position: absolute;
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 500;
}

#header #topMenu ul.subLevel	{
	display: none;
	position: absolute;
	z-index: 1000;
	width: auto;
	border:1px solid #FFFFFF;
	/*filter: alpha(opacity:98,style=0);*/
	/*KHTMLOpacity: 0.98;
	MozOpacity: 0.98;
	opacity: 0.98;*/
}

#header #topMenu li.subLevel	{
	text-align: left;
	float: left;
	clear: both;
}

#header #topMenu li.subLevel a	{
	font-size: 12px;
	text-decoration: none; 
	color: #FFFFFF;
	padding:5px;
	padding-left: 8px; 
	text-align: left;
	background: #199DFF;
}

#header #topMenu li.subLevel a:hover	{
	color: #4B5A93;
	border-left:1px solid #199DFF;
	border-right:1px solid #199DFF;
}

#header #topMenu li.subLevel a.activeMenu	{
	color: #4B5A93;
	background: #FFFFFF;
	border:1px solid #199DFF;
}

#header #topMenu li.subLevel a.activeMenuRight	{
	color: #4B5A93;
	background: #FFFFFF;
	border:1px solid #199DFF;
	background-image:url("../images/topMenuLink.gif");
	background-position:right;
	background-repeat:no-repeat;
}

#header #topMenu li.subLevel a.menuRight	{
	background-color:#199DFF;
	background-image:url("../images/topMenuLinkActive.gif");
	background-position:right;
	background-repeat:no-repeat;
}

#header #topMenu li.subLevel a.menuRight:hover	{
	background: #FFFFFF;
	background-image:url("../images/topMenuLink.gif");
	background-position:right;
	background-repeat:no-repeat;
}

#header #topMenu li.subLevel a span	{
	padding-left: 10px;
	padding-right: 15px;
	display: block;
	white-space: nowrap;
}
/* END sub level*/
/* END Header */


/* BEGIN Body */
#body	{
	text-align: left;
	margin-top:1px;
	padding:0px;
}

#mainLeftCol {
	float:left;
	width:680px;
	height:100%;
}

#mainLeftColPadding {
	margin:0px;
	padding:0px;
}

#mainLeftCol #flash{
	
}

#mainRightCol {
	float:left;
	width:280px;
	background:#EEEEEE;
	height:100%;
}

#mainRightColPadding {
	margin:0px;
	padding:22px;
}

#leftCol	{
	float: left;
	width: 265px;
	background:#EEEEEE;	
	height:100%;
}

#leftColPadding	{
	padding:15px;
}

#rightCol	{
	float: left;
	width: 695px;
	overflow: hidden;
	text-align: left;
	height:100%;
}

#rightColPadding	{
	padding:15px;
	padding-right:0px;
}

#columnCenterCol{
	width:430px;
	float:left;
}

#columnCenterColPadding{
	padding:15px;
	height:100%;
}

#columnRightCol{
	float:left;
	width:265px;
	background:#EEEEEE;
	text-align:left;
	height:100%;
}

#columnRightColPadding{
	margin:0px;
	padding:15px;
}

/* END Body */

/* BEGIN Menu */
#menuLeftH2	{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 14px;
}

#menuLeft {
	width:235px;
	background:#FFFFFF;
}

#menuLeftPadding {
	margin:0px;
	padding:1px;
}

#menuLeft ul {
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	background:#FFFFFF;
}

#menuLeft ul li {
	list-style: none; 
}

#menuLeft ul li div.menulink {
	line-height: 16px; 
	border-bottom:1px solid #0099FF;
	padding-top:1px;
	padding-bottom:1px;
}

#menuLeft ul li a {
	color: #4C6790;
	text-decoration: none; 
	padding-left: 15px; 
	padding-top:2px;
	padding-bottom:2px;
	display:block;
	width:218px !important;
	width:233px;
	height:100%;
	background:url("../images/menuLink.gif") left 4px no-repeat;
}

#menuLeft ul li a:hover {
	color: #FFFFFF;
	background-color:#66BBFA;
	background-image:url("../images/menuLinkActive.gif");
	background-position:left 6px;
	background-repeat:no-repeat;
}

#menuLeft ul li a.selected {
	color: #FFFFFF;
	background-color:#66BBFA;
	background-image:url("../images/menuLinkActive.gif");
	background-position:0px 6px;
	background-repeat:no-repeat;
	font-weight:bold;
}

#menuLeft ul li a#subMenuLevelUP	{
	background:url("../images/menuLinkUp.gif") left center no-repeat;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

#menuLeft ul li a#subMenuLevelUP:hover	{
	background: #66BBFA url("../images/menuLinkUpActive.gif") left center no-repeat;
}
/* END subMenu */

/* BEGIN Footer */
#footer	{
	text-align: left;
	height:69px;
	background-image:url("../images/footBack.png");
	background-repeat:repeat-x;
}

#footerRight {
	float:right;
	height:39px;
	padding-top:30px;
}

#footerRight #footerMenu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	display:inline;
}

#footerRight #footerMenu ul li{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}

#footerRight #footerMenu ul li a{
	color:#6D6D6D;
	text-decoration:none;
	padding:0px 6px;
}

#footerRight #footerMenu ul li a:hover{
	color:#0487FB;
}

#footerRight #footerMenu ul li a.activeMenu{
	color:#0487FB;
}

#footerRight .delimiter{
	background: url("../images/footerDelimiter.png") no-repeat;	
	width:1px;
	height:10px;
	float:left;
	margin-top:3px;
}

#footer #copyright	{
	text-align: center;
	clear: both;
	font-size: 11px;
	margin-right: 10px;
	color: black;
}

#footer #copyright a	{
	color: black;
	text-decoration: none;
}

#footer #copyright a:hover	{
	color: #888888;
	text-decoration: underline;
}

#afterFooter	{
	text-align:right;
	color:#989898;
	font-size:10px;
}

#afterFooter a{
	text-decoration:none;
	color:#989898;
}

#afterFooter a:hover{
	text-decoration:underline;
}

/* END Footer */

/* ??????????? */

#sectionSearchDiv {
	height: 50px;
	text-align: left;
	padding-left: 10px;
}

#sectionSearchDiv a.sectionTitle	{
	color: #6F2B28;
	font-family: Arial, serif;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
	display: block;
	float: left;
}
/* ??????????? */

/* !!!!! begin clearLine  */

.clearline	{
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;	
}

.clearLine	{
	clear: both;
	visibility:hidden;
}
/* !!!!! end clearLine  */

#HTTPErrorMessage	{
	margin-bottom: 15px;
	padding: 20px;
	border: 1px solid #880000;
	background: rgb(240, 204, 204);
	font-weight: bold;
}

.hiddenContentForCSSBrowsers	{
	display: none;
}
