body{
padding-top: 20px; 
padding-bottom: 20px;
background: #0B3242;
}

a{
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #0B3242;
text-decoration: underline;
}

a:hover{
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #724C21;
text-decoration: underline;
}

h1{
font-family: arial, helvetica, sans-serif;
color: #724C21;
font-size: 16px; 
font-weight: bold;
}

h2{
font-family: arial, helvetica, sans-serif;
color: #724C21;
font-size: 14px; 
font-weight: bold;
}

h3{
padding: 0px;
margin: 1px;
font-family: arial, helvetica, sans-serif;
color: #724C21;
font-size: 11px; 
font-weight: bold;
}
.maintable{
width: 610px;
height: 100%;
background: #ffffff;
}

.photo{
background: #EFE6D6;
}

.nav{
padding: 0px;
background: #724C21;
height: 20px;
text-align: center;
}

a.nav_link{
padding: 0px 5px 0px 5px;
height: 20px; 
line-height: 20px;
font-family: arial, helvetica, sans-serif;
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

a.nav_link:hover{
padding: 0px 5px 0px 5px;
height: 20px; 
line-height: 20px;
font-family: arial, helvetica, sans-serif;
color: #E4D2B6;
font-size: 11px; 
font-weight: bold;
text-decoration: none;
}

a.nav_link_active{
padding: 0px 5px 0px 5px;
height: 20px; 
line-height: 20px;
font-family: arial, helvetica, sans-serif;
color: #E4D2B6;
font-size: 11px; 
font-weight: bold;
text-decoration: none;
}


/*box model hack 

#menu a {
	text-decoration: none;
	color: #3E3E3E;
	font-weight: bold;
	background: url(../images/m_pattern.gif) bottom left repeat-x;
	display: block;
	padding: 0px 0px 0px 11px;
	line-height: 30px;
}
#menu a { 
  width: 161px;
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 161px;
} 
html>body #menu a {
  width:150px;
}

*/

.language{
height: 20px;
background: #724C21;
font-family: arial, helvetica, sans-serif;
color: #fff;
font-size: 11px; 
font-weight: bold;
width: 75px;
text-align: center;
float: right; 
clear: left;
line-height: 20px;
border-left: 5px solid #fff;
border-bottom: 5px solid #fff;
}

.content{
height: 100%;
background: #EFE6D6;
background-image: url("../images/bg_content.gif");
background-repeat: repeat-x;
background-position: bottom;
border-right: 2px solid #976D3D;
border-bottom: 2px solid #976D3D;
}  

.content_text{
padding: 10px 10px 40px 10px;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #0B3242;
}

td{
font-family: arial, helvetica, sans-serif;
font-size: 11px;
color: #0B3242;
}

.action{
background: #C8A26E;
background-image: url("../images/bg_action.gif");
background-repeat: repeat-x;
background-position: top;
height: 120px;
border-right: 2px solid #976D3D;
border-bottom: 2px solid #976D3D;
}

a.action_heading{
display: block;
margin: 0px 5px 10px 0px;
font-family: arial, helvetica, sans-serif;
color: #fff;
font-size: 16px; 
font-weight: bold;
text-decoration: none;
}

a.action_heading:hover{
display: block;
margin: 0px 5px 10px 0px;
font-family: arial, helvetica, sans-serif;
color: #724C21;
font-size: 16px; 
font-weight: bold;
text-decoration: none;
}

a.action_link{
font-family: arial, helvetica, sans-serif; 
font-size: 11px; 
color: #fff;
font-weight: bold;
text-decoration: underline;
}

.action_text{
padding: 10px 10px 20px 10px;
font-family: arial, helvetica, sans-serif; 
font-size: 11px; 
color: #fff;
font-weight: bold;
}

.action_text_emph{
font-family: arial, helvetica, sans-serif; 
color: #724C21;
font-size: 11px;
font-weight: bold;
}

.action_icon{
height: 20px;
width: 30px;
background: #724C21;
background-image: url("../images/icon_action.gif");
background-repeat: no-repeat;
float: right;
text-align: center;
line-height: 20px;
border-left: 5px solid #fff;
border-bottom: 5px solid #fff;
z-index: 10;
}

.footer{
display: block;
font-family: arial, helvetica, sans-serif; 
font-size: 9px;
color: #fff;
width: 610px;
padding-top: 10px;
margin-left: auto;
margin-right: auto;
text-align: right;
}


