@charset "utf-8";
/* CSS Document */

body {
	font: 10pt/1.5 Geneva, Arial, Helvetica, sans-serif;
	background: #41928d;	
	}
	
h1 {
	font-size:1.5em;
	}
h3 {
	font-size:1.1em;
	font-weight:bold;
	margin: 0 auto;
	text-align:center;
	}
	h3 a {
		color:black;
		}

div#contactcontainer {
	border:solid black 1px;
	color:white;
	background:#004d42;
	}
	div#contactcontainer a {
		color:white;
		}

div#container {
  background: 
	url(images/container_body.jpg) 
  top left no-repeat;
  margin-top:20px;
  }
    
div#container h2 {
  background: 
	url(images/container_top_right.jpg) 
  top right no-repeat;  
  padding:25px;
  font-size:1.3em;
  color:white;
  margin:0;  
  }
  
  div#container ul a {
	  color:white;  	
		text-decoration:none;
		}
			div#container ul a:hover, div.container ul a:active {
				color:yellow;
				text-decoration:underline;
				}
	 
  
div#container_body {
	  background: 
		url(images/container_right.jpg) 
	  top right repeat-y;
	  margin-top:-3.1em; 
	  padding:15px;
	  }
  
div#container_footer {
	  background: 
	  url(images/container_bottom_left.jpg) 
	  bottom left no-repeat;
  }

div#container_footer p {
	  background: 
		url(images/container_bottom_right.jpg) 
	  bottom right no-repeat;
	  display:block;
	  padding:15px;
	  margin:-2.0em 0 0 0;
   }  
	
div#page_wrapper {
	clear:both;
	width:794px;
	margin: 0 auto;	
	}
	
div#content {
	width:794px;
	background:#f7eee4;	
	}

div#right_content {
	margin: 0px 40px 0px 20px;
	text-align:justify;		
	}
div.form{
	border:solid black 2px;
	background:white;
	font:0.9em/1.0;
	font-family:"Courier New", Courier, monospace;
	padding:15px;
	text-align:left;
	}
	div.form hr{
		height:4px;
		width:95%;
		color:black;
		background-color:black;				
		}
	div.form table td{
		padding-top:9px;
		}
		

.form_heading {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.1em/1.0;
	text-align:center;
	font-weight:bold;
	}
			
		
div.form_table {
		margin-bottom:20px;
		border-bottom:solid black 2px;
		border-width: 90%;
		}


div#footer {
	clear:both;
	height:88px;
	background:url(images/footer.jpg)
	}
