﻿@import url(layout.css);
@import url("secondary.css");
body {
        background-position: center 20px;
        color: black;
        font-size: 10pt;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        background-color: #ffffff;
        background-image: url('../images/backgnd.jpg');
        background-attachment:fixed;
        background-repeat: no-repeat;
}
menubar {
   	background-color: #fff;
	margin-top: -10px;
	padding-left: 10px;
	padding-right: 10px;
}
menueback {
        background-image: url('../images/menuback.jpg');
        background-repeat: repeat;
        background-color: #fff;
        background-attachment: fixed;
        position: static;
}
#container {
	background-color: #fff;
	width: 780px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #cccccc;
	border-bottom: 0;
	border-left: 1px solid #cccccc;
}
#masthead {
	text-align: right;
	background-color: #1e3984;
	width: 780px;
}
#column_l {
        width: 780px;
        margin: 0;
        padding: 0;
		background-image: url('../images/tableback.jpg');
		background-repeat:no-repeat;
		background-position:bottom left;
}
#column_r {
	width: 760px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
.formtext {
        width: 15%;
        float: left;
}
#footer {
	width: 780px;
	text-align: center;
	background-color: #1D4675;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h1 {
	font-size:22pt;
	font-family:Arial, verdana, Tahoma;
	font-weight:bold;
	margin:4px;
}
h2 {
	font-size:20pt;
	font-family:Arial, verdana, Tahoma;
	font-weight:bold;
	margin:4px;
}
h3 {
	font-size:16pt;
	font-family:Arial, verdana, Tahoma;
	font-weight:bold;
	margin:4px;
	}
h4 {
	font-size:10pt;
	font-family:Arial, verdana, Tahoma;
	font-weight:bold;
	margin:4px;
	}

