@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 100%;
}
body {
	background-color: #f4f2f0;
	color: #333330;
}
h1, h2, h3, dt, #totop, #footer {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #444440;
}
h1 {
	margin: 0 5px 0 0;
	padding: 6px 23px 6px 23px;
	line-height: 1.2;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}
h2 {
	margin-top: 20px;
	line-height: 1;
	font-size: 100%;
	font-weight: bold;
}
h3 {
	margin-top: 1em;
	font-size: 120%;
}
p, ul, ol, dl, pre { 
	margin-top: 0.5em;
	margin-bottom: 1em;

}
pre {
	font-size: 90%;
	background-color: #f3eeee;
	padding: 4px 0 4px 1em;
}
dt {
	margin-top: 1em;
}
dd  {
	padding-left: 2em;
}
table {
	background-color: #2a6eb3;
	font-size: 90%;

}
th, td {
	padding: 6px 8px 4px 8px;
	background-color: white;
	vertical-align: top;
}

th {
	text-align: left;
	background-color: #3d83c9;
	background-image: url(images/back-th.gif);
	background-repeat: repeat-x;
	background-position: 0 100% ;
	color: white;
}
td p {
	margin: 0;
}
p.tcap{
	margin-bottom: 5px;
}
img {
	vertical-align: bottom;
}
a img {
	border: none;
}

/* -------------------------------------------  container */
#container {
	position: absolute;
	width: 764px;
	left: 50%;
	margin-left: -378px;
	background-color: white;
	background-image: url(images/back-container.gif);
	background-repeat: repeat-y;
}

/* ----------------------------------------------- header */
#header {
	margin: 0;
	padding-top: 130px;
	list-style-type: none;
}
head+body #header {
	padding-top: 128px;
}
#logo {
	position: absolute;
	top: 0;
	left: 50%; 
	margin-left: -381px;
	width: 758px;
	height: 96px;
	background-color: #357bc4;
	background-image: url(images/back-logo.gif);
	background-repeat: repeat-x;
}
head+body #logo {
/*	position: fixed;*/
}

#logo a {
	display: block;
	line-height: 1.2;
	padding-top: 24px;
	padding-left: 30px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 30pt;
	color: white;
}

#logo a:link, #logo a:visited {
	text-decoration: none;
}
#logo a:hover {
	text-decoration: underline;
}


#mainnav {
	position: absolute;
	left: 50%;
	top: 96px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -381px;
	width: 758px;
	height: 34px;
	list-style-type: none;
	background-image: url(images/back-mainnav.gif);
	background-repeat: repeat-x;
}
head+body #mainnav {
/*	position: fixed;*/
	background-image: url(images/back-mainnav.png);
}
#mainnav li {
	float: left;
	padding: 8px 0 0 24px;
	font-size: 80%;
}
#mainnav a:link, #mainnav a:visited {
	color: #444433;
	text-decoration: none;
}
#mainnav a:hover {
	background-color: #165495;
	color: white;
}
#breadcrumbs {
	margin: 0 5px 0 0;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-left: 24px;
	background-color: #39414e;
	background-image: url(images/back-h1.gif);
	line-height: 1;
	font-size: 80%;
	color: white;
}


head+body #breadcrumbs {
	padding-top: 7px;
	
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: white;
}
#breadcrumbs a:hover {
	color: white;
	text-decoration: underline;
}

/* ---------------------------------------------- content */
#content {
	width: 548px;
	float: left;
}
#content * {
	margin-left: 24px;
	margin-right: 20px;
}
#content h2 {
	margin-top: 0px;
	margin-left: 23px;
	font-size: 115%;
	padding: 5px 0 5px 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #3d83c9;
	background-image: url(images/back-th.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#content p {
	margin-top: 5px;
}

p.restart{
	margin-top: 20px;
}
#content ul {
	list-style-type: none;
}
#content li {
	background-image: url(images/back-li.gif);
	background-position: 1px 0.5em;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#content * * {
	margin-left: 0;
	margin-right: 0;
}
#content table {
	margin-bottom: 1em;
	width: 504px;
}
#totop {
	font-size: 80%;
}
#totop {
	text-align: right;
}
#totop a {
	text-decoration: none;
	color: #666655;
}

/* ----------------------------------------------- subnav */
#subnav {
	float: left;
	width: 211px;
}
#subnav h2 {
	margin-top: 10px;
	padding: 5px 0 5px 0;
	text-align: center;
	border: 1px solid #444440;

}
#subnav * {
	margin-left: 16px;
	margin-right: 16px;
}
#subnav * * {
	margin-left: 0;
	margin-right: 0;
}
#subnav table {
	width: 179px;
	margin-bottom: 1em;
}
#subnav ul {
	list-style-type: none;
}
#subnav li {
	background-image: url(images/back-li.gif);
	background-position: 1px 0.5em;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 90%;
}

#subnav p {
	padding-left: 15px;
	font-size: 90%;
}

#w3c {
	margin-top: 50px;
	text-align: center;
}

/* ----------------------------------------------- footer */
#footer {
	width: 764px;
	padding-bottom: 24px;
	clear: both;
	background-image: url(images/back-footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#footer h2 {
	display: none;
}
#footer ul {
	margin: 0 5px 0 0;
	padding: 12px 19px 0 24px;
	list-style-type: none;
	border-top: 1px solid #343434;
	font-size: 80%;
}

/* ------------------------------------------ sample only */
head+body #caution1006 {
	border: 1px solid red;
	padding-top: 142px;
}
