body{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background: url(background.gif) repeat-x fixed;
}

#menu{
	top:8px;
	width: 200px;
	position:absolute;
	z-index: 5;
	}

#menu a{
	display:block;
	background-color: #9ABDEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
}
#menu a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #516736;

}#compmenu{
	top:86px;
	left:200px;
	width: 200px;
	position:absolute;
	visibility: hidden;
	z-index: 7;
	}

#compmenu a{
	display:block;
	background-color: #9ABDEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
}
#compmenu a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #516736;

}

#rightcolumn{
	position:absolute;
	left:-1px;
	width:801px;
	background-color: #0E294E;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}

#banner{
	position:relative;
	top:0px;
	width:1000px;
	}

#shadow{
	position:relative;
	top:7px;
	left:7px;
}

#placeholder{
	position:relative;
	width: 1000px;
	border: thin solid #000000;
}

#text{
	position:relative;
	left:200px;
	z-index:6;
	background:#FFFFFF;
	color: #000000;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.format{
padding-left: 7px;
}
.title{
	font-size: 20pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#images{
	position:relative;
	float:right;
	z-index:11;
	border: 1px solid #000000;
	margin-right: 20px;
	margin-left: 5px;
	margin-bottom: 6px;
}
