@charset "utf-8";
/* CSS Document */

body{
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0;
	margin: 0;
	background-color: #e2e1b8;
	/*background-color: #efefd3;*/
}

a{
	color: black;
	text-decoration: none;
}

#canvas{
	margin: 0 auto;
	background-color: #ffffff;
	width: 800px;
	height: 100%;
}

	#header{
		background-image: url('/images/top_stripe.gif');
		background-repeat:repeat-x;
		background-position: bottom;
		background-color: #cccc66;
		height: 100px;
	}
	
		#menu{
			color: #ffffff;
			font-size: 16px;
			font-weight: bold;
		}
			#menu a{
				color: #ffffff;
			}
	
	#content{
		padding:  0 10px;
		min-height: 700px;
	}
	
	#footer{
		background-color: #cccc66;
		height: 40px;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		padding-top: 10px;
	}

.contact_form{
	width: 200px;
}

a:hover{
	color: #458b05;
}

p{
	margin: 5px 0;
}

	p a{
		text-decoration: underline;
	}

h1 {
	font-size: 1em;
	font-weight: bold;
	color: #999900;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #CC6600;
}

h3{
	margin: 0;
	color: #CC6600;
}

h4{
	margin: 0;
}

img{
	border: 0;
}

input, textarea{
	font-family: Arial, Helvetica, sans-serif;
}