﻿body
{
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #12392A;
	font-weight: bold;
}

a:visited {
	color: #12392A;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #12392A;
	font-weight: bold;
}

a:active {
	color: #12392A;
	font-weight: bold;
}

.header 
{
	text-align: center;
	width: 789px;
	height: 80px;

}

.menusection
{
	background-image: url(images/Menu_Red.gif);
	height: 40px;
	text-align: left;
}


.footer
{
	background-image: url(images/Footer_Red.gif);
	width: 789px;
	height: 40px;
	color: #12392A;
	font-weight: bold;
	text-align: center;
}

.content
{
	width: 787px;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	margin-bottom: 3px;
	background-color: #f0e68c;
}

.contentleft
{
	text-align:left;
	width: 787px;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	margin-bottom: 3px;
	background-color: #f0e68c;
}

.menu
{
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 15px;
}

.menusmall
{
	text-transform: uppercase;
	font-size: 10px;
}

.menusmall a 
{
	color: #8C6E26 ! important;
}

.menusmall a:hover 
{
	color: #8C6E26 ! important;
	text-decoration: underline;
}

.menusmall a:visited {
	color: #8C6E26 ! important;
}

.menusmall a:active {
	color: #8C6E26 ! important;
}

.selectedtab 
{
	width: 263px;
	height: 40px;
	text-align: center;
	font-size: 22px;
	color: #12392A;
}

.linkedtab 
{
	width: 263px;
	height: 40px;
	text-align: center;
	font-size: 22px;
	color: #f0e68c;
}

.linkedtab a
{
	font-size: 22px ! important;
	color: #f0e68c ! important;
	font-weight: normal;
}

.linkedtab a:hover
{
	font-size: 22px ! important;
	color: #f0e68c ! important;
	text-decoration: underline ! important;
	font-weight: normal;
}

.linkedtab a:visited
{
	font-size: 22px ! important;
	color: #f0e68c ! important;
	font-weight: normal;
}

.linkedtab a:active
{
	font-size: 22px ! important;
	color: #f0e68c ! important;
	font-weight: normal;
}

.leftalign 
{
	text-align: left;
}

.centeralign
{
	text-align: center;
}

.sidebar
{
	background-color: #f0e68c;
	width: 175px;
	text-align: center;
	vertical-align: top;
}

.copyright
{
	color: #8C6E26;
	font-size: 10px;
	text-align: center;
}

.boldtext
{
	font-weight: bold;
}