﻿body{
	background-position: center;
	background-color: #C0C0C0;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif; /*	font-family: Georgia; */;
	font-size: medium;
	background-image: url('images/grayslatetexture.jpg');
}
p           {
    font-size: 11pt;
/*    font-size: small;
	font-size: 105%; */
    line-height: 150%;
}
li			{
    font-size: 11pt;
    line-height: 135%;
}
td		    {
	font-size: small;
	font-size: 95%;
	line-height: 135%;
	font-family: Verdana;
}
H1			{
	font-size: large;
	margin-bottom: -3px;
}
H2			{
	font-size: medium;
	margin-bottom: -9px;
}
H3			{
	font-size: 11pt;
	font-style: italic;
	margin-bottom: -6px;
}
H4			{
	font-size: 10pt;
	font-style: italic;
	color: #003399;
	margin-bottom: -6px;
}

dt			{
/*    font-size: x-small; */
/*    font-size: 90%; */
	font-weight: bold;
	line-height: 135% ; 
}	
ul			{
    font-size: 11pt;
	list-style-type:square;

}
tt	{
	font-family: Consolas, "Courier New", Courier, monospace;
	font-size: 110%;
}

a:hover.animated { font-style:italic; font-size: larger }	

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
#navigation li {
	float: left;
	text-align: center;
}
#navigation a {
	text-decoration: none;
    font-size: small;
	color: #FFFFFF;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 0px solid #708090;
	background-color: #003399;
	font-weight: bold;
}
#navigation a:hover {
	text-decoration: none;
    font-size: small;
	color: #800000;
	background-color: #d0dffa;
}
a:link
{
	text-decoration: none;
	color: #003399;
}
a:visited
{
	text-decoration: none;
	color: #660033;
}
a:hover 
{
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* Styles for Custom tags */

.Title {
	font-size: large;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
.Subtitle {
	font-size: medium;
	font-style: italic;
}
.Kwords {
	font-size: xx-small;
	color: #FFFFFF;
}
.Heading{
	font-size: x-large;
	color: #FFFFFF;
	letter-spacing: 1pt;
	font-weight: bold;
	position: relative;
	right: 5px;
	top: -1px;
}
.SubHeading{
	font-size: medium;
	color: #003399;
	font-weight: bold;
	position: relative;
	right: 5px;
	top: 5px;
}
.Footer2{
	font-size: small;
	color: #003399;
}
.Footer1{
	font-size: small;
	color: #003399;
}
.drop {
	font-size: 24px;
	font-family: Georgia, Palatino, Times;
	float: left;
	margin-right: 2px;
	line-height: 30px;
	color: #fff;
	background: #003399;
	padding: 0 4px 0 4px;
	font-weight: bold;
}
