html, body {
	min-height: 100%;
}
body {
	background-color: white;
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	margin:0px;
	padding:0px;
	text-align: center;
}
h2 {
	font: 22px Arial, Helvetica, sans-serif;
	color:#336666;
	font-style:italic;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:0;
}
a:link {
	text-decoration:underline;
	color:#264663;
}
a:visited {
	text-decoration:underline;
	color:#264663;
}
a:active {
	text-decoration:underline;
	color:#264663;
}
a:hover {
	text-decoration:none;
	color:#264663;
}
p {
	
}
p a:link {
	text-decoration:underline;
}
p a:visited {
	text-decoration:underline;
}
p a:active {
	text-decoration:underline;
}
p a:hover {
	text-decoration:none;
}
/* DIV */
#container-shadow {
	top: 0px;
	width: 782px;
	height:100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-size:12px;
	background-image:url(../images/shadow.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
#container {
	top: 0px;
	width: 760px;
	height:100%;
	margin: 0 auto;
	position: relative;
	background-image:url(../images/content-bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	text-align : left;
}
#greencontainer {
	top: 0px;
	width: 760px;
	height:100%;
	margin: 0 auto;
	position: relative;
	background-image:url(../images/content-greenbg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	text-align : left;
}
#container2 {
	position: relative;
	width: 760px;
	margin: 0 auto;
	height:100%;
	background-image:url(../images/content-bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	text-align : left;
	z-index:2;
}
#banner {
	display:block;
	position : relative;
	width: 760px;
	height: 136px;
	margin: 0 auto;
	background-image: url(../images/header.jpg);
	background-position:center;
	background-repeat: no-repeat;
	padding:0;
	z-index:3;
}
#greenbanner {
	display:block;
	position : relative;
	width: 760px;
	height: 136px;
	margin: 0 auto;
	background-image: url(../images/greenheader.jpg);
	background-position:center;
	background-repeat: no-repeat;
	padding:0;
	z-index:3;
}

#menu {
	position:relative;
	display:block;
	width: 203px;
	height:100%;
	background-color:#264663;
	background-image:url(../images/menu-bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	float: left;
	z-index:100;
}
#greenmenu {
	position:relative;
	display:block;
	width: 203px;
	height:100%;
	background-color:#195845;
	background-image:url(../images/menu-greenbg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	float: left;
	z-index:100;
	}
#content {
	display:block;
	position:relative;
	margin: 0 auto;
	width: 557px;
	height:auto;
	background-color: #fdf3ce;
	float:left;
	z-index:4;	
}
#greencontent {
	display:block;
	position:relative;
	margin: 0 auto;
	width: 557px;
	height:auto;
	background-color: #C3EEC3;
	float:left;
	z-index:4;	
}
#footer {
	position:relative;
	display:block;
	width: 762px;
	height:32px;
	margin : 0 auto;
	text-align : center;
	z-index:4;
}
img#gears {
	position:absolute;
	left:556px;
	top:114px;
	z-index:5;
}
img#employee {
	position:absolute;
	left:550px;
	top:114px;
	z-index:5;
}
.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
td.calcell {
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
}
.contenttext {
	padding: 10px 5px 10px 5px;
}
td.searchboxheading {
	background-color:#AAAAAA;
	padding-left:2px; 
	padding-top:2px;
	color:#FFFFFF;
	height:25px;
}
td.searchbox {
	background-color:#EEEEEE;
	padding-left:2px; 
	padding-top:2px;
	color:#000000;
}
.heading12 {
	font-size : 12px;
	font-weight: bold;
	color:#264663;
}
.heading14 {
	font-size : 14px;
	font-weight: bold;
	color:#264663;
}
.heading16 {
	font-size : 16px;
	font-weight: bold;
	color:#264663;
}
.heading18 {
	font-size : 18px;
	font-weight: bold;
	color:#264663;
}
.heading20 {
	font-size : 20px;
	font-weight: bold;
	color:#264663;
	line-height:20px;
}
.heading22 {
	font-size : 22px;
	font-weight: bold;
	color:#264663;
	line-height:25px;
}
