﻿/* CSS layout */
#masthead {
				position: relative;
				width: 100%;
				height: 200px;
}
#top_left {
				width: 250px;
				position: absolute;
				left: 0px;
				top: 0px;
}
#header {
				margin-left: 270px;
				color: #FFFF66;
}
#header a{
				color: #FFFF66;
				font-weight:bold;
}
#container {
				position: relative;
				width: 100%;
}
#left_col {
				width: 250px;
				left: 0px;
				top: 0px;
}
#left_col.header_menu {
				position: fixed;
				background-image: url('images/button.png');
				background: blue;
				border: solid #a8b2bb;
				height: 50px;
				width: 200px;
}
#left_col ul.nav {
}
#left_col ul.nav li {
				padding-left: 0;
				position: relative;
				height: 50px;
				width: 250px;
				float: left;
				margin-left: 0;
				cursor: default;
				list-style-type: none;
				list-style-position: inside;
				float: left;
				line-height: 50px;
				list-style-position: inside;
				border: 2px solid navy;
}
#left_col ul.nav li a {
				display: block;
				padding: 0px 0px 0px 0px;
				font-size: 100%;
				font-family: "Lucida Sans Unicode","Arial","sans-serif";
				font-weight: bold;
				color: #000080;
				background-image: url('images/button.png');
				text-decoration: none;
}
#left_col ul.nav li a:hover {
				background-image: url(images/button_pressed.png);
				text-decoration: none;
				color: navy;
}
#left_col ul.nav li.selected a {
				background: url(images/button_active.png);
				color: navy;
}
.nav ul li a:active {
				background-color: #036;
				color: black;
}
ul.nav li:active {
				background-color: #036;
				color: black;
}
#page_content {
				margin-left: 260px;
}
#footer {
}

