/* CSS Document */

body {
	background-color: #CDF8FF;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #FFFFFF;
	clear: both;
	width: 780px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
p {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	margin-left:5px;
	margin-right:5px;
}
p #title {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	margin-left:5px;
	margin-right:5px;
	font-weight:bold;
	
}.ptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}

#summertopmenu {
	background-color: #89C531;
	display: inline;
	border: thin dotted #FF0000;
	}

#summertopmenu ul{
	width: 780px;
	margin-left:-2px;
	line-height:25px

}

#summertopmenu ul li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC33;
	list-style-type: none;
	display: inline;
	text-align:center;
	width: 780px;

	}

#Layer1 {
	position:absolute;
	width:377px;
	height:208px;
	z-index:1;
	left: 13px;
	top: 19px;
	background-image: url(../images/BrownLogo.gif);
	background-repeat: no-repeat;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
}

