* {
	margin: 0;
	padding: 0;
}
html {
	background-color: white;
	color: black;
	font: normal normal normal 0.66em sans-serif;
}
h1 {
	background: url(../images/logo.gif) no-repeat;
}
h1 {
	background: url(../images/logo.gif) no-repeat;
	float: left;
	height: 31px;
	margin: 9px 0 0 26px;
	overflow: hidden;
	text-indent: -9000px;
	width: 145px;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.1em;
}
hr {
	display: none;
}
img {
	border: 0;
}
p {
	margin: 1em 0 1em 0;
	text-align: justify;
}



#container {
	margin: 0 auto;
	position: relative;
	width: 900px;
}



#skip {
	left: -9999em;
	position: absolute;
}



#sA {
	background: url(../images/a_bg.gif) no-repeat bottom left;
	height: 52px;
	overflow: hidden;
	width: 900px;
}
#sA a {
	color: black;
	text-decoration: none;
}
#sA a:hover {
	color: silver;
}
#sA li, #sB_footer li {
	background: url(../images/a_nav_bg.gif) no-repeat center left;
	float: right;
	padding-left: 33px;
}
#sA ul, #sB_footer ul {
 	float: right;
	list-style: none;
	padding: 15px 0px 0 0;
	width: 729px;
}
#sA .first, #sB_footer .first {
	background: none;
	padding: 0;
}



#content {
	background: url(../images/bg.jpg) no-repeat;
	margin-top: 2px;
	overflow: hidden;
}



#sB {
	float: right;
	margin: 25px 55px 0 0;
	width: 559px;
}
#sB a {
	color: #0066cc;
	font-weight: bold;
}
#sB a:hover {
	text-decoration: none;
}
#sB_body {
	/*background-color: gray;*/
	margin: 0 22px 0 20px;
	padding: 10px;
}
/*#sB_bottom {
	background: url(../images/c_bottom.png) no-repeat;
	height: 23px;
}
#sB_middle {
	background: url(../images/c_middle.png) repeat-y;
}
#sB_top {
	background: url(../images/c_top.png) no-repeat;
	height: 19px;
}*/

#sB_footer a
{
  text-decoration:none;
}

#sC, #sD {
	margin-right: 500px;
}



#sC {
	overflow: hidden;
	padding: 52px 0 0 65px;
	width: 221px;
}
#sC a {
	color: navy;
	text-decoration: none;
}
#sC a:hover {
	color: orange;
}
#sC fieldset {
	border: 0;
}
#sC h3 {
	color: #0066cc;
	font-size: 2em;
	text-transform: lowercase;
}
#sC legend {
	color: navy;
	text-transform: lowercase;
}
#sC li {
	margin-top: 0.5em;
}
#sC ul {
	color: #006699;
	font-size: 1.25em;
	font-weight: bold;
	list-style: none;
	margin: 2em 0 0 20px;
}
.sC_field {
	background-color: white;
	border: 1px solid navy;
	margin-top: 5px;
	width: 100px;
}
.sC_submit {
	background: silver;
	border: 0;
	color: white;
	cursor: pointer;
	font-weight: bold;
}



#sD {
	margin-top: 20px;
}
#sD_img {
	background: url(../images/d_bg.png) no-repeat;
	height: 191px;
	width: 470px;
}
#sD_copy {
	color: gray;
	margin-left: 30px;
	width: 298px;
}
#sD_concept {
	color: silver;
	margin: 5em 0 0 30px;
	text-align: center;
	width: 25em;
}
#sD_concept a {
	color: silver;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}
#sD_concept a:hover {
	text-decoration: underline;
}



.tr {
	border-bottom: 1px black solid;
}



.img_left,
.img_left_trans {
	float: left;
	margin: 10px 10px 10px 0;
	padding: 2px;
}
.img_left {
	border: solid 1px silver;
}
.img_right,
.img_right_trans {	
	float: right;
	margin: 10px 0 10px 10px;
	padding: 2px;
}
.img_right {
	border: solid 1px silver;
}