﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	background-image: url('img/bg.gif');
}
#masthead {
	background-color: #336699;
	height: 86px;
}
#top_nav {
	height: 32px;
	 background-image:url(img/MenuItemBackground.gif); 
	/*background-color: #FFCC33;*/
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container {
	min-width: 600px;
	min-height:400px;
}
#left_col {
	width: 200px;
	float: left;
	margin-left: 10px;
}
#page_content {
	margin-left: 200px;
	max-width:73%;
}
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
	margin-top: 10px;
}
.PageHeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #333333;
	border-bottom-width: 10px;
	background-color: #CCCCCC;
	text-indent: 10px;
	min-height: 10px;
	border-top-width: 10px;
}
.PageContentText {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #333333;
	background-color: #CCCCCC;
	min-height: 385px;
}
.leftcolText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #336699;
	background-color: #CCCCCC;
	padding: 5px;
	min-height: 400px;
}
.NavGreybar {
	background-color: #ffcc00;
	line-height: 2px;
}
.test
{
	background-color: #ffcc00;
	line-height: 2px;
}

