﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	float: right;
	text-align: center;
	width: 680px;
	padding: 8px;
	border: 1px #725972 ridge;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#content {
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 700px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #402640;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1 {
	color: #009900;
}

#content h2,h3,h4,h5,h6,hr {
	color: #660033;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.title-home {
	font-size: 20pt;
	color: #009900;
}
.m_ctr {
	font-size: 14pt;
	text-align: center;
}
.right_text {
	text-align: right;
}
.right {
	text-align: right;
	float: right;
}
.xs_arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.xs_bold_Italic_arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}
.m_ctr_green {
	font-size: 14pt;
	text-align: center;
	color: #009900;
}

.m_ctr_purple {
	font-family: Arial;
	font-size: 14pt;
	text-align: center;
	color: #660033;
}


.ctr_green {
	font-family: Arial;
	font-size: 12pt;
	text-align: center;
	color: green;
}

.ctr_purple {
	font-family: Arial;
	font-size: 12pt;
	text-align: center;
	color: #660033;
}

.ctr_black {
	font-family: Arial;
	font-size: 12pt;
	text-align: center;
	color: black;
}

.m_ctr_red {
	font-size: 14pt;
	text-align: center;
	color: #FF0000;
}

.ctr_red {
	font-size: 12pt;
	text-align: center;
	color: #FF0000;
}

.center {
	text-align: center;
	font-size: 12;
	font-family: Arial;
}
.center-div {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #660033;
	text-transform: uppercase;
}
.m_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-align: left;
}
.s_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-align: left;
}
.s_bold_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.s_bold_italic_ctr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-align: center;
}
.xs_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.clear {
	clear: both;
}
.border0 {
	border-width: 0px;
}
.img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.highlight {
	background-color: #FFFF00;
}
.indent {
	text-indent: 30px;
}
.hang_indent {
	text-indent: -50px;
	margin-left: 50px;
}
ul {
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
li {
	list-style-type: square;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content img {
	padding: 5px;
	border: 2px solid #660033;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#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;
}