﻿@import url("layout.css");
body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #222222;
	background-color: #d8bfd8;
}



#container {
	width: 100%;
	height: 100%;
	background-color: #d8bfd8;
}
p
{
	font-family: Verdana, Geneva, sans-serif;
	color: #222222;
	font-size: 11pt;
	text-align: left;
	line-height: 1.4;
}

ul
{
	font-family: Verdana, Geneva, sans-serif;
	color: #222222;
	font-size: 11pt;
	line-height: 1.5;
	 list-style: disc;
}


#masthead
{
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #d8bfd8;
	height: 110px;
}
#page_content
{
	position: relative;
}

#sidebar
{
	position: relative;
	float: left;
	width: 140px;
	background-color: #ffffff;
}
#content
{
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
	display: block;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 140px;
	background-color: #d8bfd8;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 2%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
	color:#222222;
}



/* Styles for Navigation */
#sidebar ul
{
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #d8bfd8;
	border-collapse: collapse;

}
#sidebar li
{
	display: block;
	text-align: center;
}
#sidebar a
{
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #f4ccff;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}

a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #9900cc;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.event_title
{
	font-weight: bold;
    color:#CC33FF;
}

.event_description
{
	margin-top: .5em;
	margin-bottom: 0em;
	line-height: 1.4;
	
}


.event_emphasis
{
	margin-top: .5em;
	margin-bottom: 0em;
	line-height: 1.4;
	font-weight: bold;
    color:#CC33FF;
}

.event_information
{
	margin-top: 2em;
	font-style:italic;
	padding-left: 10px;
}

.faq_question
{
	font-weight: bold;
    color:#CC33FF;
    margin-bottom: 10px;
}
.faq_subheader
{
    font-style:italic;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 3px;
    margin-left: 10px;

}

.faq_answer
{
	margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.faq_disclaimer
{
    font-weight: bold;
}

.form_name
{
	font-weight: bold;
    color:#CC33FF;
    margin-bottom: 3px;
}
.form_description
{
	margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.reference_name
{
    margin-bottom: 3px;
}

.reference_title
{
	font-weight: bold;
	font-style:italic;
    color:#CC33FF;
    margin-bottom: 3px;
}

.reference_byline
{
	font-size:80%
}

.reference_description
{
	margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.service_table
{
	
	border-collapse:collapse;

}

#service_table td
{
	 border-color: rgb(230,168,255);
	 border-width: 1px 1px 1px 1px;
	 border-style: solid;
	 padding-left: 5px;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 vertical-align: middle;
}
	 
#service_table th
{
	text-align: left;
}

.quote
{
	font-style: italic;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}

.quote_author
{
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	font-size: smaller;
}

.about_subhead
{
	font-style: italic;
	font-weight: bold;
}

.links_table
{
	border-collapse:collapse;
}

#links_table td
{
	 border-color: rgb(230,168,255);
	 border-width: 1px 1px 1px 1px;
	 border-style: solid;
	 padding-left: 5px;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	color: #222222;
	font-size: 11pt;
	text-align: left;
	line-height: 1.4;
}
	 
#links_table th
{
	font-family: Verdana, Geneva, sans-serif;

	text-align: left;
	padding-left: 5px;
}

.newspaper_title
{
	font-style: italic;	
}



