* {
	margin: 0;
}
html {
	background: white;
	height: 100%;
	width: 100%;
}
body { 
	padding:0;
	margin: 0;
	height: 100%;  
	width: 100%;
	min-width: 802px;
}

#wrapper { 
	position: absolute; 
	width: 100%;
	margin: 0 auto 0 auto;
	min-height: 100%;
	text-align:center; 
} 

#insider {  
	position: relative;   
	width: 802px; 
	margin: 0 auto 0 auto;    
	min-height: 100%;
	text-align:left;  
}

#line {  
	position: relative;  
	top:124px; 
	width: 100%; 
	background: url('../images/line.gif') repeat-x;   
}

#decor {  
	position: absolute;  
	top:0px; 
	right: 99px;
	width:178px;
	height:79px;
}

#header2 {  
	position: relative;  
	top:50px; 
	left: 0px;
	width:700px;
	height:79px;
}
#header {
	padding-top:50px; 
	width: 100%; 
}


#languageMenu{
	position: absolute;  
	top:135px; 
	left: 0px;
}

#languageMenu ul{
	float: left;
	position: relative;
	margin-left: 1px;
}
#languageMenu li{
	display: inline;
	margin-right: 7px;
	text-transform: uppercase;
	font-size: 12px;	
}
#languageMenu li a:link, #languageMenu li a:visited{
	text-decoration: none;
	color: rgb(43,85,65);
	font-weight: bold;	
}
#languageMenu li a:hover, #languageMenu li a:visited:hover{
	text-decoration: underline;
	color: rgb(43,85,65);
	font-weight: bold;
}

#languageMenu li a {
	text-decoration: none;
	color: rgb(43,85,65);
	font-weight: bold;
}
#languageMenu li {
	color: black;
	font-weight: bold;
}



#topMenu{
	position: absolute;  
	top:135px; 
	right: 0px;
}

#topMenu ul{
	float: left;
	position: relative;
}
#topMenu li{
	display: inline;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 12px;
}
#topMenu li a, #topMenu li a:link, #topMenu li a:visited{
	text-decoration: none;
	color: rgb(43,85,65);
	font-weight: bold;	
}
#topMenu li a:hover, #topMenu li a:visited:hover{
	text-decoration: underline;
	color: rgb(43,85,65);
	font-weight: bold;
}

#topMenu li  {
	text-decoration: none;
	color: black;
	font-weight: bold;
}





#mainMenu{
	position: absolute;  
	top:180px; 
	left: 0px;
	width:160px;
}

#mainMenu ul{
	position: relative;
}
#mainMenu li{
	display: block;
	margin-bottom: 25px;
}

#mainMenu td{
	text-transform: uppercase;
	font-size: 12px;
	padding-right:10px;
}

#mainMenu td a, #mainMenu td a:link, #mainMenu td a:visited{
	text-decoration: none;
	color: rgb(43,85,65);
	font-weight: bold;	

}
#mainMenu td a:hover, #mainMenu td a:visited:hover{
	text-decoration: underline;
	color: rgb(43,85,65);
	font-weight: bold;
}

#mainMenu td {
	text-decoration: none;
	color: black;
	font-weight: bold;
}








#subMenu ul{
	position:relative;
	padding-top:10px;
	padding-left:10px;
	list-style-type:none;
}
#subMenu li{
	display: block;
	margin-top: 2px;
	margin-bottom: 7px;
	font-size: 11px;
	font-weight: normal;
background-image: url(bullet.gif);
background-repeat: no-repeat;
background-position: 2px 5px;
padding-left: 10px; 	
}
#subMenu li a:link, #subMenu li a:visited{
	text-decoration: none;
	color: rgb(43,85,65);
}
#subMenu li a:hover, #subMenu li a:visited:hover{
	text-decoration: underline;
	color: rgb(43,85,65);
}
#subMenu li a {
	text-decoration: none;
	color: rgb(43,85,65);
}

ul.b {list-style-type:square;}



#content {
	margin-left:190px;
	margin-top:55px;
}




.leftd { 
	float:left;  
	} 
 
.rightd	{  
	float:left;  
	}
 
.clear { clear:both; }


.lb {padding-right:5px; }
.ct {padding-left:0px; }

