/* CSS Document */

.normal{
	font-size:1em;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	margin:15px;
}

.small{
	font-size:12px;
}

.header{
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.imageborder{
	border:1px solid black;
	margin:5px;
}

.imageleft{
	float:left;
	margin:10px;
}

.imageright{
	float:right;
	margin:10px;
}

.images{
	margin:5px;
}

#copyright{
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	margin:.5em;
}

a:link, a:active, a:visited {
	color:black;
	text-decoration:none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
   border:none;
}

body {
	background-image: url(images/freshBG.gif);
}

#container{
	width:100%;
	text-align:center;
	position:absolute;
}

#title{
	width:700px;
	border-bottom:2px solid black;
}

#content{
	border-top:7px solid #dfeddf;
	border-bottom:7px solid #dfeddf;
	width:530px;
	height:356px;
	background-color:#FFFFFF;
}

#scroll{
	height:340px;
	width:505px;
	overflow:auto;
}

#navbar{
	width:700px;
	border-top:2px solid black;
	border-bottom:2px solid black;
}