@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0 em;
	background-color: #619aeb;
	background-image:url('../images/background_cloud_r1.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 699px; 
	height: 300px; /*was 650*/
	margin: 0 auto;
	padding: 0px; /*was 10px*/
	border-right: 1px solid #725972;
	border-bottom: 1px solid #725972;
	border-left: 1px solid #725972;
	/*background-color: #acb4d0;*/
	position:relative;
	
	background-repeat: repeat;
	background-attachment:scroll;
}
#masthead {
	background-image:url('../images/doug/doug_header.gif');
	text-align:center;
	width: 700px;
	height: 173px;
	padding: 0px; 
	border: 1px solid navy;
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position:0 0;
	clear:both;
}
#leftColumn {
	float:left;
	width: 200px;
	height: 266px;
}
#centerRightColumn {
	float:right;
	width: 499px;
	height: 266px;
	}
#centerColumn {
	float: left;
	width:  279px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #acb4d0;
}
#centerColumn p {
	font-size: 1.0 em;
}
#rightColumn {
	float: right;
	width: 200px;
}
#formBox {
	width: 699px;
	/*padding-left: 40px;
	padding-right: 40px;*/
	background-color: #acb4d0;
	height: 450px;
	display:block;
}
.trib {
	margin-bottom:5px;
}
.author {
	text-align:right;
	font-style:italic;
	margin-bottom:5px;
}
/*Doug's Navigation Styles*/

#dougNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

#dougNav li {
	float:left;
}
#dougNav a:link, a:visited {
	font-size: 1.2em;
	display:block;
	width:233px;
	font-weight: bold;
	color: navy;
	background-color: #748cc1; /*was #5d9fe9*/
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration:none;	
}
#dougNav a:hover, a:active  {
	color: silver;
	font-weight: bold;
}

	

/* Container Styles */
#container h1,h2,h3,h4,h5,h6 {
	color: #262199;
	text-align:center;
}
#container h2{
	clear:both;
	margin-top:30px;
}
.centeredImage
    {
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
    padding:0px;
   /*  position:relative;*/
    }

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.box {
	height: 200px;
	width: 550px;
	float:right;
}
