@charset "iso-8859-1";
/* CSS layout */
* {
	padding: 0;
	margin: 0;}
	
#masthead {
	margin: auto;
	width: 1000px;
	height: 300px;
	background: #fff url('images/masthead.jpg') no-repeat;}

#masthead p {
	padding: 120px 300px 20px 340px;
	color: #94CCEC;
	font-weight:bold;
	font-style: italic;
	text-align: center;}

#wrap {
	margin: auto;
	width: 1000px;
	overflow: auto;
	background: #B7D887 url('images/stripe.jpg') repeat-y;}

#container {
	margin: auto;
	width: 800px;}

#page_content {
	width: 560px;
	float: left;
	color: #C92A91;}

#right_col {
	font-size: 90%;
	width: 220px;
	float: right;
	color: #9B3392;
	text-align: center;}

#footer {
	margin: auto;
	width: 1000px;
	height: 168px;
	background: #fff url('images/footer.jpg') no-repeat;}

#footer p {
	font-size: small;
	text-align: center;
	padding: 160px;}

#footer a:link {text-decoration: none; color: #C92A91; font-weight: bold;}
#footer a:visited {text-decoration: none; color: #C92A91; font-weight: bold;}
#footer a:active {text-decoration: none;}
#footer a:hover {color: #94CCEC;}

.pinkborder {
	border: thin #94CCEC ridge;
	background-color: #FFCCFF; 
	padding: 8px 8px 8px 8px;}
	
.greenborder {
	border: thin #FFCCFF ridge;
	background-color: #B7D887; 
	padding: 8px 8px 8px 8px;}

.greenborder a:link {text-decoration: none; color: white; font-weight: bold;}
.greenborder a:visited {text-decoration: none; color: white;}
.greenborder a:active {text-decoration: none;}
.greenborder a:hover {font-weight:bold; color: #94CCEC;}

a:link {text-decoration: none; color: #B7D887; font-weight: bold;}
a:visited {text-decoration: none; color: #B7D887; font-weight: bold;}
a:hover {text-decoration: underline; font-weight :bold; color: #94CCEC;}
a:active {text-decoration: underline; font-weight: bold; color: #94CCEC}

h2 {
	color: #C92A91;
	font-weight: bold;
	text-align: center;
	line-height: 125%;}

h3 {
	color: #C92A91;
	font-weight: bold;
	text-align: center;
	line-height: 115%;}

ul {
	list-style-type: circle;
	padding-left: 40px;
	color: #C92A91;}

label {
	width: 240px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block; }
	
.submit input {
	color: white;
	background: #B7D887;
	border: 2px outset #9B3392;
	margin-left: 248px;
	width: 80px; }

fieldset {
	border: 1px solid #9B3392;
	width: 560px;}
	
legend {
	color: #B7D887;
	background: white;
	border: 1px solid #9B3392;
	padding: 2px 6px; } 

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #B7D887;
	line-height: 125%;}
