@charset "utf-8";
/* CSS Document */
body {
	padding:0;
	margin:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/_images/site-bg.gif);
	background-repeat: repeat;
	}

body, table 
{
	font-size:11px;
	line-height:16px;
}

a:link {
	text-decoration:none;	
	color:#66CCFF;
}

a:active {
	text-decoration:none;	
	color:#66CCFF;
}

a:visited {
	text-decoration:none;	
	color:#66CCFF;
}

a:hover {
	text-decoration:underline;
	color:#FF0000;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	color:#0000FF
}

div#wrapper {
}

#print-header {
	display:inline;
}

#header {
	display:none;
	float:left;
	position:relative;
	height:170px;
	width:700px;
	background-color:#000000;
}

#top-nav-strip{
	display:none;
}

#head-flags {
	display:none;
	float:left;
	position:relative;
	width:750px;
	text-align:center;
	background-color:#000000;
}

#head-flags img {
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

#head-flags a img{
	border:none;	
}

#h-leftpic {
	display:none;
}

#h-rightpic {
	display:none;
}

#h-logo {
	position:absolute;
	left:217px;
	top:0px;
	width:320px;
	height:170px;
}

#main {
	float:left;
	position:relative;
	width:750px;
}

#left-col {
	display:none;
}

#body-main {
	text-align:left;
	float:left;
	width:750px;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}


#right-col {
	display:none;
}

#footer {
	float:left;
	position:relative;
	width:755px;

}

.stand-out {
	color:#009966;
	font-weight:bold;
}

#ajax-box {
	position:relative;
	width:400;
	heigt:600;
	background-color:#000000;
}

#ajax-pic {
	position:absolute;
	top:0px
	right:0px;
	width:200;
	heigt:199;
	background-color:#000000;
}

#Table1 {
	width:100%;
}

#noprint {
	display:none;
}