﻿@import url(layout.css);
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #ED1C23;
	position: relative;
}

/* Styles for Navigation */
#navigation ul {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: medium;
	position:relative;
	z-index: 500;
}
#navigation ul li {
	float: left; 
	list-style-type: none;
	display: inline;
	line-height: 30px;
	height: 30px;
	width: 148px;
	margin: auto;
	background-color: #ED1C23;
	padding-left: 18px;
	z-index: 500;
}
#navigation ul li a {
	text-decoration: none;
	
}
#navigation ul li a:hover {
	background-color: #ED1C23;
}

#navigation a:active {
	color:#0A1B67
}

#navigation ul li a:active {
	background-color: #ED1C23;
	color:#0A1B67
}


#navigation ul li ul li a {
	background-color: #ED1C23;
}

#navigation ul li ul li a:active {
	color:#0A1B67
}


#navigation ul li ul {
	visibility: hidden;
}
#navigation ul li:hover ul {
	visibility: visible;
	background-color: #ED1C23;
	z-index: 500;
	display: block;
	padding-left: 8px;
}

body {
	color: #FFFFFF;
	font-size: small;
	font-family: "Trebuchet MS";
	font-style: normal;
	background-color: #0D004C;
}
#container {
	width: 1016px;
	margin: 0 auto;
	background: #fff url(../images/bkgd_tile1016.gif) top;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 996px;
	padding: 0;
	background-color: #0D004C;
}
#column_l {
	width: 976px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	background-color: #0A1B67;
	z-index:0
}

#footer {
	text-align: center;
	background-color: #ED1C23;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #FFFFFF;
	font-size: 12pt;
	text-align: right;
	margin: 10px 10px 0 10px;
	font-family: "Trebuchet MS";
	padding-right: 200px;
	z-index: 0;
}
#masthead img {
	margin-left: 15px;
	margin-right: 15px;
}

/*#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	color: #FFFF00;
	border: 1px solid #f2f2f2;
}*/

/* Styles for Content */
h1 {
	color: #FFFFFF;
	font-size: 24pt;
	font-family: "Trebuchet MS";
}
h2 {
	color: #F4CE53;
	font-size: 1.75em;
}
h3 {
	color: #FFFF00;
	font-size: 1.5em;
}
h4 {
	color: #FFFF00;
	font-size: 1.25em;
}
h5 {
	color: #FFFF00;
	font-size: 0.75em;
}
h6 {
	color: #FFFF00;
	font-size: 0.5em;
}
big {
	color: #FFFF00;
	font-size: medium;
}
.tagline{	
	text-align: center;
	font-size: medium;
	margin-left: 100px;
	margin-right: 100px;
}
.redlargecenter {
	text-align: center;
	font-size: x-large;
	color: #FF0000;
}
.tcenter {
	text-align: center;
}
.mtcenter {
	text-align: center;
	font-size: medium;
}
.pvmarg10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.phmarg10 {
	margin-left: 10px;
	margin-right: 10px;
}

.phvmarg10{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffff00;
	text-decoration: none;
}

#footer a:active {
	color: #0A1B67;
	text-decoration: none;
}

#footer a:focus {
	color: #0A1B67;
	text-decoration: none;
}

/* Styles for Links */
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
}


.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
