/* CSS Document */
* {
	margin:0;
	padding:0;
	line-height:15px;
}

a {
	outline:none;
}

body {
	text-align:center;
	background:url(../images/tileBottomBack.jpg) no-repeat fixed left bottom;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:914px;
	text-align:left;
}

.mainContainer{

}

img, #logo
{
	behavior:url(css/iepngfix.htc);
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#header {
	width:914px;
	position:absolute;
	top:0;
	z-index:15;
}	
#logo {
	width:155px;
	height:34px;
	position:absolute;
	padding-top:16px;
	left:8px;
	z-index:25;
}
#mainContent {
	margin-top:65px;
	float:left;
	clear:both;
}
#topMenu {
	width:100%;
	text-align:right;
	position:absolute;
	right:0;
	top:42px;
	z-index:15;
}
#menuContainer {
	position:inherit;
	z-index:20;
}
#headerGraphic {
	width:955px;
	height:91px;
	background:url(../images/tileTopBack.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	z-index:1;
	position:absolute;
	top:0;
	right:0;
}
#footer {
	/*	position:absolute;
	top:575px;*/
	color:#666666;
	position:relative;
	z-index:15;
	margin-bottom:25px;
	clear:both;
}
#footer p {
	text-align:center;
	font-size:10px;
	margin-top:8px;
}


#footer a:link {
	font-size:10px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}
#footer a:visited {
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
	font-weight:normal;
}
.boldRed {
	font-weight:bold;
	color:#990000;
}