l, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*a img,:link img,:visited img { border: none; }*/
.clear {clear:both;}
.hidden{display:none;}

html, body 
{ 
padding: 0; 
margin: 0; 
text-align:center;
}


a{}
a:hover{}

a img
{
	border:none;
}

body
{
	background:white;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5b75a7;
	background:#36608A url('/layout/bodyBG.jpg') center top repeat-x;
}

#holder
{
	width:992px;
	margin:auto;
	text-align:left;
	position:relative;
	/*background:#5072af url('/layout/bodyBG.jpg') left top no-repeat;*/
}

#logo
{
	position:absolute;	
	left:54px;
	top:36px;
}

#sidebar
{
	float:left;
	width:237px;
	margin:77px 0 0 61px;
	display:inline;
}



#menu
{
	width:187px;
}

* html .lvl1 li
{
	height:1px;
}

.lvl1 li
{
	border-bottom:1px solid white;
	line-height:14px;
	font-weight:bold;
}


.lvl2 li, .lvl3 li
{
	border:none;
	font-weight:normal;
}

.lvl1 li a
{
	display:block;
	padding:10px 0;
	font-size:14px;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
}

ul.lvl2 li{border-top:1px solid #b3c2db;}
ul.lvl3 li{border:none;}

.lvl2 li a
{
	font-size:11px;	
	padding-left:15px;
	/*border-bottom:1px solid #b3c2db;*/
}

.lvl2 li.active a
{
	color:#ffc708;
	border:none;
}

#menu a:hover {color:#ffc708;}

.lvl3 li a
{
	font-size:9px;
	padding-left:25px;
	color:white;
	border:none;
	padding-top:5px;
	padding-bottom:5px;
}

.lvl4 li a
{
  padding:2px 0 2px 35px;
}

li.active .lvl3 li a, li.active .lvl4 li a
{
	color:white;
}

#lang_menu li{float:left;height:23px;overflow:hidden;}

#lang_menu li a
{
	float:left;
	font-size:9px;
	height:10px;
	padding:7px 10px 6px 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:white;
}

#lang_menu li.active a
{
	background:white;
	color:#5872a2;
}




#main
{
	/*float:left;*/
  width:669px;
	padding:0 11px 0 11px;
  position:absolute;
	top:0;
	left:316px;
	
	background: url('/layout/contentBG.png') left top repeat-y;
}

* html #main
{
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layout/contentBG.png', sizingMethod='scale');
}

* html #main a
{
  position:absolute;
}

#holder, #main
{
min-height: 100%;
}

#top_image
{
	/*margin:0 0 0 11px;*/
}

#content
{
	/*width:603px;*/
	padding:27px 36px 60px 36px;
	line-height:24px;
	display:none;
	/*visibility:hidden;*/
	background:#E0E5EF;
	/*background:white url('/layout/contentBG.png') left top repeat-y;*/
	/*min-height:341px;*/
}

* html #content
{
	/*height:339px;
	margin-top:-3px;*/
}

#content h1
{
	font-size:24px;
	color:#5872a2;
	font-weight:normal;
	margin:0 0 29px 0;
}

#content li
{
	padding:0 0 0 9px;
	background:url('/layout/bullBG.png') left 10px no-repeat;
}

* html #content li
{
	background:url('/layout/bullBG.png') left 13px no-repeat;
}

#content a
{
	font-weight:bold;
	color:#ffc708;
}

#content a:hover
{
	font-weight:bold;
	color:#5872a2;
}



#foot
{
	height:20px;
	font-size:11px;
	text-transform:uppercase;
	color:#a4b5d5;
	border-top:1px solid #a4b5d5;
	padding:12px 34px;
	background:white;
	width:601px;
	margin:0 0 0 11px;
}

#foot a
{
	font-weight:bold;
	/* color:#ffc708; */
	text-decoration: none;
	color:#a4b5d5;
}

#foot a:hover
{
	font-weight:bold;
	color:#5872a2;
	text-decoration: underline;
}

#plus421
{
	float:right;
	width:250px;
	height:25px;
	margin:-20px 0 -20px 0;
	text-align:right;
	font-size:10px;
}

#logo421
{
	float:right;
	margin:2px 0 0 10px;
}


html, body {
height: 100%;
}



* html #holder, * html #main
{
	height:100%;
}


body>#holder
{
 height: auto;
}
 
 
#foot
{
	margin:auto;
	position: absolute;
	/*left:0;*/
	bottom: 0;
	z-index:1000;
}


/*
#lang_menu{background:fuchsia;}
#main {background:red;}
#sidebar {background:maroon;}
#holder {background:olive;}
#content {background:green;}
*/






