/* CSS Document */

body{
background-color:#e0ecd4;
margin:0;
padding:0;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#303030;

}

h1{
color:#afd2c1;
border-bottom:1px solid #afd2c1;
font-size:18pt;
font-weight:normal;
letter-spacing:-1px;
margin:0 0 30px 0;

}

h2{
font-size:14pt;
font-weight:normal;
text-decoration:none;

}

th{
width:200px;
text-align:left;
background-color:#afd2c1;
color:#fff;
padding-top:10px;
padding-left:10px;
vertical-align:top;
border-bottom:1px solid #fff;

}

.formelement{
width:300px;

}

.button{
background-color:#afd2c1;
height:30px;
color:#fff;
border:none;
margin-top:20px;

}

input{
margin:10px 0 0 10px;

}

textarea{
margin:10px 0 0 10px;

}

#frame{
width:790px;
margin:0 auto;
padding:0;
text-align:left;
background-image:url(images/background.gif);
background-position:top right;
background-repeat:no-repeat;

}

	#header{
	width:730px;
	height:80px;
	font-size:50pt;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:-4px;
	color:#738201;
	margin:10px 0 0 0;
	padding:0;
	line-height:50px;
	
	}
	
		#header img{
		float:right;
		margin:10px 0 0 10px;
		
		}
		
	#nav{
	width:730px;
	background-color:#afd2c1;
	height:30px;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
	
	}
	
		#nav a{
		display:inline;
		margin:0 15px;
		line-height:28px;
		color:#fff;
		text-decoration:none;
		letter-spacing:-0.05em;
		
		}
		
		#nav a:hover{
		background-color:#66aa99;
		
		}
	
	#content{
	width:728px;
	min-height:480px;
	background-color:#eef5d3;
	background-image:url(images/text-background.gif);
	background-position:top right;
	background-repeat:no-repeat;
	border:1px solid #eef5d3;
	
	}
	
		#content a{
		color:#a8c56b;
		
		}
	
		.splash-image{
		margin:0 0 10px 0;
		
		}
		
		.main-image{
		float:right;
		margin:0 0 20px 20px;
		border:1px solid #738201;
		
		}
	
	#inner-frame{
	width:670px;
	margin:30px;
	
	}
	
	#footer{
	margin:10px 0;
	width:730px;
	height:30px;
	background-color:#afd2c1;
	color:#fff;
	font-size:9pt;
	line-height:28px;
	
	}
	
		#footer a{
		color:#fff;
		text-decoration:none;
		
		}
		
		#footer a:hover{
		text-decoration:underline;
		
		}
	
		.copyright{
		float:left;
		margin-left:30px;
		
		}
	
		.language{
		float:right;
		margin-right:30px
		
		}
	
	#webdev{
	width:730px;
	font-size:9pt;
	color:#a8c56b;
	text-align:right;
	margin:10px 0;
	
	}
	
		#webdev a{
		color:#a8c56b;
		text-decoration:none;
		
		}
	
