BODY {
	font-family : verdana,arial,sans-serif;
	font-size : normal;
	text-align : justify;
	margin: 0%;
	border-left: thin solid Navy;
	border-right: thin solid Navy;
}


.top {
	width : 100%;
	height: 40px;
	background-color: Navy;
	padding: 20px 5px 20px 0px;
	background-image: url(images/backgroundLogo.gif);
	background-repeat: no-repeat;
	text-align: right;
	color: White;
	vertical-align: top;
}



.sidebar {
  position: absolute;
  left: 0;
  top: 60px;
  width: 152px;
  padding :25px 5px 5px 5px;
  font-size: smaller;
} 
 
.maincontent {
position: relative;
	margin-top: 0;
  margin-left: 152px;
  margin-right: 170px;
  border-right: thin solid Navy;
  border-left: thin solid Navy;
  padding : 0px 10px 5px 5px;
}

.right {
	position: absolute;
	top : 80px;
  width: 155px;
  right: 0;
  margin-right: 5px;
  padding : 5px;
  border-left :none;
  font-size: smaller;
}


.base {
	width: 100%;
	height: 45px;
	background-color: #8A2BE2;
	border: thin solid Navy;
	border-left: none;
	text-align: center;
	}



H1{
	font-size : medium;
	font-style : normal;
	font-weight : bold;
}

H2 {
	font : bold large sans-serif;
	color : #4682B4;
	text-align: left;
	margin-left: 15px;
}

H3{
	font : bold 125% sans-serif;
	color : #466F19;
	}

H4 {
	margin-left:5%;
}

 

em{
	font-weight:bold;
	font-style: normal;
}
A:ACTIVE {text-decoration : none;
	}
	
A:LINK {text-decoration : none;
		color: Gray;	}
	
A:VISITED {text-decoration : none;
			color: Gray;
}	
	
A:HOVER {
	text-decoration : underline;
	color : red;
}

A.plain {font-size : normal;
		font : normal;
		color : yellow;
		}

A.plain:ACTIVE {font-size : normal;
	color : yellow;
	font : normal;
	
	}
	
A.plain:LINK {font-size : normal,
	color : yellow;
	font : normal;
	}
	
A.plain:VISITED {color : yellow;
		font : normal;
	}	
	
A.plain:HOVER {
	font : normal;
	font-size : normal;
	color : red;
}

p.bodytext{
	color:black;
	}
	

