html,body {
	margin: 0px;
	padding: 0px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #B9CFDC;
}

body {
	min-width: 800px;
}

img {
	border: 0px;
	behavior: url("pngbehavior.htc");
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #FFFFFF;
}

.resources {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
}

ol,ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #FFFFFF;
	padding-left: 20px;
	margin: 0px;
	list-style: upper-roman;
}

.appendix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #FFFFFF;
	padding-left: 20px;
	margin: 0px;
	list-style: upper-alpha;
}

.chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #FFFFFF;
	padding-left: 20px;
	margin: 0px;
	list-style: decimal;
}

.bibliography {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #FFFFFF;
	padding-left: 20px;
	margin: 0px;
	list-style: square;
}


.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #FFFFFF;
	padding-left: 20px;
	margin: 0px;
	list-style: circle;
}

.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.75em;
	color: #FFFFFF;
	padding-left: 20px;
	margin: 0px;
	list-style: circle;
}

.link3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.75em;
	color: #FFFFFF;
	padding-left: 20px;
	margin: 0px;
	list-style: circle;
}

a.main { 
		color: #FFFFFF;
		text-decoration: underline;
		}

a.main:hover {
		color: #000000;
		background-color: #B9CFDC;
		text-decoration: none;
		}

a.main:active {
		color: #FFFFFF;
		background-color: #B9CFDC;
		text-decoration: none;
		}

a.main:visited {
		color: #8F8D8D;
}

.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #FFFFFF;
	padding: 0px;
}


#envelope {
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	width: 100%;

}

#container {
	margin: 0px auto 0px auto;
	width: 800px;
	height: 63px;
	padding: 0px;
	position: relative;
	z-index: 100;
}

#titleblock {
	width: 800px;
	height: 23px;
	background-color: #B9CFDC;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px;
	padding: 0px 0px;
}

#menublock {
	height: 39px;
	width: 800px;
	position: relative;
	margin: 0px 0px;
	padding: 0px 0px;
	background-color: #000000
	border: 0px;
}

#bar {
	height: 64px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/linkbackground.gif);
	background-repeat: repeat-x;
	z-index: 10;
}

#mainframe {
	height: 85%;
	width: 100%;
	z-index: 0;
	padding: 0px;
	margin-top: 64px;
	margin-bottom: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
}

#myiframe {
	height: 100%;
	width: 100%; 
}

/* Menu */

.anylinkcss{
position:absolute;
visibility: hidden;
border: 1px;
border-style: solid;
border-color: #B9CFDC;
z-index: 100;
background-color: #000000;
width: 247px;
padding: 13px;
margin: 0px;
}

.anylinkcss2{
position:absolute;
visibility: hidden;
border: 1px;
border-style: solid;
border-color: #B9CFDC;
z-index: 100;
background-color: #000000;
width: 247px;
height: 375px;
overflow: auto;
padding: 13px;
margin: 0px;
}
