/* First we override the default tags */
abbr, acronym, dfn {cursor: help; border-bottom: dashed lime 1px; }

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-decoration: underline;
}
a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
}


input {
		font-family: verdana;
		font-size: 10px;
		padding: 1px 1px 1px 1px;
}
.input-text {
		color: #acacac;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Header image positions */
div.headerLeft {
	position: absolute;
	width: 90%;
	height: 90px;
	top: -2px;
	left: -37px;
	margin: 0px 0px 0px 0px;
	float: left;
}
div.header {
	position: absolute;
	width: 60%;
	left: 350px;
	top: 0px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	background-image:url(images/header_repeat.png);
	background-repeat:repeat-x;
}
div.headerRight {
	position: relative;
	width: 343px;
	right: 20px;
	top: -90px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	z-index:3;
}

#leftNav {
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
}

#leftNav2 {
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
}

#rightNav {
	float: right;
	width: 160px;
	margin: 0;
	padding: 1em;
}

/* Menu boxes */
.menuTitle  {
	display: block;
	background-color: #cccccc;
	border-bottom: 2px solid #000000;
	padding: 0px 0px 0px 5px;
}

#leftNavBox {
	position: relative;
	top: -40px;
	border: 1px dotted #ffffff;
	margin: 0px;
	padding: 0px;
	width: 100px;
	background-color:#cccccc;
}
#leftNavBox a:link, #leftNavBox a:visited {
	display: block;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #cccccc;
	background-color:#ffffff;
	padding: 3px 0px 3px 10px;
}

#leftNavBox a:hover {
	color: #000000;
	background-color: #eeeeee;
	padding: 3px 0px 3px 13px;
}

#leftNavBox2 {
	position: relative;
	left: -180px;
	top: 150px;
	border: 1px dotted #ffffff;
	margin: 0px;
	padding: 0px;
	width: 120px;
	background-color:#cccccc;
}
#leftNavBox2 a:link, #leftNavBox2 a:visited {
	display: block;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #cccccc;
	background-color:#ffffff;
	padding: 3px 0px 3px 10px;
}
#leftNavBox2 a:hover {
	color: #000000;
	background-color: #eeeeee;
	padding: 3px 0px 3px 13px;
}

#rightNavBox {
	position: relative;
	border: 1px dotted #ffffff;
	margin: 0px;
	padding: 0px;
	width: 100px;
	background-color:#cccccc;
	float: right;
}
#rightNavBox a:link, #rightNavBox a:visited {
	display: block;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #cccccc;
	background-color:#ffffff;
	padding: 3px 0px 3px 10px;
}
#rightNavBox a:hover {
	color:#000000;
	background-color:#eeeeee;
	padding: 3px 0px 3px 7px;
}

#qFactsBox {
	position: relative;
	left: -20px;
	top: -40px;
	border: 1px dotted #ffffff;
	margin-top: 20px;
	padding: 0px;
	width: 140px;
	background-color:#cccccc;
	float: right;
}
#qFactsBox a:link, #qFactsBox a:visited {
	display: block;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #cccccc;
	background-color:#ffffff;
	padding: 3px 0px 3px 10px;
}
#qFactsBox a:hover {
	color:#000000;
	background-color:#eeeeee;
	padding: 3px 0px 3px 7px;
}

/* Main contents sections */
#main {
	position: absolute;
	top: 90px;
	left: 200px;
	height: 100%;
}

#container {
	position:absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #333333;
	line-height: 130%;
}

#content {
	margin-left: 160px;
	border-left: 1px solid gray;
	margin-right: 160px;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
}

#headpic {
	position: absolute;
	top: 20px;
	left: 300px;
	z-index: 5;
}

