html,body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000b2d;
}

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.75em;
	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%;
	top: 0px;
	left: 0px;
}

#bar {
	height: 38px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 313px;
	left: 0px;
	background-image: url(../images/bar.gif);
	background-repeat: no-repeat;
	background-position: top center;
	opacity: .85;
	filter: alpha(opacity=85); /* IE's opacity*/
	z-index: 0;
}

#container {
	margin: 0px auto 0px auto;
	width: 800px;
	height: 100%;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#titleblock {
	width: 411px;
	height: 184px;
	background-color: #B9CFDC;
	opacity: .95;
	filter: alpha(opacity=95); /* IE's opacity*/
	position: relative;
	top: 128px;
	left: 1px;	
	margin: 0px 0px;
	padding: 0px 0px;
}

#menublock {
	height: 39px;
	width: 800px;
	position: relative;
	margin: 0px 0px;
	padding: 0px 0px;
	top: 129px;
	left: 0px;
}

#contentblock {
	width: 800px;
	height: auto:
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	top: 129px;
	left: 1px;
}

#leftcol {
	width: 385px;
	height: auto;
	background-image: url(../images/blackbackground.png);
	background-repeat: repeat;
	float: left;
	margin: 0px;
	padding: 13px 13px 13px 13px;
}

#rightcol {
	width: 388px;
	height: auto;
	float: right;
	margin: 0px;
}

#footer {
	width: 362px;
	height: auto;
	padding: 13px 13px 13px 13px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/blackbackground.png);
	background-repeat: repeat;
	position: relative;
	bottom: 0px;
}


#designedby {
	width: 99px;
	height: 11px;
	position: absolute;
	z-index: 50;
	left: 0px;
	bottom: 0px;
}

/* 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;
}

