﻿/* CSS layout */
#masthead {
	position: relative;
	width: 765px
;
 			 margin: auto auto;
				height: 100%;
				top: 0px;
				right: auto;
				bottom: 0px;
				left: auto;
				margin-top: 0px;

}

#top_left {
	border-right-color: #D6D6D6;
	border-color: #D6D6D6;
	width: 206px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #F6F6F6;
	right: 669px;
	border-right-width: thin;
	border-right-style: solid;
	border-bottom-style: double;
	border-bottom-width: thin;
	height: 90px;
}

#header {
	margin-left: 200px;
	height: 90px;
	background-color: #FFFFFF;
	border-bottom-color: #D6D6D6;
	border-bottom-style: double;
	border-bottom-width: thin;
	
}

#container {
				position: relative;
				width: 765px
;
				top: 0px;
				left: 0px;
				margin: 4px auto 4px auto;
				height: 100%;
				top: 0px;
				right: auto;
				bottom: 0px;
				left: auto;
				margin-top: 0px;
				background-color: #FFFFFF;
}

#left_col {
	width: 206px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #F6F6F6;
	text-align: left;
	border-right-color: #D6D6D6;
	border-right-style: solid;
	border-right-width: thin;
}

#page_content {
	margin-right: 0px;
	margin-left: 206px;
	text-align: left;
	padding-left: 8px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-left-color: #D6D6D6;
	border-left-style: solid;
	border-left-width: thin;
	font-size: small;
	font-family: Verdana;
	font-style: normal;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	color: #000000;
	font-family: Verdana;
	font-size: x-small;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #FAE7B7;
	width: 765px
;
					top: 0px;
				left: 0px;
				margin: 4px auto 4px auto;
				height: 100%;
				top: 0px;
				right: auto;
				bottom: 0px;
				left: auto;
				margin-top: 0px;

}

/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menu {
	font-size: 9pt;
	font-family: verdana;
}
.menu ul {padding-right: 0px; padding-left: 0px; z-index: 500; padding-bottom: 0px; margin: 0px; width: 16em; padding-top: 0px; list-style-type: none; position: relative}
.menu li {float: left; background-color: #cccc99}
.menu li.sub {background-color: #cccc99}
.menu table {margin-top: -1px; font-size: 1em; z-index: 100; left: 0px; position: absolute; top: 0px; border-collapse: collapse}
.menu a {border-right: #ffffff 1px solid; border-top: #ffffff 1px solid; display: block; padding-left: 1em; font-weight: normal; text-transform: none; border-left: #ffffff 1px solid; width: 16em; color: #000000; line-height: 2em; border-bottom: #ffffff 1px solid; font-style: normal; height: 2em; font-variant: normal; text-decoration: none}
.menu a:visited {border-right: #ffffff 1px solid; border-top: #ffffff 1px solid; display: block; padding-left: 1em; font-weight: normal; text-transform: none; border-left: #ffffff 1px solid; width: 16em; color: #000000; line-height: 2em; border-bottom: #ffffff 1px solid; font-style: normal; height: 2em; font-variant: normal; text-decoration: none}
.menu b {float: right; margin-right: 5px}
* html .menu a {width: 16em}
* html .menu a:visited {width: 16em}
* html .menu a:hover {font-weight: normal; text-transform: none; color: #ccff66; font-style: normal; position: relative; background-color: #999966; font-variant: normal; text-decoration: none}
.menu li:hover {position: relative}
.menu a:active {
	font-weight: normal;
	text-transform: none;
	color: #FFCC00;
	font-style: normal;
	background-color: #999966;
	font-variant: normal;
	text-decoration: none;
}
.menu a:focus {
	font-weight: normal;
	text-transform: none;
	color: #FFCC00;
	font-style: normal;
	background-color: #999966;
	font-variant: normal;
	text-decoration: none;
}
.menu li:hover > a {
	font-weight: normal;
	text-transform: none;
	color: #FFCC00;
	font-style: normal;
	background-color: #999966;
	font-variant: normal;
	text-decoration: none;
}
.menu li ul {padding-right: 2em; padding-left: 2em; left: 15em; visibility: hidden; padding-bottom: 2em; padding-top: 2em; position: absolute; top: -2em; background-color: transparent}
.menu li:hover > ul {visibility: visible}
.menu ul a:hover ul ul {visibility: hidden}
.menu ul a:hover ul a:hover ul ul {visibility: hidden}
.menu ul a:hover ul a:hover ul a:hover ul ul {visibility: hidden}
.menu ul a:hover ul {visibility: visible}
.menu ul a:hover ul a:hover ul {visibility: visible}
.menu ul a:hover ul a:hover ul a:hover ul {visibility: visible}
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility: visible}
