@charset "utf-8";
/* CSS Document */
* { 
	margin: 0;
	padding: 0;
}
body {
	background-image:url(../images/layout/bkg_stripes.gif);
	background-repeat:repeat-x;
}

#container {
	margin: 0px auto 0 auto;
	padding: 0px 0px 0 0px;
	width: 950px;
	height:auto;
	border: 1px dashed black;
}
#header {
	margin: 0 0 0 0px;
	padding: 0;
	height: 60px;
	background-color:#CCCCCC;
	
}

#footer {
	clear: both;
	margin: 0px 0 0 0px;
	padding: 0;
	text-align: center;
	background-color:#CCCCCC;
	
}
#content {
margin: 10px;
}
#footer p {
	color:#FFFFFF;
	font-size:12px;
}




/* TYPOGRAPHY */
h1 {
	font-family: "Gill Sans Light",  "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	line-height: 2em;
	color: #0D525C;
	text-align:left;	
}
h2 {
	font-family: "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color:#4B7415;
	font-weight: 600;
	}
h3 {
	font-family: "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 2em;
	color:#0D525C;
	font-weight: 200;
	}

p {
	font-family: "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: lighter;
	color: #333333;
	margin: 0 0 10px 0;
}

li {
	margin: 0 0 0 16px;
	padding: 0;
	list-style-type:circle;
	font-family: "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: lighter;
	color: #333333;
	
	
}

a, a:visited {
	color: #339087;
	text-decoration: none;
}
a:hover {
	color:#0D525C;
}
.form {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
}

.required_warning {
	color:#fff;

}