﻿@import url('layout.css');
body {
	font-family:Calibri;
	font-size:medium;
	background-color: #D2D2D2;
	background-image: url('../images/2008/Cd1.jpg'); 
	background-repeat: repeat-y;
	background-position: left;
}
.main_text {
	overflow: auto;
	}
#masthead {
	position: absolute;
	top: 0px;
	background-color: #808080;
	background-image: url('../images/2008/cd.jpg'); 
	
}
#navigation {
	overflow: hidden;
	color:white;
}
#page_content {
	overflow: auto;
	text-align: left;
	color: white;
}
#sidebar {
	text-align: left;
}
#footer {
	text-align: left;
}
/* Masthead Styles */
#masthead h1 {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: xx-large;
	margin: 5px;
	text-align: right;
	padding: 0px;
	font-family: "Arial Black";
	text-transform: none;
}
#masthead h3 {
	margin-top: 0.4em;
	color: #f5f5f5;
	margin-bottom: 0px;
	text-align: right;
	font-size: large;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: white;
	display: block;
	margin: 0 1px;
	padding: 5px;
	background-color: transparent;
}
#navigation a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: silver;
}
/* Content Styles */
h6 {
	color: white;
}
h5 {
	color: white;
}
h4 {
	color: white;
}
h3 {
	color: #ffffff;
}
h2 {
	color: #ffffff;
}
h1 {
	color:white;
	font-size:x-large;
}
#content h1 {
	color:white;
	font-size:x-large;
}
#content img {
	padding: 5px;
	border: 1px solid #a0522d;
	background-image: url('../images/2008/background gradient.jpg');
}
/* Sidebar Styles */
#sidebar p {
	color: #ffffff;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: white;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.tr thead{
	font-weight: bold;
	background-color: #FFFF00;
}
.FAQ_q{
	font-weight:bold;
}