@import url(color.css);
html, body {
    background: #fff;
}
body {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: #666;
}
A:link, A:visited {
	font-weight: bold;
	text-decoration: underline;
}
A:hover {
	color: #000;
	text-decoration: underline;
}
.clear {
	clear: both;
}
#page {
	/*background: pink;*/
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0px;
    z-index: 1;
    overflow: visible;
}
#main {
    background: #e4e4e4;
	height: auto;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 0px -25%;
    float: right;
    text-align: left;
}
/* CONTENT TXT */
#content {
    background: #fff;
    width: 71%;
	height: auto;
    padding: 1em 2% 2em 2%;
    margin: 140px 0px 0px 25%;
	float: left;
	font-size: 0.9em;
}
	#content H1,
	#content H2,
	#content H3,
	#content H4,
	#content H5,
	#content H6 {
		font: normal 2.2em Georgia, "Times New Roman", Times, serif;
		letter-spacing: -0.05em;
		border-bottom: 1px dashed #ccc;
	}
	#content H2 {
		font-size: 2em;
	}
	#content H3 {
		font-size: 1.8em;
	}
	#content H4 {
		font-size: 1.6em;
	}
	#content H5 {
		font-size: 1.4em;
	}
	#content H6 {
		font-size: 1em;
	}
/* TOOL FIELDSET */
#content FIELDSET {
	background: url(/image/contentFieldset.gif) repeat-x bottom;
	border: 1px solid #bfbfbf;
	width: 60%;
	float: left;
	padding: 1em;
	margin: 0;
}
	#content FIELDSET LEGEND {
		border-bottom: 4px solid #ccc;
		padding: 0.5em 1em 0.5em 1em;
		margin-bottom: 1em;
		font: bold 1.2em Arial, Helvetica, sans-serif;
		color: #FFF;
	}
	#content FIELDSET LABEL {
		padding: 0;
		margin: 0 0 1% 0;
		display: block;
	}
	#content FIELDSET LABEL SPAN {
		width: 49%;
		padding: 0 1% 0 0;
		float: left;
		font-size: 1em;
		text-align: right;
	}
	#content FIELDSET INPUT,
	#content FIELDSET SELECT,
	#content FIELDSET TEXTAREA {
		font: bold 1em Arial, Helvetica, sans-serif;
		color: #000;
		padding: 0.1em;
		border-top: 2px solid #ccc;
		border-right: 2px solid #f2f2f2;
		border-bottom: 2px solid #f2f2f2;
		border-left: 2px solid #ccc;
		background: #fff;
	}
	#content FIELDSET INPUT#submit {
		color: #fff;
		padding: 0.5em 0.5em 0.5em 0.5em;
		border: 0px solid #ccc;
		cursor: pointer;
	}
/* HELP BOX */
#helpArrow {
	background: url(/image/helpArrow.png);
	width: 49px;
	height: 91px;
	position: absolute;
	right: 26%;
	margin-top: 2%;
	z-index: 1;
}
#help {
	background: #f2f2f2;
	width: 30%;
	padding: 1% 2% 1% 2%;
	font-size: 0.8em;
	line-height: 1.2em;
	float: right;
	border: 1px solid #ccc;
}
	#help H1 {
		font-size: 2em;
		padding: 0;
		margin: 0;
		border: 0;
	}
	
/* RESULTS */
#resultsArrow {
	background: url(/image/resultsArrow.png);
	width: 91px;
	height: 49px;
	position: absolute;
	left: 30%;
	margin-top: -1.9em;
	z-index: 1;
}
.results {
	width: 93%;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #ff0000;
	padding: 1.5em 2% 0 5%;
	margin: 1em 0em 1em 0em;
	border: 1px solid #ccc;
}
	.results.ko {
		background: url(/image/resultsKo.gif) no-repeat 0px 8px #f2f2f2;
	}
	.results.ok {
		background: url(/image/resultsOk.gif) no-repeat 0px 8px #f2f2f2;
	}
	.results.ok TABLE {
		width: 100%;
		font: normal 0.8em Arial, Helvetica, sans-serif;
		color: #000;
		margin: 1em 0em 1em 0em;
		border: 1px solid #999;
	}
		.results.ok TABLE TH {
			padding: 0.5em;
			background: #ccc;
		}
		.results.ok TABLE TD {
			padding: 0.5em;
			background: #fff;
			border-top: 1px dashed #ccc;
		}
		.results.ok TABLE TD.host {
			font-weight: bold;
			background: #f2f2f2;
		}
/* HEADER */
#header {
	background-image: url(/image/header.png);
	background-repeat: repeat-x;
	background-position: bottom;
    width: 100%;
	height: 140px;
    padding: 0;
    margin: 0;
    position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1px;
	border-bottom: 1px solid #bdbdbd;
}
	#header UL {
		/*background: purple;*/
		list-style: none;
		width: auto;
		height: 40px;
		padding: 0;
		margin: 0px;
		position: absolute;
		top: 100px;
		right: 0px;
		text-align: right;
	}
		#header UL LI {
			/*background: white;*/
			width: auto;
			height: auto;
			padding: 0;
			margin: 6px 5px 0px 5px;
			float: left;
			display: inline;
		}
		#header UL LI A {
			display: block;
			width: auto;
			height: auto;
			padding: 7px 15px 7px 15px;
			margin: 0;
			font-size: 0.9em;
			color: #FFF;
			font-weight: normal;
			text-decoration: none;
		}
		#header UL LI A:hover {
			color: #fff;
			text-decoration: underline;
		}
		#header UL LI A.active {
			font-weight: bold;
			border-top: 1px solid #bdbdbd;
			border-right: 1px solid #bdbdbd;
			border-left: 1px solid #bdbdbd;
			background-color: #fff;
		}
	#header #ads728x90 {
		/*background: purple;*/
		list-style: none;
		width: 728px;
		height: 90px;
		position: absolute;
		top: 4px;
		right: 5px;
		text-align: right;
	}

/* SHOULDER */
#shoulder {
	background: #e4e4e4;
	width: 25%;
	padding: 0 0 1em 0;
    margin: 140px 0px 0px -25%;
    float: right;
	display: inline;	
}
	#shoulder .box {
		background: #fff;
		width: 92%;
		padding: 0;
		margin: 4% 4% 0 4%;
		float: left;
		border-bottom: 3px solid #cdcdcd;
	}
		#shoulder .box H2 {
			background-image: url(/image/shoulderH1.png);
			background-position: right bottom;
			background-repeat: no-repeat;
			font: normal 1.3em Georgia, "Times New Roman", Times, serif;
			color: #FFF;
			/*padding: 0.5em 1em 0.5em 1em;*/
			margin: 0;
		}
		#shoulder .box H2 SPAN {
			background: url(/image/shoulderH1Span.png) no-repeat top left;
			display: block;
			padding: 0.3em 1em 0.3em 1.7em;
		}
		#shoulder .box UL {
			list-style: none;
			padding: 0;
			margin: 5%;
		}
			#shoulder .box UL LI {
				background-image: url(/image/shoulderBoxLi.gif);
				width: 90%;
				padding: 1% 5% 1% 5%;
				margin: 0;
				border-bottom: 1px dashed #CCC;
			}
#logo {
    /*background: green;*/
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 10;
    width: 30%;
    height: 97px;
    overflow: visible;
}
	#logo H1 {
		padding: 0px;
		margin: 0.8em 0em 0em 0.4em;
		font: normal 2.1em Georgia, "Times New Roman", Times, serif;
		letter-spacing: -0.05em;
	}
	#logo H1 EM {
		color: #999;
	}
	#logo H1 A {
		text-decoration: none;
	}
		#logo H1 A:hover EM {
			color: #000;
		}
#footer {
    width: 96%;
    padding: 2% 2% 2% 2%;
    margin: 0px 0px 0px 0px;
    font: normal 1em "Trebuchet MS";
	color: #FFF;
    float: left;
}
	#footer H3 {
		padding: 0px;
		margin: 0px 0px 0px 0px;
		font: normal 1.1em Georgia, "Times New Roman", Times, serif;
		letter-spacing: -0.05em;
		float: left;
	}
	#footer H3 A {
		color: #fff;
		text-decoration: none;
	}
	#footer H3 A:hover {
		color: #fff;
		text-decoration: underline;
	}
    #footer UL {
        padding: 0px 0px 0px 0px;
        margin: 0px;
        float: right;
    }
        #footer UL LI {
            list-style: none;
            padding: 0 0.5em 0 0.5em;
            margin: 0;
            display: inline;
            float: left;
			border-right: 1px dashed #fff;
        }
        #footer UL LI A:link,
        #footer UL LI A:visited {
            font: normal 0.8em Arial, Helvetica, sans-serif;
			line-height: 0.9em;
            color: #fff;
            text-decoration: none;
        }
        #footer UL LI A:hover {
            color: #FFF;
            text-decoration: underline;
        }
