.right
{
	float:right;	
	padding-right: 10px;
}
.left
{
	float: left;
}
.left label
{
	border: 2px solid transparent;
	padding: 1px;
}
.middle
{/*works on block items like div's paragraphs, h1*/
   	margin-left: 0 auto;
   	margin-right: 0 auto;
	width: 70%;
}
.header
{
	background-color: #e0ddee;
	font: normal bold 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #5c5cae;
}
.header ul 
{
  	list-style-type: none;
	padding-left: 10px; /*offset of tabs relative to browser left edge*/
	font: bold 12px Verdana;
	display: inline;
}

.header li 
{
	border: 2px solid transparent;
	padding: 1px;
	margin: 0 0 0 0;
	text-align: center;
	display: inline;
	float:left;
}
.header a 
{
	border: 2px solid transparent;
	display: block;
	width: 100px;
	text-decoration: none;
	padding: 1px;
	color: #5c5cae;
}
.header a:visited 
{
	border: 2px solid transparent;
	display: block;
	width: 100px;
	text-decoration: none;
	padding: 1px;
	color: #5c5cae;
}
.header a:hover 
{
	background-color: #ffc1c1;
	border-bottom: 2px solid #ffa4a4;
	border-left: 2px solid #ffa4a4;
	border-top: 2px solid #ffd9d9;
	border-right: 2px solid #ffd9d9;
	padding: 1px;
}

.button
{
	margin: 0 0 0 0;
	text-align: center;
	border: 2px solid transparent;
	padding: 1px;
	background-color: #e0ddee;
	font: normal bold 12px "MS Sans Serif", Geneva, sans-serif;
	color: #5c5cae;
}
.button:hover 
{
	background-color: #ffc1c1;
	border-bottom: 2px solid #ffa4a4;
	border-left: 2px solid #ffa4a4;
	border-top: 2px solid #ffd9d9;
	border-right: 2px solid #ffd9d9;
	padding: 1px;
}

