﻿@charset "UTF-8";

/* CSS Document */

body {

	background-color: #3d3734;

}

#dhtmltooltip{
position: absolute;
width: 400px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 1000;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


#header {

	background-color: #000000;

	text-align: right;

	color: #817e79;

	width: 820px;

	padding-top: 3px;

	padding-bottom: 3px;

}

a.headerlink:link {

	text-decoration: none;

	color: #817e79;

	font-family: Tahoma;

	font-size: 12px;

}

a.headerlink:visited {

	text-decoration: none;

	color: #817e79;

	font-family: Tahoma;

	font-size: 12px;

}



a.headerlink:hover {

	text-decoration: underline;

	color: #858585;

	font-family: Tahoma;

	font-size: 12px;

}

a.fivelink:link {

	text-decoration: none;

	color: #e8e4d8;

	font-family: Tahoma;

	font-size: 16px;

}

a.fivelink:visited {

	text-decoration: none;

	color: #e8e4d8;

	font-family: Tahoma;

	font-size: 16px;

}



a.fivelink:hover {

	text-decoration: underline;

	color: #e8e4d8;

	font-family: Tahoma;

	font-size: 16px;

}

a.footerlink:link {

	text-decoration: none;

	color: #131387;

	font-family: Tahoma;

	font-size: 12px;

}

a.footerlink:visited {

	text-decoration: none;

	color: #131387;

	font-family: Tahoma;

	font-size: 12px;

}



a.footerlink:hover {

	text-decoration: underline;

	color: #131387;

	font-family: Tahoma;

	font-size: 12px;

}

#menu a:link {

        font-family: tahoma;

        font-size: 14px;

}

#menu a:visited {

        font-family: tahoma;

        font-size: 14px;

}

#menu a:hover {

        font-family: tahoma;

        font-size: 14px;

        text-decoration: underline;

}



#columnone {

	width: 200px;

}



#title {

	font-family: Georgia;

	color: #e8e4d8;

	font-size: 34px;

	background-color: #92402b;

	padding: 5px;

	line-height: 40px;

	border-top: 15px #92402b solid;

	border-bottom: 15px #92402b solid;

}

#menu {

	font-size: 18px;

	font-family: Georgia;

	color: #e8e4d8;

	border-top: 3px #e3a855 solid;

	border-bottom: 15px #e3a855 solid;

	background-color: #e3a855;

	padding: 5px;

	min-height: 150px;

        margin: 0;



}

#menu li {

        list-style-type:none;

        margin: 0px 0px 2px -32px;

}

#menu a {

text-decoration:none;

color:#e8e4d8;



}

#five {

	font-size: 18px;

	font-family: Georgia;

	color: #e8e4d8;

	border-top: 15px #42788b solid;

	border-bottom: 15px #42788b solid;

	background-color: #42788b;

	padding: 5px;

}

#logos {

	background-color: #686d2d;

	padding: 5px;

        text-align: center;

}

#columntwo {

	width: 620px;

}

#headerflash {

	height: 220px;

	background-color: #e8e4d8;

}

#homecontent {

        background-color: #94866c;

        color: #e8e4d8;

        font-size: 14px;

        font-family: Tahoma;

        padding: 5px;

        padding-right: 10px;

        padding-left: 10px;

        width: 600px;

}

#secondarycontent {

        background-color: #94866c;

        color: #e8e4d8;

        font-size: 14px;

        font-family: Tahoma;

        padding: 5px;

        padding-right: 10px;

        padding-left: 10px;

        width: 600px;

}

.subtitle {

        font-size: 24px;

        font-family: Georgia;

        font-weight: bold;

}

#notes {

        background-color: #e8e4d8;

        color: #94866c;

        font-size: 14px;

        font-family: Tahoma;

        height: 400px;

        padding: 5px;

        padding-right: 10px;

        padding-left: 10px;

}



#footerrow {

        text-align: center;

        color: #817e79;

        font-size: 12px;

        font-family: tahoma;

}

/*---------------REMEMBER TO DOCUMENT---------------*/
