﻿* {
				font-family: Calibri, Arial, Verdana, sans-serif;
				color: #665544;
				text-align: left;}
	body {
				width: 90%;
				margin: 0 auto;}
			
	header {
	padding: 12px 0 0 0px;
	height: 60px;
	position:fixed;
	top: 10px;
	background-color: rgb(255, 255, 255);
}

a:link {
text-decoration: none;
}


#logo {
float: left;
}


#topcontact {
float: right;
}


	
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  font-size: 120%;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(0, 128, 0);
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: rgb(194, 232, 140);}

.dropdown:hover .dropdown-content {
  display: block;
}

li a.active {
  background-color: rgb(0, 128, 0);
  color: white;
}




#maincolumn {
background-color: rgb(228, 228, 228);
}
#rightcolumn {
background-color: rgb(237, 212, 248);
}

#maincolumn {
float: left;
width: 74%;
height: 28em;
overflow: auto;
padding: 1%;
margin-right: 1%;
border-right: 5px rgb(228, 228, 228);
}
#rightcolumn {
float: left;
width: 20%;
height: 28em;
overflow: auto;
padding: 1%;
text-align: center;
}


p {
	margin:0px;
	font-size:125%;	
	}

#col1firstp {
font-size:125%;	
}

#col2firstp {
font-size:100%;
text-align:center;
margin-bottom:3px;
border-bottom: 2px solid purple;
}

#col2secondp {
font-size:100%;
text-align:center;
margin-bottom:3px;
border-bottom: 2px solid purple;
}

#col2thirdp {
font-size:100%;
text-align:center;
}

