﻿body {
	font-family: Times New Roman;
	font-size: 10pt;
	top: 0px;
	margin: 0px;
	background-color: #707070;
}

@font-face {
	font-family: Trajan Pro;
	src: url('/fonts/trajanpro-regular-webfont.eot');
}

@font-face {
	font-family: Trajan Pro;
	src: url('/fonts/TrajanPro-Regular.otf');
}

a:link {
	color: #790000;
	text-decoration: none;
	font-weight: bold;
	font-family: book antiqua;
	font-size: inherit;
}

a:active {
	color: #c0c0c0;
	text-decoration: none;
	font-weight: bold;
	font-family: book antiqua;
	font-size: inherit;
}

a:visited {
	color: #790000;
	text-decoration: none;
	font-weight: bold;
	font-family: book antiqua;
	font-size: inherit;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-family: book antiqua;
	font-size: inherit;
}

#container {
	background-color: #cfc297;
	background-repeat: no-repeat;
	clear: both;
	text-align: left;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 1024px;
	z-index: 5;
}

#main {
	background-color: #eddead;
	clear: both;
	text-align: left;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 1024px;
	z-index: 3;
}

#mainnavc {
	background-color: #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#790000', endColorstr='#360000');
	background: -webkit-gradient(linear, left top, left bottom, from(#790000), to(#360000));

	background: -webkit-linear-gradient(top, #790000, #360000);
	background: -moz-linear-gradient(top, #790000, #360000);
	background: -o-linear-gradient(top, #790000, #360000);
	background: -ms-linear-gradient(top, #790000, #360000);
	background: linear-gradient(top, #790000, #360000);

	-webkit-box-shadow: 0px 0px 8px 2px #222;
	box-shadow: 0px 0px 8px 2px #222;
	font-size: 9pt;
	height: 22px;
	left: 0px;
	position: relative;
	top: 0px;
	width: 100%;
}

#masternav {
	background-color: #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#790000', endColorstr='#360000');
	background: -webkit-gradient(linear, left top, left bottom, from(#790000), to(#360000));

	background: -webkit-linear-gradient(top, #790000, #360000);
	background: -moz-linear-gradient(top, #790000, #360000);
	background: -o-linear-gradient(top, #790000, #360000);
	background: -ms-linear-gradient(top, #790000, #360000);
	background: linear-gradient(top, #790000, #360000);
	color: #b4b098;
	font-size: 9pt;
	height: 22px;
	left: 0px;
	position: relative;
	top: 0px;
	width: 100%;
}

.contentLeftTop {
	background-color: #cfc297;
	display: inline-table;
	font-family: Times New Roman;
	font-size: 11pt;
	padding: 4px;
	margin: 2px 0px 2px 2px;
	width: 690px;
	vertical-align: top;
}

.contentLeft {
	background-color: #cfc297;
	display: inline-table;
	font-family: Times New Roman;
	font-size: 11pt;
	padding: 4px;
	margin: 0px 0px 2px 2px;
	width: 690px;
	vertical-align: top;
}

.contentRightTop {
	background-color: #cfc297;
	display: inline-table;
	font-family: Times New Roman;
	font-size: 10.5pt;
	padding: 4px;
	margin: 2px 2px 2px 0px;
	text-align: right;
	width: 310px;
	vertical-align: top;
}

.contentRight {
	background-color: #cfc297;
	display: inline-table;
	font-family: Times New Roman;
	font-size: 10.5pt;
	padding: 6px;
	margin: 0px 2px 2px 0px;
	text-align: right;
	width: 306px;
	vertical-align: top;
}

#frameLeft {
	background-color: #eddead;
	display: inline-table;
	height: 100%;
	min-height: 100%;
	width: 700px;
	vertical-align: top;
}

#frameRight {
	background-color: #eddead;
	display: inline-table;
	height: 100%;
	min-height: 100%;
	width: 320px;
	vertical-align: top;
}

#footer {
	background-color: #580000;

	-webkit-box-shadow: 0px 0px 8px 2px #222;
	box-shadow: 0px 0px 8px 2px #222;
	color: #fff;
	font-family: Times New Roman;
	font-size: 9pt;
	height: 22px;
	margin: 0 auto;
	width: 1024px;
	vertical-align: middle;
}

.highlight-box {
	background-color: #b4b098;
	border-left: solid 1px #333;
	border-top: solid 1px #333;

	-webkit-box-shadow: 2px 2px 2px #333;
	box-shadow: 2px 2px 2px #333;
	margin-bottom: 50px;
	padding: 2px 2px 2px 2px;
	font-size: 11pt;
}

.btnAlternate {
	background-color: #ccc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d2ba', endColorstr='#929076');
	background: -webkit-gradient(linear, left top, left bottom, from(#d6d2ba), to(#929076));

	background: -webkit-linear-gradient(top, #d6d2ba, #929076);
	background: -moz-linear-gradient(top, #d6d2ba, #929076);
	background: -o-linear-gradient(top, #d6d2ba, #929076);
	background: -ms-linear-gradient(top, #d6d2ba, #929076);
	background: linear-gradient(top, #d6d2ba, #929076);
	border: 1px solid #000;
	border-radius: 8px;
	color: #000;
	font-variant: small-caps;
}

.btnAlternate:hover {
	background-color: #ccc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929076', endColorstr='#d6d2ba');
	background: -webkit-gradient(linear, left top, left bottom, from(#929076), to(#d6d2ba));

	background: -webkit-linear-gradient(top, #929076, #d6d2ba);
	background: -moz-linear-gradient(top, #929076, #d6d2ba);
	background: -o-linear-gradient(top, #929076, #d6d2ba);
	background: -ms-linear-gradient(top, #929076, #d6d2ba);
	background: linear-gradient(top, #929076, #d6d2ba);
	color: #000;
	cursor: hand;
	cursor: pointer;
	font-variant: small-caps;
}

.tbAlternate {
	background-color: #b4b098;
	border: 1px solid #fffbbc;
	color: #000000;
	display: table-cell;
	font-size: 9pt;
	height: 12px;
	width: 120px;
	vertical-align: middle;
}

.mDetailTitle {
	color: #000058;
	font-family: Times New Roman;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

.mTitleExtra {
	color: #000058;
	font-family: Trajan Pro;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.mTitleRed {
	color: #580000;
	font-family: Trajan Pro;
	font-size: 10.5pt;
	font-weight: bold;
	text-align: left;
}

.mTitleRed-right {
	color: #580000;
	font-family: Trajan Pro;
	font-size: 10.5pt;
	font-weight: bold;
	text-align: right;
}

.mTitleSpecial {
	color: #000000;
	font-family: Trajan Pro;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.mTitleSpecial:link {
	color: #790000;
	font-family: Trajan Pro;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.mTitleSpecial:hover {
	color: #000000;
	font-family: Trajan Pro;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

.mTitleSpecial-red 
{
    color: #580000;
    font-family: Trajan Pro;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}

a.menu2,a.menu2:link,a.menu2:visited,a.menu2:active {
	background-color: #790000;
	color: #ffffff;
	display: block;
	font-family: book antiqua;
	font-size: 11pt;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-align: center;
	width: 168px;
}

a.menu2:hover {
	background-color: #790000;
	color: #aea075;
	display: block;
	font-family: book antiqua;
	font-size: 11pt;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-align: center;
	width: 168px;
}

.menu3,a.menu3:link,a.menu3:visited,a.menu3:active {
	background-color: #460000;
	color: #ffffff;
	font-family: book antiqua;
	font-size: 10pt;
	text-align: center;
	width: 168px;
}

.menu {
	background-color: #790000;
	border-left: solid 1px #aea075;
	border-right: solid 1px #aea075;
	color: #ffffff;
	font-family: book antiqua;
	font-size: 11pt;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-align: center;
	width: 168px;
}

.content {
	background-color: #cfc297;
	color: #000000;
	font-family: book antiqua;
	font-size: 10pt;
	vertical-align: top;
}

.table-data {
	border: solid 1px #000000;
	vertical-align: top;
}

.table-dataH {
	background-color: #000000;
	border: solid 1px #000000;
	color: #ffffff;
	vertical-align: top;
}

.highlight {
	color: #000058;
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: bold;
}

.title-left {
	color: #000000;
	font-family: Trajan Pro;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

.title-center {
	color: #000000;
	font-family: Trajan Pro;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

.title-right {
	color: #000000;
	font-family: Trajan Pro;
	font-size: 12pt;
	font-weight: bold;
	text-align: right;
}

.sectiontitle-left {
	color: #000000;
	font-family: Trajan Pro;
	font-size: 10.5pt;
	font-weight: bold;
	text-align: left;
}

.sectiontitle-center {
	color: #000000;
	font-family: Trajan Pro;
	font-size: 10.5pt;
	font-weight: bold;
	text-align: center;
}

.sectiontitle-right {
	color: #000000;
	font-family: Trajan Pro;
	font-size: 10.5pt;
	font-weight: bold;
	text-align: right;
}
