body {
	background-image: url(_standards/body-bg.gif);
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	background-repeat: repeat-x;
}
html {
	overflow-y: scroll;
}
img {border:none;}
#wrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 980px;
	background-color: #fff;
}

#header {
	background-image: url(/_standards/header.png);
	height: 220px;
	width: 980px;
}
#menu {
	font-size: 12px;
	height: 24px;
	width: auto;
	padding: 8px 0px 0px 0px;
}
#menu a:link {
	height: 22px;
	width:auto;
	display:inline;
	padding: 8px 30px 10px 30px;
	color:#069;
	text-decoration:none;
}
#menu a:visited {
	height: 22px;
	width:auto;
	display:inline;
	padding: 8px 30px 10px 30px;
	color:#069;
	text-decoration:none;
}
#menu a:hover {
	background-color: #f3f3f3;
}

/* actual link */
#m01 a#m01,
#m02 a#m02,
#m03 a#m03,
#m04 a#m04,
#m05 a#m05
{
   background-color: #004080;
   color:#fff;
}
/* */

#content {
	background-color: #fff;
	padding: 5px 10px 10px 10px;
	font-size:12px;
}
#content p{
	text-align: justify;
}
#content h1{
	font-size:18px;
	border-bottom: 4px solid #eee;
	padding-bottom: 6px;
	color:#666;
}
#content h2{
	font-size:16px;
	color:#666;
}
#content a:link {
	padding: 0px;
	text-decoration:none;
	color:#069;
}#content a:visited{
	padding: 0px;
	text-decoration:underline;
	color:#069;
}
#footer {
	font-size: 10px;
	color: #999;
	height:20px;
	padding:20px 5px 10px 5px;
	border-top: #e8e8e8 1px solid;
	background-color:#f4f4f4;
	text-align:center;
}
#footer a:link, a:visited {
	color: #999;
	padding: 0px;
	text-decoration:none;
}
