﻿@import url("layout.css");
body {
	font-family: Arial;
	font-size: 0.8em;
	background-color: #CCCCCC;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-top: 10px;
	border-top: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
	padding: 10px;
}
#masthead {
	text-align: center;
	width: 1000px;
	height: 130px;
	min-height: 120px;
	background-image: url('../images/header.gif');
}
#navigationleft {
	position: relative;
	float: left;
	width: 175px;
	margin-bottom: 10px;
}
#navigationright {
	position: relative;
	float: right;
	width: 175px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 630px;
	margin-top: 10px;
	margin-left:10px;
	margin-right: 10px;
	background-color:white
}
#footer {
	text-align: left;
	clear: both;
	width: 1000px;
	height: 70px;
	background-image:url('../images/footer_bg.gif');
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigationleft Styles */
#navigationleft ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigationleft li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px #D20202 solid;
	background-color: #FFFFFF;
}
.navbuttons a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
.navbuttons a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 0.5px #fff solid;
	border-left-color: #D20202;
	background-color: #D20202;
}
.imgstyle1 {
	border-width: 0px;
	text-align:center
}
.form {
	background-color: #E6E6E6;
}
.formtextheader {
	color: #666666;
	text-decoration: none;
	height:25px;
	padding-left: 10px;
}
.formtext {
	color: #666666;
	text-decoration: none;
	width: 140px;
	height:25px;
	padding-left: 10px;
}
.reduced_dev_head {
	font-size: large;
}
.reduced_dev_subhead {
	font-size: small;
}
.reduced_dev_text {
	color: #666666;
}

/* Navigationright Styles */
#navigationright ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigationright li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
.imgstyle1 {
	border-width: 0px;
}
/* Content Styles */
h6 {
	color: #D20202;
}
h5 {
	color: #D20202;
}
h4 {
	color: #D20202;
}
h3 {
	color: #D20202;
}
h2 {
	color: #D20202;
}
#content h1 {
	color: #D20202;
}
.imgstyle1 {
	border-width: 0px;
}
/* Footer Styles */
#footer p {
	color: #FFFFFF;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
