@charset "utf-8";

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -45px;
}
.footer, .push {
	height: 45px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444e57;
	background: #cfd4dc;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,p {
	padding:0;
	margin:0;
}

a:link {
   color: #444e57;
   text-decoration: none;
    }

a:visited {
   color: #444e57;
   text-decoration: none;
    }

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover {
   color: #000000;
    }	

img { border: 0px; }

.header {
	background: url(../images/headerbackground.jpg);
	height: 204px;
	text-align:center;
}

p {
	margin-top: 0px;
	line-height: 18px;
	padding-bottom: 11px;
}

.homebanner {
	background: url(../images/bannerbackground.jpg);
	height: 332px;
	text-align:center;
}

.innerbanner {
	background: url(../images/innerbannerbackground.jpg);
	height: 93px;
	text-align:center;
}

.tab {
	text-align: right;
	padding: 10px;
}

.tab a {
	padding: 10px;
	background: #FFFFFF;
}

.timages {
	width: 770px;
	margin: auto;
	text-align:left;
}

.footer {
	background: url(../images/footer.jpg);
	height: 45px;
	font-size: 11px;
	clear: both;
	color: #ffffff;
}


.footerinner {
	margin: auto;
	width:784px;
	padding-top: 10px;
	clear: both;
}

.footernav {
	float: right;
}

.footernav a,.footer a, .footer a:active,.footer a:visited {
	color:#ffffff;
}

.footernav a:hover {
	text-decoration:underline;
	color:#ffffff;
}

.push {
	clear: both;
}
a:link .color, a:active.color , a:visited.color  {
color:#0000ff;
text-decoration:none;
}
a:hover.color  {
text-decoration:underline
}

