@charset "utf-8";
@import "reset.css";

body {
	background: #cccccc;
	margin: 10px 0 0 0;
	text-align: center;
}
a {
	color: #003366;
}
a.hover:link {
	text-decoration: none;
}
a.hover:visited {
	text-decoration: none;
}
a.hover:hover {
	text-decoration: underline;
}
p {
	color: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0 0 11px 0;
}
h1,h2,h3,h4,h5,h6 {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 11px 0;
}
h1 {
	color: #000000;
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
	font-weight: normal;
}

div#main {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}
div#head {
	background: #ffffff url(/_gfx/template/bg_main_top.gif) left top no-repeat;
	width: 1000px;
	height: 15px;
	overflow: hidden;
}
div#content {
	background: #ffffff url(/_gfx/template/bg_stressfri-it.gif) 0 20px no-repeat;
	width: 1000px;
	overflow: hidden;
}
div#footer {
	background: #ffffff url(/_gfx/template/bg_main_bottom.gif) left top no-repeat;
	width: 1000px;
	height: 51px;
	overflow: hidden;
}
p.bottomline {
	color: #999999;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 90px;
}

.col1, .col2, .col3 {
	float: left;
	position: relative;
	padding: 0;
	overflow: hidden;
}

div.col1 {
	margin: 180px 20px 0 70px;
	width: 200px;
	clear: left;
	display:inline;							/* IE double margin fix */
}
div.col2 {
	margin: 10px 20px 0 0;
	width: 450px;
}
div.col3 {
	margin: 180px 20px 0 0;
	width: 200px;
}
div.counter {
	background: #FFFFFF url(/_gfx/template/bg_stressometer.gif) top left no-repeat;
	margin: 40px 0 40px 70px;
	width: 302px;
	height: 270px;
	overflow: hidden;
}
div#logo {
	text-align: right;
	clear: both;
	width: 100%;
	height: 32px;
}

div.checkLinks a, div.uncheckLinks a {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	line-height: 20px;
	padding-left: 20px;
	height: 20px;
	display: block;
}
a.checkOn {
	background: #FFFFFF url(/_gfx/template/checkbox_on.gif) no-repeat top left;
}
a.checkOff {
	background: #FFFFFF url(/_gfx/template/checkbox_off.gif) no-repeat top left;
}
a.checkAll {
	margin-top: 5px;
}
div.faded * {
	color: #999999;
}
.hidden {
	filter:alpha(opacity='0');
	-moz-opacity:0.0;
	opacity:0.0;
}
