@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height: 1.4em;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image:url(../images/bg-01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
h1 {font-size:2em; line-height: 1.1em;color:#69c;}
h2 {font-size:1.7em; line-height: 1.2em; padding: 20px 10px 0 10px; }	
h3 {font-size: 1.2em; line-height: 1.1em;}

p.W3Cguideline {font-weight:bold; font-size: 1.3em; line-height: 1.2em; padding: 0px 10px 0 10px;}

dt {font-weight: bold;}


div#outercontainer {

	}
div#innercontainer {
	width:900px;
	background-color: #fff;
	/*border: 7px solid #cc9;*/
	border: 0px solid #666;
	margin: 20px auto;
	}

div#header {
	width: auto;
	height: 90px;
	background-color: #FFF;
	background-image:url(../images/bg-header.png);
	background-position:top right;
	background-repeat:no-repeat;
	}
	div#logo {
	float: left;
	width: 310px;
	height: 90px;
	padding-left: 12px;
	}
	div#mainnav {
	width: auto;
	float: right;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 58px;
	text-align: right;
		}
		div#mainnav ul{
		margin: 0px;
		}
		div#mainnav li{
		float: left;
		list-style-type: none;
		padding-right: 30px;
		}
		div#mainnav a {
		text-decoration: none;
		color: #666;
		}
		div#mainnav a:hover {
		text-decoration: underline;
		color: #FF9900;
		}
div#preamble {width:auto; background-image:url(../images/bg-subpage.jpg); background-repeat:no-repeat; background-position: top left; min-height:200px; height:auto; padding: 60px 170px 10px 40px;}

.guideline {width:auto; background-image:url(../images/bg-subpage-2.jpg); background-repeat:no-repeat; background-position: bottom left; min-height:100px; height:auto; padding: 0px 10px 30px 10px; border-top: 1px solid #999999;}



.content {
	padding: 10px;
	background-color:#FFFFFF;
	}
	
/* Set formatting for all of the table content */
table  {
	width: 100%;
	background-color:#fff;
	}
caption {
	font-size: 1.1em;
	padding: 8px 10px 8px 10px;
	text-align: left;
	font-weight: bold;
	}	
caption p.NLway {
	font-size: .9em;
	padding-top: 0px;
	font-weight: normal;
	margin-top: -1em;
	}
table th {
	text-align: left;
	vertical-align: bottom;
	line-height: 1em;	
	}
table th.nosort {
	padding: 8px 5px 2px 5px;
	}
table th.nosort-center{
	text-align: center;
	padding: 8px 5px 2px 5px;
	}
table th.nosort-right{
	text-align: right;
	padding: 8px 5px 2px 5px;
	}
table th.center {
	text-align: center;
	}
table th a {
	text-decoration: none;
	padding: 8px 5px 2px 5px;
	display: block;
    }
table th a:hover {
	text-decoration: underline;
	display: block;
    }
table th #current {
	text-decoration: none;
	display: block;
    }
table th #current a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 8px 5px 2px 5px;
    }
table th #current a:hover {
	text-decoration: underline;
	display: block;
    }
table td {
	color: #333;
	line-height: 1.4em;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #D6D9E1;
	border-bottom: 1px solid #D6D9E1;
}
table td.center {
	text-align: center;
	}
table td.strike {
	text-decoration: line-through;
	}
table tr td a {
	text-decoration: underline;

    }

/* Set formatting for all of the table content */
table {
	border-left: 1px solid #999;
	}
caption {
	color: #333;
	/*background-color: #dde8ff;
	background-image:url(../images/bg-linklist.gif);
	background-repeat:repeat-x;
	background-position: left top;*/
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
table thead {
	background:url(../images/tableheader.gif);
	background-repeat:repeat-x;
	background-position: top left;
	}
table th {
	color: #000;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CDDEFF;
	}
table td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}


div#footer {width:900px; margin:20px auto; background-color: #000; border-top: 0px solid #CCC; padding: 0px 0px 10px 0px;}
	div#footer p {color:#666; font-size:.9em; line-height: 1.2em; padding: 10px 10px 10px 0px;}
	div#copyright {color:#666; width:66%; float:left; background-color:#000; margin:0; padding:0;}
	div#copyright img {padding-right: 7px;}
	div#w3c {width:26%; float:right; background-color:#000; margin: 0px 0px 0px 0px;padding: 0px 0px 0px 32px;}
	

	






