﻿a:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: none;



}
a:link {
	color: #ooFFoo;
	text-decoration: none;


}
button {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 18px;
}
.nav-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D1C7;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;

}
.panel-right {
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 20px;

}
.treb_font {
	font-family: Trebuchet MS;
}
.style2 {
	font-weight: normal;
	font-family: "Trebuchet MS";
}
.small {
	font-size: x-small;
	font-family: "Trebuchet MS";
}
.center_txt {
	text-align: center;
}
.style5 {
	text-align: left;
}
.nav_menu {
	text-align: center;
	font-family: "Trebuchet MS";
}

/* wrapper to align center of page */
#wrapper {
/*tell the browser the size of the wrapper div*/
width:800px;
height:400px;
/*aligns the page to the center horizontal (x)*/
margin-left:auto;
margin-right:auto;
/*aligns the age to the center vertical (y)*/
position: absolute;
top: 5%;
left: 50%;
/*resets the offset (should be half the width and height*/
margin-top:-20px;
margin-left:-400px;
}

