﻿/* CSS layout */
a {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #800000;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
h3 {
	font-family: "trebuchet MS";
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
#body {
	margin: 0;
	background-color: #FFFFFF;
}
#masthead {
	background-color: #808080;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 140px;
	width: 100%;
	top: 0px;
	z-index: auto;
	min-width: 765px;
}
#top_nav {
	background-color: #666666;
	height: 25px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width: 100%;
	min-width:765px;
}

#container {
	position: relative;
	width: 100%;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#left_col {
	width: 210px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 550px;
}
#head2 {
	position: relative;
	margin: 0px 0px 0px 210px;
	background-color: #CCCCCC;
	min-width: 540px;
	top: 0px;
	max-height: 150px;
	min-height: 25px;
}
#sitemap {
	padding: 0px;
	margin-left: 210px;
	height: 40px;
	position: relative;
	text-align: left;
	line-height: 40px;
}

#page_content {
	margin-left: 210px;
}

#footer {
}
#logocell {
	border-style: none solid solid solid;
	width: 150px;
	margin-left: 210px;
	height: 120px;
	background-color: #FD0000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	top: 0px;
	z-index: auto;
	margin-top: 0px;
}
#logo {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	border-style: none;
}
#menuh-container
	{
	position: absolute;
	top: 0px;
	height: 120px;
	float: right;
	left: 370px;
}
#menu_top {
	width: 270px;
	height: 25px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	position: relative;
	background-color: #666666;
	float: right;
	margin-right: 10px;
}

