/* CSS Document */

p{
font-family:Trebuchet MS;
font-size:14px;
color:#FFFFFF;
font-weight:normal;
line-height:20px;
}

h1{
font-family:Trebuchet MS;
font-size:24px;
color:#FFFFFF;
font-weight:100;
}

h2{
font-family:Trebuchet MS;
font-size:16px;
color:#FFFFFF;
font-weight:normal;
}

p a:link {color:#FFFFFF; text-decoration:none;} 
p a:visited {color:#FFFFFF; text-decoration:none;} 
p a:hover {color:#333333; text-decoration:none;}   
p a:active {color:#FFFFFF; text-decoration:none;} 

.container_expand{
	top: 0px;
	background-color:#FFFFFF;
	position: relative;
	z-index: 1;
	height: auto;
	margin:0 auto;
	width:900px;
	text-align: left;
	padding: 0px 0px 30px 0px;
	border:1px solid #999999;

}

.logo{
position:relative;
top:5px;
left:268px;
width:628px;
height:124px;
background-image:url(../images/logo.gif);
background-repeat:no-repeat;
z-index:6;
}

.graf{
position:absolute;
left:0px;
top:10px;
width:330px;
height:645px;
z-index:20;
padding:0;
margin:0;
}

.nav{
position:relative;
top:0px;
padding:37px 0px 0px 0px;
width:500px;
left:271px;
height:31px;
z-index:7;
}

.nav_on{
width:110px;
height:31px;
background-image:url(../images/tab1.gif);
background-repeat:no-repeat;
background-color:#809C16;
float:left;
text-align:center;
padding-top:5px;
color:#FFFFFF;
font-family:Trebuchet MS;
font-size:14px;
display:block;
z-index:7;
}

.nav_on a:link {color:#FFFFFF; text-decoration:none;} 
.nav_on a:visited {color:#FFFFFF; text-decoration:none;} 
.nav_on a:hover {color:#333333; text-decoration:none;}   
.nav_on a:active {color:#FFFFFF; text-decoration:none;} 

.nav_off{
width:110px;
height:31px;
background-image:url(../images/tab2.gif);
background-repeat:no-repeat;
float:left;
text-align:center;
padding-top:5px;
color:#333333;
font-family:Trebuchet MS;
font-size:14px;
display:block;
z-index:7;
background-color:#B9C86E;
}

.nav_off a:link {color:#333333; text-decoration:none;} 
.nav_off a:visited {color:#333333; text-decoration:none;} 
.nav_off a:hover {color:#FFFFFF; text-decoration:none;}   
.nav_off a:active {color:#333333; text-decoration:none;} 

.body_text{
position:relative;
top:0px;
width:544px;
left:0;
height:auto;
background-color:#809C16;
padding:30px 85px 20px 271px;
margin:0;
z-index:8;
height: expression( this.scrollHeight < 401 ? "400px" : "auto" ); /* sets min-height for IE */
min-height: 400px; /* sets min-height value for all standards-compliant browsers */
}

.body_text img{
padding-right: 10px;
}

.footer{
position:relative;
top:0;

width:629px;
height:20px;
padding:5px 0px 0px 271px;
color:#333333;
font-family:Trebuchet MS;
font-size:12px;
background-color:#B9C86E;
z-index:8;
}

.imageLeft{
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.imageRight{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}