/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin: 0 auto 0 auto;
	/* width:1068px; */
	width:100%;
}

#header {
	background-image:url(../images/header.jpg);
	height:326px;
	/* width:1068px; */
	background-repeat:no-repeat;
	background-position:center;
}

#content {
	max-width:900px;
	width:897px;
	margin:0 auto 0 auto;
	padding:5px 0px 30px 0px;


}

#content td{ text-align:justify;}

#content p {
	padding:5px 20px 5px 20px;

}

#content a, a:visited {
	text-decoration:none;
	color:#000099;

}

#content h2 {
	color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#content h1 {
	font-size:14px;
	font-weight:bold;
}

#contentleft {
	width:70%;
	height:100%;
	float:left;
}

#contentright {
	width:30%;
	height:100%;
	float:left;
}

#footer {
	background-image:url(../images/footer_back.jpg);
	height:48px;
	margin:0px auto;
	width:897px;
	/* width:1068px; */
	background-repeat:repeat-x;

	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/* font-size:11px; */
	color:#999999;
	margin-bottom:-10px;
}

#footer a {
	text-decoration:none;
	color:#999999;	
	margin-left:20px;
	font-size:11px;
}

#footer2 {
	background-image:url(../images/powered-by-back.jpg);
	background-repeat:repeat-x;
	height:23px;
	/* width:1068px; */
	text-align:center;
	margin:0px auto;
	width:897px;
}

#menu { margin:0px auto;
	width:897px;
	/* width:1068px; */
	background-image:url(../images/menu-back.jpg);
	height:49px;
	background-repeat:repeat-x;
	text-align:center;
	white-space:nowrap;
	margin-top:10px;
}

#menu img {
	border:none;
}

#m2 {
	background-color:#000000;
	color:#999999;
	width:250px;
	margin-left:310px;
	white-space:nowrap;
	padding:5px 5px 5px 5px;
	visibility: hidden;
}

#m2 a, a:visited {
	color:#CCCCCC;
}