@charset "utf-8";
/* CSS Document */

body {
	background:  #ffffff;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
a{
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#OONLD_logo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;

}

#top_nav, #OONLD_container {/* Step 2, height and width required, not for IE*/
	position: absolute;
	left: 146px;
	top: 90px;
	width: 800px;
}

#OONLD_container{
	top: 120px;
	background-color:#FFFFFF; /* http://jszen.blogspot.com/2005/04/ie-bold-text-opacity-problem.html */
}

#OONLD_side_nav {
	position: absolute;
	left: 0px;
	top: 90px;
	width:140px;
	background-color: #339933;
	height: 800px;
	background-image: url(../img/nav.jpg);
}
.tiny{
	text-align:center;
	font-size: 60%;
	font-style: italic;
}

.email{
	color:blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#peg_button{
	position: absolute;
	left: 25px;
	top: 700px;
	font-size: 12px;
	color: #000000;
	width: 85px;
	height: 20px;
	font-family: "Comic Sans MS";
}
.font_12{
	font-size:12px;
}

.contact{
	font-size: 12px;
	font-weight: normal;
}

.not_white{
	color:blue;
	font-size:100%;

}

#peg{
	font-size: 1px;	/*hide it size */
}

.font_size_10{
	font-size:10px;
}
