 /* CSS Document */

body {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 70%;
margin : 0;
padding : 0;
color : #000000;
background-color : #ffffff;
}
ul, ol 
{
width : 100%;
font-size : 1em;
padding : 0;
margin : 0;
border : 0;
list-style-type : none;
}
li {
width : auto;
font-size : 1em;
line-height : 1.8em;
border : 0;
padding : 0 0 0 0;
list-style-type : none;
} 
#header{
    position:relative; 
    height:135px; 
    background-image: url(/images/header_background.jpg);
	 background-repeat: repeat-y;
}
#logo {
	position: absolute;
	width:238px;
	height:115px;
	top: 10px;
	left: 0px;
}
#image_right {
	position: absolute;
	width:238px;
	height:115px;
	top: 10px;
	right: 10px;
	background-image: url(/images/background-navbox.gif);
	background-repeat: repeat-x;
}
#content {
	margin-right: 20px;
}	
#footer
{
 border-top : 1px solid #000000;
background-image: url(/images/background-bottom-shade.gif);
background-repeat: repeat-x;
width : 100%;
background-color : #fff;
color : #666;
text-align : center;
}
a {
text-decoration : none;
font-weight : bold;
color : #999;
}
a:link {
color : #999;
text-decoration : none;
}
a:hover {
color : #666;
text-decoration : none;
}
 
/*- Menu 12--------------------------- */
	
#menu12 {
	width: 180px;
	margin: 6px;
	}
	
#menu12 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
	font: 10px verdana, arial, sans-serif; 
	font-weight: bold;
	}	
	
#menu12 li a:link, #menu12 li a:visited {
	color: #000;
	display: block;
	background:  url(/images/menu12.gif);
	padding: 10px 0 0 35px;
	}
	
#menu12 li a:hover {
	color: #000;
	background:  url(/images/menu12.gif) 0 -32px;
	padding: 10px 0 0 35px;
	}
h1
{ color: #262662;
 font: 17px arial, verdana, sans-serif; 
 font-weight: bold; 
}	
h2
{ color: #262662;
 font: 17px arial, verdana, sans-serif; 
 font-weight: bold; 
}
h3
{ color: #262662;
 font: 17px arial, verdana, sans-serif; 
 font-weight: bold; 
}
h4
{ color: #262662;
 font: 17px arial, verdana, sans-serif; 
 font-weight: bold; 
}
h5
{ color: #262662;
 font: 17px arial, verdana, sans-serif; 
 font-weight: bold; 
}