/*document level styles*/
body {
	color: rgb(51, 51, 102);
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-top: 12px;
	margin-bottom: 12px;
	background-image: url("images/yellowGradient.jpg");
	background-repeat: repeat-x;
	background-color: #FFFF99;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	padding-bottom:5px;
}
#content{
	float:right;
	width:530px;
}
#page {
	color: rgb(51, 51, 102);
	background-color: rgb(255, 255, 255);
	position: relative;
	text-align: left;
	height: auto;
	padding-top: 30px;
	padding-right:5px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	visibility: visible;
	display: block;
	min-height: 400px;
}

/*navigation styles*/
#navlist {
	float:left;
	width:150px;
	margin-left:3px;
	border-bottom: 1px solid gray;
	font-size: 14px;
	text-align: left;
	padding-left: 0;
}
#navlist li {
	border-top: 1px solid gray;
	margin: 0;
	padding: 0.25em;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
#navlist li a {
	text-decoration: none;
	display:block;
}
#navlist a:hover, #navlist a:active {
	color: rgb(255, 255, 255);
	background-color: rgb(51, 51, 51);
}

/*used within content section*/
h3 {
	color: rgb(51, 51, 255);
}
div.sample .info {
	font-size:smaller;
}
div.sample a:visited {
	color:blue;
}
