@import url("atocstyles/advancedtoc.css");
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link,a:visited {
	color: #003399;
	text-decoration: none;
}
a:active,a:hover {
	color: #003399;
	text-decoration: underline;
}
#complete {
	background-color: #FAFAFA; /*#D0D0D0;*/ /*#FAFAFA;*/ /*#FFCC99;*/ /* #FFFFFF;*/
}
html body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #$D0D0D0; /*#FAFAFA;*/ /*#FFCC99;*/ /* #FFFFFF;*/
}

body#complete div#content {
	background-color: #FAFAFA; /* #FFCC99;*/ /* #FFFFFF;*/
	color: #000;
	padding: 20px;
	margin-top: 10px;
	margin-right: 40px; /* ex 40px; */
	margin-bottom: 30px;
	margin-left: 15em;
}

body>div#fixedmenue, body>div#header {
position: fixed;
}

body#complete div#fixedmenue {
padding-top: 0px;
height: 100%;
width: 13em;
}

div#fixedmenue {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #EEEEEE; /*#FFCC99;*/ /*#ff6600;*/ /* #c8c8df; org */
	color: #000000;
	padding-left: 10px;
	overflow: hidden;
	width: 218px;
	clip: rect(auto,218px,auto,auto);
}

/* ================ */
div#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}

/* ================ */
h1,h2,h3 {
font-size: 120%;
background-color: transparent;
color: #6A6A95;
}

.invis {
display: none;
}

#searchbox .submit {
	background-image: url(images/submit.png);
	border: 1px solid #003366;
	height: 20px;
	font-size: 11px;
}
#searchbox .text {
	background-image: url(images/text.jpg);
	border: 1px solid #003366;
	background-repeat: no-repeat;
	background-position: left top;
	width: 110px;
	padding-left: 16px;
}

#option {
	font-size: 11px;
}
#logo{
	position: relative;
	left: -15px;
}