﻿@import url('layout.css');
body {
	background: #FF9999 url('../../images/background.gif') repeat-x left
top;
	font-family: Arial,"Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #358;
	background-color: #fff;
}
#masthead {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}
#navigation {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	position: relative;
	float: left;
	width: 525px;
	padding-top: 7px;
	text-align: justify;
}
#content2 {
	position: relative;
	float: left;
	width: 525px;
	padding-top: 7px;
	text-align: justify;
	background-color: #FFE1E1;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 8pt;
	padding: 10px;
}
#sidebar {
	margin: 10px 0 0 0;
	background: #FFE1E1;
	float: right;
	width: 260px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	height: auto;
}
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #191970;
	text-transform: uppercase;
	display: inline;
	text-shadow: 1px -3px 5px #999999;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #CC3300;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	text-shadow: 1px -3px 5px #999999;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 90px;
}
#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #FF9999;
}
#navigation a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #191970;
}
/* Content Styles */
#content h1, h5, h6 {
	margin-bottom: 10px;
	margin: 10px 0 0 0;
	color: #b22222;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content p {
	margin: 5px 15px 5px 15px;
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, verdana;
	font-size: 9pt;
	text-indent: 35px;
}
#content h2 {
	margin: 10px 5px 10px 5px;
	color: #b22222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: 900;
	text-shadow: 1px -3px 5px #999999;
}
#content h3 {
	margin: 10px 5px 10px 5px;
	color: #b22222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: 700;
	text-shadow: 1px -3px 5px #999999;
}
#content h4 {
	margin: 10px 10px 10px 15px;
	color: #b22222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: 700;
	text-indent: 35px;
}
/* content2 Styles */
#content2 p {
	margin: 3px 10px 3px 40px;
	color: #333333;
	font-family: Verdana, Geneva, Tahoma, arial, sans-serif;
	font-size: 8pt;
	text-align: justify;
}
#content2 h3 {
	margin: 5px 1px 5px 10px;
	color: #CC3300;
	font-family: Verdana, Geneva, Tahoma, arial, sans-serif;
	font-size: 10pt;
	font-weight: 600;
	text-shadow: 1px -3px 5px #999999;
}
/* Sidebar Styles */
#sidebar p {
	margin: 6px 10px 3px 20px;
	color: #333333;
	font-family: Verdana, Geneva, Tahoma, arial, sans-serif;
	font-size: 8pt;
	text-align: left;
}
#sidebar h3 {
	margin: 20px 1px 5px 10px;
	color: #CC3300;
	font-family: Verdana, Geneva, Tahoma, arial, sans-serif;
	font-size: 10pt;
	font-weight: 600;
	
}
#sidebar h6 {
	margin: 3px 20px 3px 20px;
	color: #5F5F5F;
	font-family: Verdana, arial, sans-serif;
	font-size: 7pt;
	text-align: left;
	font-weight: lighter;
}
#sidebar ul {
	list-style: none;
	font-family: Verdana, Arial, Tahoma, "Microsoft Sans Serif";
	font-size: 8pt;
}
#sidebar li {
	margin-top: 1px;
	margin-bottom: 1px;
	list-style: none;
}
#sidebar a {
	color: #808000;
	text-decoration: none;
}
#sidebar a:hover {
	color: #B22222;
	text-decoration: overline;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #CC3300;
	text-decoration: none;
}
#footer a:hover {
	color: #237;
	text-decoration: overline;
}
/* Link Styles */
a {
	color: #808000;
	text-decoration: none;
}
a:hover {
	color: #800000;
	text-decoration: overline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.ttseta {
	font-family: "arial", "verdana" "Book Antiqua", "Palatino Linotype";
	font-weight: 800;
	color: red;
	font-size: 10pt;
}
span {
	color: #666633;
	font-weight: 500;
	font-family: Verdana, "Times New Roman", "Book Antiqua", "Palatino Linotype";
	font-size: 8pt;
	letter-spacing: 1pt;
	text-align: left;
}
div#tipDiv {
	color: #666699;
	font-size: 8pt;
	font-family: "verdana", "arial", "MS Reference Sans Serif";
	text-align: center;
	line-height: normal;
	background-color: #FFE8E8;
	border: 1.5px #191970 ridge;
	width: 200px;
	height: auto;
	padding: 6px;
}


