/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
.title
{
	position:absolute;
	top:0px;
	left:0.5em;
	height:1em;
	margin-left : auto;
	margin-right: auto;
	padding: 5px;
	z-index : 0;
	font-family:courier;
	
}

.sidebar
{
	position : absolute;
	top : 5em;
	left : 1%;
	width : 10em;
	z-index : 1;
	padding : 0em;
}

.menu
{
	padding : 0.5em;
	margin-bottom : 0.5em;
}

.menu a
{
	display : block;
	text-decoration: none;
}

.other
{
	padding :0.5em, 0.5em, 0.5em, 0.5em;
	margin-top : 3em;
	padding : 1.5em;	
	font-size: 8pt;
	font-family: "courier new";
}

.contentText
{
	margin-top : 5em;
	margin-left : 12em;
	padding : 2em 2em;
	margin-right : 1em;
}

.contentText a
{
	text-decoration: none;
	color: rgb(30,144,255);
	background-color:transparent;
	font-family: "Times New Roman";
	font-size: 12pt;
}	

.contentText a:hover
{
	/*color : rgb(0,104,139);*/
	/*background-color : rgb(0,191,255);*/
	color : rgb(67,110,238);
}	