* {
	margin: 0;
	padding: 0;
}
html {
	background: #555555 url(../images/bg.gif) repeat-y;
	color: black;
	font: normal normal normal 0.70em sans-serif;
	height: 100%;
}
body {
	height: 100%;
	width: 780px;
}
h1 {
	background: url(../images/logo.png) no-repeat;
	height: 52px;
	overflow: hidden;
	text-indent: -9000px;
	width: 167px;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}
hr {
	display: none;
}
img {
	border: 0;
}
p {
	margin: 0 0 1em 0;
}



#container {
	background: #ff8506 url(../images/bg1.gif) no-repeat;
	float: left;
	min-height: 100%;
	width: 643px;
}



#sA {
	float: left;
	margin: 20px 0 0 20px;
	width: 146px;
}
#sA a {
	color: red;
	display: block;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}
#sA a:hover {
	background: url(../images/nav_hover.png) no-repeat center left;
	text-decoration: underline;
}
#sA a span {
	color: white;
}
#sA ul {
	list-style: none;
}
#sA_bottom {
	background: url(../images/nav_bottom.png) no-repeat;
	height: 11px;
}
#sA_middle {
	background: url(../images/nav_middle.png) repeat-y;
	overflow: hidden;
}
#sA_top {
	background: url(../images/nav_top.png) no-repeat;
	height: 10px;
	overflow: hidden;
}



#sB {
	float: left;
	margin-left: 40px;
	width: 420px;
}
#sB a {
	color: red;
	font-weight: bold;
}
#sB a:hover {
	background-color: black;
	text-decoration: none;
}
#sB h2,
#sB h3 {
	margin: 2em 0 1em 0;
}
#sB p {
	text-align: justify;
}
#sB ol,
#sB ul {
	margin: 1em 0 1em 3em;
}
.sB_center {
	display: block;
	text-align: center;
}


#sC {
	background: white url(../images/bg2.gif) no-repeat;
	float: left;
	width: 137px;
}
#sC a {
	color: red;
}
#sC a:hover {
	text-decoration: none;
}
#sC_sub1,
#sC_sub2,
#sC_sub3 {
	margin: 10px auto;
	width: 119px;
}
#sC_sub1 h3,
#sC_sub2 h3,
#sC_sub3 h3 {
	background: url(../images/sub_divider.png) no-repeat bottom center;
	padding: 0 10px 5px 10px;
	text-align: center;
}
#sC_sub1 ol,
#sC_sub2 ol,
#sC_sub3 ol,
#sC_sub1 ul,
#sC_sub2 ul,
#sC_sub3 ul {
	margin: 1em 0 1em 2.5em;
}
.sC_center {
	display: block;
	text-align: center;
}
.sC_sub_bottom {
	background: url(../images/sub_bottom.png) no-repeat;
	height: 13px;
}
.sC_sub_content {
	padding: 15px;
}
.sC_sub_middle {
	background: url(../images/sub_middle.png) repeat-y;
}
.sC_sub_top {
	background: url(../images/sub_top.png) no-repeat;
	height: 12px;
	overflow: hidden;
}



#sD {
	background: url(../images/bg3.png) no-repeat;
	clear: both;
	margin-right: 137px;
	padding: 15px 0 15px 5px;
}
#sD_concept {
	color: silver;
	float: right;
}
#sD_concept a {
	color: silver;
	font-weight: bold;
	text-decoration: none;
}
#sD_concept a:hover {
	text-decoration: underline;
}
#sD_copy {
	color: gray;
	float: left;
}



.inlineImage {
	float: left;
	padding: 10px;
}
.standards {
	display: block;
	margin: 0 auto;
	padding: 10px;
}
