body, ul {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #000;
}

#wrapper {
	width: 990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height: 156px;
	width: 990px;
	background-image: url(/_standards/header.jpg);
}
/*****************************************/
#mainmenu {
	position: relative;
	top: 100px;
	height: 25px;
}

#mainmenu ul {
	list-style: none;
	float: left;
}

#mainmenu ul li {
	height: 29px;
	display: inline-block;
	float: left;
}

#mainmenu a {
	text-decoration: none;
	display: block;
	height: 26px;
	padding: 3px 25px 0 25px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: .15em;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#mainmenu a:hover {
	color: #E8D59B;
}
/*****************************************/
#submenu {
	width: auto;
	height: 15px;
	margin-bottom: 5px;
	padding-left: 210px;
}

#submenu ul {
	list-style: none;
	float: center;
}

#submenu ul li {
	height: 24px;
	display: inline-block;
	float: center;
}

#submenu a {
	text-decoration: none;
	display: block;
	height: 26px;
	padding: 0px 15px 0 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;

}

#submenu a:hover {
	color: #ccc;
}
/*****************************************/
#footer {
	width: auto;
	height: 15px;
	margin-left: 100px;
	color: #666;
}

#footer ul {
	list-style: none;
	float: center;
}

#footer ul li {
	height: 24px;
	display: inline-block;
	float: center;
}

#footer a {
	text-decoration: none;
	display: block;
	height: 26px;
	padding: 0px 15px 0 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}

#footer a:hover {
	color: #CCC;
}

/*****************************************/

#content {
	padding: 0 15px 0 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	border: 0px solid #4f4f4f;
}

#content p {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	line-height: 14px;
}
#content table {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	color: #FFF;
}

#content td {
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 20px;

	}

a {
	text-decoration: none;
	color: #CDBA87;
}

#content a:hover {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: inset;
	border-bottom-color: #E8DEC6;
}

h1 {
	font-size: 24px;
	padding-bottom: 15px;
	font-style: italic;
	font-weight: normal;
	color: #9d9987;
	background-image: url(/_standards/h1-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0;
	padding-top: 2px;
	padding-right: 20px;
	padding-left: 25px;
}

#keywords h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	text-align: center;
	font-weight: normal;
	margin: 0;
	color: #999;
	;
}

#logo {
	display: block;
	position: relative;
	top: 10px;
	left: 10px;
	width: 200px;
	height: 30px;
}

