﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: small;
	color: #000000;
}
/* Styles for DIV tags */
#container {
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	background-color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#masthead {
	padding: 0px;
}
table.banner {
		margin-left:auto;
		margin-right:auto;
		border-collapse:collapse;
		width:960px;
		background-image:url('../images/banner.png');
		background-repeat:no-repeat;
		background-position:top center;
		height:320px;
}
td.banner {
	text-align:center;
	vertical-align:bottom;
	width:960px;
}
#navigation {
	background-color: #998866;
	margin-left: 0px;
	text-align: center;
	border-top: 2px solid #445566;
	border-bottom: 2px solid #665533;
}
html>body #navigation {
	overflow: hidden;
}
.subnav a {
text-decoration:none;
color:#333333;
font-weight:bold;
}
.subnav a:hover {
text-decoration:underline;
color:#003300;
font-weight:bold;
}
#content_container {
	background-color:#ffffff;
	padding: 0px;
}
#column_left {
	float: left;
}
#column_right {
	background-color: #ccbb99;
	padding-bottom: 30px;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}
#footer {
	background-color: #666666;
	color: #FFFFFF;
}
/* Styles for Masthead */
#masthead h1 {
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-size: xx-large;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
#masthead h3 {
	margin-top: 0.4em;
	color: #f5f5f5;
	margin-bottom: 0px;
	text-align: right;
	font-size: large;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;
}
#masthead a {
	color: #FFFFFF;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}

/* Begin Naviagtion */

.menu {
width:955px; 
height:32px; 
font-size:1em; 
position:relative; 
z-index:100;
border: 1px solid #7d6340;
border-width:0px 3px 0px 2px;

}

/* hack to correct IE5.5 faulty box model */
* html .menu {
width:955px;
w\idth:955px
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:159px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:159px;
position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
text-decoration:none; 
text-align:center;
color:#fff; 
width:159px; 
height:30px; 
line-height:29px;
float:left;
	position: relative;
	cursor: default;
	background-color: #998866;
	border: 1px solid #7d6340;
	border-width: 1px 1px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:159px; w\idth:159px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:138px;}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:30px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:138px;
border-width:1px 1px 0px 1px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:138px;w\idth:138px;}

/* style the top level hover */
.menu a:hover{
border: 1px solid #7d6340;
border-width: 1px 1px;
background-color: #949e7c;
color:white;
}

.menu ul ul a:hover{
border: 1px solid #7d6340;
border-width: 1px 1px 0px 1px;
background-color: #949e7c;
color:white;
}

.menu ul ul a.last{
border-width: 1px 1px 1px 1px;
}

.menu :hover > a, .menu ul ul :hover > a {
width:138;
color:#fff;
background:#949e7c;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* Styles for Left Column */
h1 {
	font-size: xx-large;
	font-family: "Monotype Corsiva";
	color: #FFFFFF;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #333333;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #333333;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #000000;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
p {
	margin-left:40px;
	margin-right: 40px;
	margin-top:0px;
	font-size:12pt;
	line-height:150%;
}
p.eqn{
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}
ul {
	margin-left:40px;
	margin-right:40px;
}
img.inline{
	vertical-align:middle;
}
a img {
	border:0px;
}
img a:hover {
	color: #998866;
	text-decoration: none;
}
a {
	color: #665533;
}
a:hover {
	color: #998866;
	text-decoration: none;
}
#column_left table{
	margin-left:20px;
	margin-right:20px;
}
#column_left td {
	vertical-align:middle;
	padding-left:10px;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}