﻿
body {
	margin: 0 auto;
	font-size: .85em;
	color: #000099;
	font-weight:bold;
	min-height:101%;
	background-color: #0D0D77;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
	
.header-left {
	width: 362px;
	height: 175px ;
	background-image:url('images/logo-l.jpg');
}

.header-mid {
	height: 175px ;
	background-image:url('images/logo-mid.jpg');
}
.header-right {
	width: 311px;
	height: 175px;
	background-image:url('images/logo-r.jpg');
}

.menu {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #C0C0C0;
	height: 40px;
	border: solid;
	border-width: 1px 0px;
	border-color: #203763 #000000;
}

.container {
	margin:0 auto;
	font-size: .85em;
	width: 750px;
	text-align: center;
	background-image: url('images/bg-lines.gif');
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#container-app {
		margin: 0 auto;
		width: 750px;
}

.btcontent {
	background-color: #ffffff;
	width: 750px;
	font-size: 12px;
	font-weight: bold;
	border-color: black #666666 black black;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px
}

img {
	border: 0;
}

.red_line {
		color: #FF0000;
}

.bg_lines {
		background-image: url('images/bg-lines.gif');
}

li {
	font-size: .88em;
	color: #000099;
	font-weight:bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1	{
	text-transform: capitalize;
	color: #000080;
	font-size: x-large;
}	

h2  {
	font-size: large;
	color: #000080;
}

h3  {
	font-size: medium;
	color: #000080;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

a:link{
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	background-color: #EDE4D1;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline overline;
}

a:active{
	background-color: #EDE4D1;
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #800000;
}

.btnav	{
	background-color: #DBD8D1;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	border: 2px #203763 dashed;
	text-decoration: none;
	}



.btnavbk {
	color: #000066;
	font-size: 12px;
	font-weight: bold;
	background-color: #DCD8CF
	}

.btfoot	{
	background-color: #0D0D77;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCD8CF;
	text-align: center;
	border-color: #000000 black;
	border-style: dotted;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

.btfoot a:hover	{
	background-color: #EDE4D1;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline overline;
}

.italic { font-style: italic }

.btnav2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #A9AAA4;
	font-size: 12px;
	color: #203763;
	font-weight: bold;
	line-height: 1.6em;
	border: solid;
	border-width: 1px 0px;
	border-color: #203763 #000000
}