html {
	height: 100.02%;
}
body {
background-color: #aac1d1;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
}
#container {
position: relative;
background-color: #ffffff;
margin: 0 auto;
margin-top: 16px;
width: 968px;
text-align: left;
background-image: url(../_images/pagefooter.jpg);
background-position: bottom right;
background-repeat: no-repeat;
}
.header{
top: 0;
left: 0;
width: 968px;
  background-color: #ffffff;
	height: 160px;
	background-image: url(../_images/pageheader.jpg);
background-repeat: no-repeat;
	}
.footer {
font-size: 0.7em;
background-color: #aac1d1;
margin: 0 auto;
width: 968px;
height: 15px;
text-align: right;
}
.logo {
position: relative;
top: 15px;
left: 15px;
}
.pageheading {
position: absolute;
top: 115px;
left: 202px;
}
.sideimage {
float: left;
clear: both;
position: relative;
top: 180px;
left: 0;
height: 95px;
min-height: 95px;
}
.contentimage {
padding: 15px 95px 30px 0;
float: left;
position: relative;
}
.smallcontentimage {
padding: 15px 34px 40px 0;
float: left;
position: relative;
}
.content {
float: left;
text-align: right;
width: 968px;
margin: 0 auto;
padding: 0;
}
.sidebar {
float: left;
text-align: left;
width: 176px;
padding: 0;
background-color: #ffffff;
height: 200px;
min-height: 200px;
}

.leftcontent {
float: left;
text-align: left;
width: 270px;
margin: 0;
padding: 0;
background-color: #5F737C;
}
.leftcontentinner {
margin: 0;
padding: 0 30px 30px 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.85em;
color: #FFFFFF;
line-height: 1.5em;
}
.rightcontent {
float: left;
text-align: left;
width: 522px;
padding: 0;
padding-top: 16px;
background-image: url(../_images/contentheader.jpg);
background-repeat: no-repeat;
}
.rightcontentinner {
padding: 34px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.85em;
line-height: 1.5em;
}
/* Hack to ensure all content column lengths are equal
Start Mac IE5 filter \*/
.sidebar, .leftcontent, .rightcontent
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
	}
/* End Mac IE5 filter */
.content
	{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
.content
	{
	float: left;
	float/**/: none;
	}
/* easy clearing */
.content:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.content
	{
	display: inline-block;
	}
/*\*/
.content
	{
	display: block;
	}
/* end easy clearing */
/* end of equal column length hack */

.menu {
line-height: 2.2em;
float: right;
width: 792px;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #5F737C;
}

A.menulink:link, A.menulink:visited, A.menulink:hover, A.activemenulink:link, A.activemenulink:visited, A.activemenulink:hover {
padding: 10px 35px 10px 0;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
}

A.menulink:hover, A.activemenulink:link, A.activemenulink:visited, A.activemenulink:hover {
	color: #F7E400;
	text-decoration: none;
}

a {
font-weight: normal;
}

a:link, a:visited {
	color: #00643D;
	text-decoration:none;		
}

a:hover, a:active {
	text-decoration: underline;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #00643D;
	}
	h1 {
	font-size: 2em;
	}
	h2 {
	font-size: 1.8em;
	}
	h3 {
	font-size: 1.6em;
	}
	h4 {
	font-size: 1.4em;
	}
	h5 {
	font-size: 1.2em;
	}
	h6 {
	font-size: 1.1em;
	}
	
.clearboth {
clear: both;
line-height: 0.1; 
height: 0;  
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

ul {
clear: both;
font-size: 0.9em;
}
ul li {
list-style: none;
background: url(../_images/bullet.gif) no-repeat center left;
padding-left: 25px;
}
.pdf {
line-height: 2em;
margin-top: 34px;
height: 32px;
min-height: 32px;
background: url(../_images/pdficon_large.gif) no-repeat center left;
padding-left: 40px;
}