/* CSS Document */

body {
	margin:0px;
	font-family:"Lucida Grande", Arial, Verdana;
	font-size: 11px;
	text-align: center;
	color:#333333;
	background:#333333;
	line-height:17px;
}

p
{
margin:0
}

.clear {
	clear: both;
}

.wrapper {
	background:#9bbbcf;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}


#content {
margin-left:auto;
margin-right:auto;
width: 911px;
text-align:left;
position:relative;
background-image:url(images/bgMid2.gif);
}

#footer {
margin-left:auto;
margin-right:auto;
width: 911px;
height:94px;
text-align:left;
position:relative;
background-image:url(images/bgfooter.gif);
}

#style1 {color: #999999; font-size:9px;}

a:link {color:#0066CC; text-decoration:none;}
a:visited {color:#0066CC; text-decoration:none;}
a:hover {color:#0099FF; text-decoration:underline;}
a:active {color:#0066CC; text-decoration:none;}

a.footer:link {color:#666666;}
a.footer:visited {color: #666666}
a.footer:hover {color:#333333; text-decoration:none;}