/* CSS Document */
body {
	background-image:url(../images/bg-2.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#333333;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	font-weight:bold;
	font-size:18px;
	color:#2D7DC2;
}

h2 {
	margin: 12px 0px 0px 0px;
	font-weight:bold;
	font-size:12px;
	color:#2D7DC2;
}
h3 {
	font-size:12px;
	font-weight:bold;
	margin: 0px 0px 5px 0px;
	text-decoration:underline;
	}

/*h4 used for List headers*/
h4 {
	font-size:12px;
	font-weight:bold;
	margin: 20px 0px 10px 0px;
}

p {
	font-size:12px;
	line-height:14px;
	margin: 0px 0px 15px 0px;
}


td {
	font-size:12px;
	margin: 0px 0px 10px 0px;
}
ul{
	font-size:12px;
	margin-top:0px;
	margin-bottom:15px;
	list-style-type:square;
}
li {
	margin-bottom:5px;
}
dl
	{margin-bottom:0px;}
dt {
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	}
	
dd {
	font-size:12px;
	font-weight:normal;
	text-indent:0px;
	}
	
ol {
	font-size:12px;
	margin-top:0px;
	margin-bottom:10px;
	list-style-type:decimal;
}
label {
	text-align:right;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	margin: 0px 0px 15px 0px;
}
strong {color:#333333;}


a:link {color:#0066CC;}
a:active {color:#008880;}
a:visited {color:#0066CC;}
a:hover {
	color:#971B1E;
	text-decoration:none;}

.red {color:#FF0000;}
.headCell {
	background-color:#c0c0c0;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	width:65px;
	}
.cellNo {
	text-align:center;
	font-size:10px;
	color:#FF0000;
	width:75px;
	background-color:#E0E0E0;
}
.cellYes {
	text-align:center;
	font-size:10px;
	color:#009900;
	width:75px;
	background-color:#E0E0E0;
}
.cellTest {
	text-align:center;
	font-size:10px;
	color:#3366FF;
	width:75px;
	background-color:#E0E0E0;
}
.cellNeutral {
	text-align:center;
	font-size:10px;
	color:#000000;
	width:75px;
	background-color:#E0E0E0;	
}

#mainContent {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	background-color:#FFFFFF;
	background-image:url(../images/mainBG.gif);
	background-repeat:no-repeat;
	}
#leftCol {
	float:left;
	width:160px;
	border:0px solid #000000;
}
#centerCol {
	float:left;
	width:600px;
	margin:75px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}

#rightCol {
	float:right;
	width:125px;
	margin:0px 10px 0px 0px;
}

/*Footer Tags */
#footer {
	clear:both;
	margin:10px 0px 0px 0px;
	padding:5px 0px 3px 0px;
	text-align:center;
	width:950px;
	height:30px;
	background-color:#666666;
	font-size:9px;
	line-height:14px;
	color:#FFFFFF;
	}
#footer a {color:#FFFFFF;}
#footer a:hover {color:#FFFF00;}
.line1 {font-weight:bold; font-size:10px;}
.clientLogo {	
	vertical-align:top;
	text-align:right;
	padding:10px 15px 10px 0px;
}
.clientDesc h2 {
	padding:10px 15px 10px 0px;
	margin:0px 0px -10px 0px;
	}
/*--Data Launcher--*/
.boxOff {display:none;}
.boxOn {display:block;}