﻿@import url(layout.css);

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
	font-size: medium;
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background: #abc url(../images/gradient.jpg);
	background-repeat: repeat-x
}
#topline {
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	width: 748px;
	height: 1px;
	background-color: #89a;
}
#container {
	padding: 0px;
	width: 768px;
	margin: 0px auto;
	background: #fff url('../images/BkgdTile.gif') repeat-y 50% top;
}
#masthead {
	width: 748px;
	height: 52px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	font-size: x-large;
	color: #445566;
	background-color: #FFFFFF;
}
#EditableBody {
	position: relative;
	float: left;
	text-align: justify;
	margin-left: 10px;
	top: 2px;
	width: 728px;
	left: 10px;
}
#footer {
	width: auto;
	clear: both;
	text-align: center;
	background-color: #89a;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}

/* Styles for Masthead */

#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0px 10px;
}

/*   TAB NAVIGATION */

#tabNav {
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	float: left;
	width: 748px;
	background: #F4F4F4;
	font-size: small;
	line-height: normal;
	border-bottom: 1px solid #89a;
}
#tabNav ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#tabNav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#tabNav a {
	float: left;
	background: url('../images/TabNavLeft.gif') no-repeat left top;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	text-decoration: none;
}
#tabNav a span {
	float: left;
	display: block;
	background: url('../images/TabNavRight.gif') no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #445566;
	font-weight: bold;
}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabNav a span {float: none;}
	/* End IE5-Mac hack */
#tabNav a:hover span {
	color: #FFFFFF;
	font-weight: bold;
}
#tabNav a:hover {
	background-position: 0% -42px;
}
#tabNav a:hover span {
	background-position: 100% -42px;
}

/* Styles for Content */

h1 {
	color: #965;
	font-size: 1.5em;
	font-weight: bold;
}
h2	{
	color: #965;
	font-size: 1.75em;
}
h3	{
	color: #965;
	font-size: 1.5em;
}
h4	{
	color: #965;
	font-size: 1.25em;
}
h5	{
	color: #965;
	font-size: 0.75em;
}
h6	{
	color: #965;
	font-size: 0.5em;
}
big	{
	color: #965;
	font-size: medium;
}

/* Styles for Footer */

#footer p {
	color: #fff;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}

/* Styles for Links */

a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Styles for Text */
.style1 {
	color: #445566;
	white-space: nowrap;
	padding-right: 10px;
	font-size: xx-large;
	font-variant: normal;
	font-weight: bold;	
}
.style2 {
	text-align: justify;
}
.style3 {
	text-align: center;
	border: 3px solid #445566;
	height: 150px;
	width: 200px;
}
.style4	{
	font-size: large;
	font-weight: bold;
}
.style5 {
	color: #8899AA;
	font-size: small;
	font-weight: bold;
}
.style6 {
	color: black;
	text-decoration: underline;
}
.style6:hover {
	color: #965;
	text-decoration: underline;
}
.style7 {
	font-size: large;
	color: #445566;
	font-weight: bold;
}
.style8 {
	font-size: small;
	color: #445566;
	text-decoration: underline;
	white-space: nowrap;
	font-weight: bold;
}
.style9 {
	text-align: center;
	font-size: x-large;
	color: #445566;
	border: 2px solid #8899AA;
	background-color: #AABBCC;
}
.style10 {
	text-align: center;
	font-size: large;
	color: #445566;
	border: 2px solid #AABBCC;
	background-color: #EEEEFF;
}
.style11 {
	font-size: large;
	color: #445566;
	font-weight: bold;
	text-decoration: none;
}
.style12 {
	font-size: medium;
	color: #445566;
	font-weight: bold;
	text-decoration: none;
}
.style13 {
	font-size: small;
	color: #445566;
	font-weight: bold;
}
.style14 {
	text-align: center;
	font-size: x-large;
	color: #FFFFFF;
	border: 2px solid #8899AA;
	background-color: #AABBCC;
}
.style15 {
	font-family: "Segoe UI";
}

