body {  
   font-family: verdana,tahoma,arial;
   font-weight: normal; 
   font-size: 11px;    
   margin: 0px;
   display: block;
   background-color: #FFFFFF;
   height: 100%;    
   background-repeat: repeat-x;
}

#site {
	width: 910px;
	margin: 0px auto;
	line-height: 18px;
}

#logo {
	height: 67px;
	
	}
	
#menu {
	height: 17px;
	width: 900px;
	background: url('gfx/orange-arrow.gif') no-repeat right top;
	}
#banner-intro {
	width: 910px;
	height: 16px;
	background-image: url('gfx/banner-intro.gif');	
	}
	
#banner-end {
	width: 910px;
	height: 21px;
	padding-top: 10px;
    
	background-image: url('gfx/banner-end.gif');
	background-repeat:  no-repeat;
	font-size: 11px;
	text-align: right;
	color: #05a0e1; 
	}
	
a.menu, a.menu:active, a.menu:visited {
	color: #202020;
	text-decoration: none;
	font-family: verdana,tahoma,arial;
	font-size: 11px;
	font-weight: bold;
}
a.menu:hover {
	color: #ee9a74;
	text-decoration: none;
	font-family: verdana,tahoma,arial;
	font-size: 11px;
	font-weight: bold;
}

img.menu {
	vertical-align: middle;
}

a, a:active, a:visited {
	color: #2b51a1;
	text-decoration: none;
	 font-weight: normal;

}
a:hover {
	color: #a81915;
	text-decoration: n;	
}

div.news 
{
	background: url('gfx/orange-arrow.gif')  no-repeat top right;
	width:260px;
	line-height:18px;
	padding-bottom:15px;
	padding-top: 5px;
	text-align: justify;;
}

#footer {
	width: 910px;
	margin: 0px auto;
	height:80px;
	margin-top:50px;
	border-top: 1px solid #c2d9ff;
	padding-top:10px;
	color:#96bed7;
	text-align:center;	
}


input.gradientButton  {
  border: #1B6FCD 1px solid;  
  background-image: url('gfx/btn-bg.jpg'); 
  font-weight: bold; 
  text-align:center;
  font-size: 13px; 
  color: #FFFFFF;
}

div.title {
	width: 100%;//600px;
	font-size: 13px;
	font-weight: bold;
	height:24px;
	border-bottom: 1px dotted  #05a0e1;
	color: #002659;	
	//margin-bottom: 16px;
}

ul.level1
{
	list-style-type: none;
	margin: 0px;	
	padding: 0px;	
}

ul.level2
{
	list-style-type: none;//disc;
	//margin: 0px;
	padding-left: 10px;
}
	
li.level1 
{
	margin-top: 10px;	
	//border-botton: 1px solid #497b9e;
	padding-top: 6px;	
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #497b9e;
	color: white;
	font-weight: bold;
}

li.level2 {
	//margin: 0px;
	padding-top: 15px;
	padding-bottom: 1px;
	//padding-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #c2d9cc;	
}

li.level2active {
	//margin: 0px;
	padding-top: 15px;
	padding-bottom: 1px;
	//padding-left: 10px;
	margin-right: 10px;
	font-size: 13px;
	font-weight: bold;	
	border-bottom: 1px solid #c2d9cc;
	list-style-type: disc;	
}


#mailBg {
	position: fixed;
	visibility: hidden;
	width: 1px;
	height: 1px;
	left: 0px;
	top:0px;
	background-color: black;
	filter:alpha(opacity=50);
    opacity:0.5;
    z-index: 1;
}

#mailBody {
	position: fixed;
	z-index: 2;	
	padding: 20px;	
	width: 0px;
	height: 0px;
	left: 0px;
	top: 0px;
	visibility: hidden;
	background-color: white;
}

#mailInfoErr {
	padding: 5px;	
	width: 360px;
	height: 22px;
	visibility: hidden;
	background-color: #ee7070;
	border: 1px solid red;
}

#mailInfoOk {
	padding: 5px;	
	width: 360px;
	height: 0px;
	visibility: hidden;
	//background-color: #ee7070;
	//border: 1px solid red;
}

#mailBodyInside {
	border: 1px solid #057091;
	height: 100%;
	width: 100%;	
}

h1.mail {
	font-weight: bold;
	font-size: 12px;	
	border-bottom: 1px dotted  #05a0e1;
	text-align: center;
	}
input.mail, textarea.mail {
	border: 1px solid #497b9e;
	background: #c2d9ff;
	width: 200px;
}

input.mailButton {
	border: 1px solid #202060;
	background: #497b9e;
	width: 80px;
	margin-right: 44px;
}

img {
	border: none;
}
