@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #2E3440;
}
.oneColFixCtrHdr #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #D6DADD;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #D6DADD;
}
input {
	background-color: #2E3440;
	border: 1px dotted #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}

.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/header.jpg);
	height: 129px;
	width: 1024px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #B3C4CE;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	color: #000;
	font-size: 16px;
}
.frontH1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
}

.oneColFixCtrHdr #footer {
	background-color: #DDDDDD;
	background-image: url(images/nav-new.jpg);
	height: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #headerNAV {
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/nav-new.jpg);
	height: 60px;
	width: 1024px;
}
#navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2D2D35;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#indexBox1 {
	width: 443px;
	float: left;
	background-image: url(images/index-box.png);
	background-repeat: no-repeat;
	padding: 10px;
	height: 311px;
	margin-left: 25px;
}
#indexBox2 {
	width: 423px;
	margin-left: 500px;
	background-image: url(images/index-box.png);
	background-repeat: no-repeat;
	height: 311px;
	padding: 10px;
}
#footerBox1 {
	width: 250px;
	float: left;
	height: 280px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2D3540;
}
#footerBox2 {
	width: 280px;
	height: 280px;
	float: right;
	margin-right: 50px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#footerBox3 {
	width: 250px;
	height: 280px;
	margin-left: 340px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2D3540;
}
.footer a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
.footer a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.footer a:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#footer h1 {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}
a {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
.pic {
	background-color: #CED8EB;
	padding: 2px;
	border: 1px solid #000053;
}

a:active {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
#indexBox1 h1 {
	background-color: #2D3540;
	color: #FFF;
	font-size: 16px;
	font-variant: small-caps;
	margin-right: 200px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: inset;
	border-left-style: inset;
	border-bottom-color: #8DA6A2;
	border-left-color: #8DA6A2;
	margin-left: 40px;
}
#indexBox1 h3 {
	color: #2D3540;
	font-size: 20px;
	font-variant: small-caps;
}
#indexBox2 h3 {
	color: #2D3540;
	font-size: 20px;
	font-variant: small-caps;
}
#indexBox1 h3 a {
	color: #2D3540;
	font-size: 20px;
	font-variant: small-caps;
	text-decoration: none;
}
#indexBox2 h3 a {
	color: #2D3540;
	font-size: 20px;
	font-variant: small-caps;
	text-decoration: none;
}
#description {
	float: right;
	width: 450px;
}
.frontH2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #FFF;
	background-color: #2E3440;
	padding: 5px;
	font-style: italic;
	text-align: center;
	border: 1px solid #FFF;
}
select {
	background-color: #2E3440;
	border: 1px dotted #FFF;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
textarea {
	background-color: #2E3440;
	border: 1px dotted #FFF;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

