/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
}
body {
	background-color: #F1E3F0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#wrapper {
	position: relative;
	top: 0;
	padding: 0;
	margin: 0 auto 10px auto;
	width: 760px;
	text-align: left;
	background-image:url(../images/background_easy.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}
#nav_column {
	float: right;
	width: 180px;
	margin: 10px;
	clear:both;
	height:1%;
}
#container_abs_holder {
	margin: 0 205px 0 0;
	padding: 0;
	background-color:transparent;
	height: 295px;
	position: relative;
	left: 0px;
	top: 0px;
}
#content {
	margin: -5px 205px 0 0;
	padding: 10px;
	width: 525px;
	border-top: 2px solid #CD9BC8;
	border-right: 2px solid #CD9BC8;
	border-bottom: 2px solid #CD9BC8;
	position: relative; 
	left: 0;
	top: 0; 
}
#footer {
	clear: both;
	margin:0;
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.2em;
}
#blackBox {
	margin: 1em 0 1em 0;
	padding: 0.2em;
	border: 1px solid #000000;
	font-weight: bold;
}

#logo_screen {
	display: block;
	position: relative;
	height: 75px;
	width: 170px;
	left: 10px;
	top: 10px;
}
#easyto {
	display: block;
	clear: both;
	float: left;
	height: 22px;
	width: 550px;
	margin: 0;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 100;
}
h1, h2, h3 {
	font-style: italic;
}
h1 {
	font-size: 1.3em;
	margin-top: 0;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h6 {
	font-size: .9em;
	margin-top: 0px;
	margin-bottom: .25em;
}
sup {
	font-size: 0.6em;
	line-height: .9em;
	font-weight: lighter;
	text-decoration: none;
	padding-left: -0.2em;
}
.clearboth {clear:both;}
.clearleft {clear:left;}
.clearright {clear:right;}

.containter {
	width: 99%;
}

img.floatleft {
	float: left;
	clear: left;
	margin: 0 5px 0 0;
}
img.floatright {
	float: right;
	clear: right;
	margin: 0 0 0 5px;
}
.king_tm {
  margin-left:-.5em;
	padding-left:0;
	font-size:.8em;
	line-height: .9em;
	text-decoration: none;
}
.disclaimers {
	font-size: .8em;
	line-height: 1.2em;
}
ol#references {
/*	margin: 0;
	margin-left: 2em;
	padding: 0;*/
	margin-top: 0;
	margin-left: 0;
	padding-left: 25px;
	list-style-type: decimal;
}
ol#references li {
	margin: .1em 0;
	padding: 0;
}
.center {
	text-align: center;
}
/* links */
#content a,
#footer a {
	color: #A04397;
}
#content a:hover,
#content a:focus,
#footer a:hover,
#footer a:focus {
	background-color:#F1E3F0;
	color:#A04397;
	text-decoration: none;
}
/* links end */
#content ul {
	list-style-type: none;
	left: 0px;
	top: 0px;
	position: relative;
	margin: 0 0 0 25px;
	padding: 0 0 0 5px;
	list-style-image: url(../images/bullet_pill_25x12.gif);
}
#content ul li {
	margin: 0 0 .75em 0;
}
#content ul li ul {
	list-style-type: none;
	left: 0px;
	top: .5em;
	position: relative;
	margin: 0 0 0 25px;
	padding: 0 0 0 5px;
	list-style-image: url(../images/bullet_round.gif);
}

.FloatLeft {
	float: left;
	clear: left;
	margin: 0;
}
.FloatRight {
	float: right;
	clear: right;
	margin: 0;
}
.Placeholder {
	color:#FF0000;
	border: 1px solid #FF0000;
	padding: 5px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
	padding: 5px;
	background-color:#F1E3F0;
	border-bottom: 1px solid #F1E3F0;
	margin-top: 0.25em;
}
.back_top {
	font-size: .8em;
	float: right;
	font-weight: normal;
}
#content td p {
	margin-top:0;
}