body{
	background-color:#b69a5d;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bgnd.gif);
	background-repeat:repeat-y;
	color:#83684e;
}
p{
	line-height:28px; 
}
img{border:0px}
a{color:#83684e}
a:hover{color:#b69a5e}
h1{
	font-size:20px;
	color:#83684e;
}
h2{
	font-size:16px;
	color:#b19353;
	font-weight:normal;
}

#masthead{
	position:absolute;
	top:19px;
	left:150px;
	height:170px;
	width:700px;
	background-image:url(../images/masthead_bgnd.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
	z-index:3;
}
#masthead img{ margin-top:24px}
#sponsor{
	position:absolute; 
	width:150px;
	height:170px;
	left:0px;
	top:19px;
	background-image:url(../images/sponsor_bgnd.gif);
	background-repeat:repeat-x;
	background-color:#b69a5d;
	text-align:center;
	z-index:3;
}
#sponsor img{ margin-top:60px;}
#cmpi{
	position:absolute;
	left:33px;
	top:500px
}
#bar{
	position:absolute; 
	height:160px;
	width:100%;
	top:24px;
	left:0px;
	background-color:#83684e;
	z-index:1;
}

/* Navigation */
#navbar{
	position:absolute;
	left:0px;
	top:200px;
	width:133px;
}
#navbar ul{
	list-style:none; 
	margin:0px; 
	padding:0px;
}
#navbar li{
	margin:0px; 
	padding:0px; 
	display:block;
	width:100%;
	background-image:url(../images/divide.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#navbar a:link, #navbar a:visited{
	display:block;
	text-decoration:none;
	padding:6px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	width:100%;
	background-image:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position:3px 11px;
	padding-left:11px
}
#navbar a:hover, #navbar a:active{
	color:#fee1a1;
	background-color:#a18060;
	background-image:url(../images/arrow2.gif);
}


#content{
	margin-left:165px;
	width:675px;
	color:#666666;
	text-align:left;
	padding-top:200px;
	min-height:320px;
}
#content li{line-height:26px; margin-bottom:5px}

#credit{
	width:550px;
	margin-left:225px;
	padding-top:50px;
	padding-bottom:15px;
	font-size:10px;
	text-align:center;
	line-height:30px;
}
#credit a{color:#a07f5f; text-decoration:none}
#credit a:hover{color:#dcb086}

.floatright{float:right; margin-left:10px; margin-bottom:10px}
.floatleft{float:left; margin-right:10px; margin-bottom:10px}
.smallprint{ font-size:11px; line-height:normal}