﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #fff;
	background-image: url("../images/fadedchildren2.gif");
	background-repeat: repeat;
	background-attachment:fixed ;
}
#container {
	width: 900px;
	margin: 10px auto;
}
#masthead {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width: 600px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-image:url('../images/banner_bg.png');
	font-size:xx-large;
	color:white;
	font-weight:bold;
}
#navigation {
	position: fixed;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color:transparent;
}
#index-navigation {
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color:transparent;
}
#content {
	float: right;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: transparent;
}
#content-alone {
	float: left;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: transparent;
}
#footer {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: transparent;
}
/* Masthead Styles */
#masthead h1 {
	font-size:xx-large;
	color: #fff;
}
#masthead p {
	font-size:xx-large;
	color: #fff;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	font-size:small;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: transparent;
	background-image:url('../images/hnav_bg.png');
	background-repeat:repeat-y ;
}
#navigation a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: transparent;
}
#navigation a:hover {
	color: red;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
#index-navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#index-navigation li {
	font-size:small;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: transparent;
	background-image:url('../images/hnav_bg.png');
	background-repeat:repeat-y ;
}
#index-navigation a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: transparent;
}
#index-navigation a:hover {
	color: red;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
#content {
	font-size:medium;
}
#content p a {
	font-size:medium;
}
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
	padding: 10px;
	padding-bottom:2px
}
#content dt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
}
#content dd select{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:normal;
}
#content dd input{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:medium;
}
#content dd textarea{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:medium;
}
#content-alone {
	font-size:medium;
}
#content-alone p a {
	font-size:medium;
}
#content-alone h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content-alone img {
	padding: 10px;
	padding-bottom:2px
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: green;
	text-decoration: underline;
}
#footer a:hover {
	color: red;
	text-decoration: none;
	background-color: #5f8ea9;
}
#copyright p {
	font-size:xx-small;
	color:black;
}
#copyright a {
	font-size:xx-small;
	color: green;
	text-decoration: underline;
	background-color: transparent;
}
#copyright a:hover {
	color: red;
	text-decoration: none;
	background-color: #5f8ea9;
}
a {
	color: green;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a.tooltip:hover {
	background:#CCFFCC;
	text-decoration:none;
}
a.tooltip span {
	display:none;
	padding:2px 3px;
	margin-left:2px;
	width:130px;
}
a.tooltip:hover span{
	display:inline;
	position:absolute;
	color:#000;
	font-size:small;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.centered {
	text-align:center;
}
.largefont {
	font-size:large !important;
}
.verylargefont {
	font-size:x-large !important;
}
.cssimage {
	float:left;
}
.htmlimage {
	float:right;
}