 
/* Basic Elements */

body { 
	font: 11px trebuchet ms, arial, helvetica, sans; 
	color: #454A7D; 
	background: #E8E0D5 url(images/background.jpg) repeat-y center; 
	margin: 0px; 
}

 a:link { 
/* 	background: #EBEEF2; */
/* 	padding: 0 2px 0 2px; */
	text-decoration: none; 
	color: #454A7D;
}

a:visited { 
/* 	background: #EBEEF2; */
/* 	padding: 0 2px 0 2px; */
	text-decoration: none; 
	color: #4F6B8B;
}

a:hover, a:active { 
/* 	background: #F1EFE9; */
/* 	padding: 0 2px 0 2px; */
	text-decoration: none; 
	color: #384A5F;
}

/* h1, h2, h3 span {display:none} */
img {border: 0;}

/* specific divs */

#container { 
	display: block;
	position: relative;
	/* border: 11px #9C5F74 solid; */
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 545px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 570px;
}

#intro { 
	background: url(images/top-pic.jpg) no-repeat top left;
	padding-top: 185px;
} 
 
#pageHeader { 
	background: url(images/desc.gif) no-repeat top left;
	height: 59px;
}

#quickSummary {
	position: relative;
	left: 199px;
	padding: 14px 14px 0 14px;
}
/* #quickSummary p.p1 { display: none } */
/* #quickSummary p.p2 {  */
/* 	font-size: 9px; */
/* } */

#main {
	position: absolute;
	left: 199px;
	width: 326px;
	text-align: left;
	padding: 0 14px 0 14px;
	margin-bottom: 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 318px;
}
#main p {
	margin: 0;
	padding: 0;
	}

.nav { 
	text-align: left; 
	padding: 15px;
}
#footer a:link, #footer a:visited { 
	font-size: 9px;
	margin-right: 15px;
}

#linkList {
	position: absolute; 
	top: 255px; 
	margin-left:5px;
}

#linkList2 { 
	font: 9px trebuchet ms, arial, helvetica, sans; 
	color: #9F927F;
	width: 177px; 
}

#linkList h3 { 
	margin: 0; 
	width: 177px; 
	height: 32px; 
}
#linkList h3.select {
	height: 32px; 
	list-style-type: none;
	background: transparent url(images/liBG2.gif) repeat-x top left; 
	display: block; 
	padding-left: 14px;
}
#linkList h3.archives {
	background: transparent url(images/archives.gif) top left no-repeat;
	margin-top: 15px; 
}
#linkList h3.resources {
	background: transparent url(images/resources.gif) top left no-repeat;
	margin-top: 15px; 
}
#linkList h3.select span, #linkList h3.archives span, #linkList h3.resources span { display:none }

#linkList ul {
	margin: 0px;
	padding: 0px;
}
#linkList li {
	height: 32px; 
	list-style-type: none;
	background: transparent url(images/liBG.gif) repeat-x top left; 
	display: block; 
	padding-left: 14px;
}
#linkList li a { 
	display: block;
	width: auto;
	color: #4F6B8B;
	padding: 9px 0 0 0;
	background: none;
	color: #384A5F;
	font-size: 11px;
}
#linkList li a:hover { 
	color: #746E50;
}
#linkList li a.c:link, #linkList li a.c:visited {
	color: #929B70;
	font-weight: normal;
	display: inline;
	font-size: 9px;
	padding: 0;
}
#linkList li a.c:hover {
	color: #746E50;
}

#linkList #larchives li, #linkList #lresources li {
	height: 25px;
	background: #F3F1EC;
	list-style-type: none; 
	display: block; 
	padding-left: 14px;
	border-bottom: 1px #DFDCD1 solid;
}
#linkList #larchives li a, #linkList #lresources li a {
	padding-top: 5px;
	padding-bottom: 3px;
}

	
/* header graphics */

#preamble { 
	background:transparent url(/images/road.gif) no-repeat top left;
	padding-top:30px;
}

 
#participation { 
	background:transparent url(/images/participation.gif) no-repeat top left;
	padding-top:30px;
}

#benefits { 
	background:transparent url(/images/benefits.gif) no-repeat top left;
	padding-top:30px;
}

#requirements { 
	background:transparent url(/images/requirements.gif) no-repeat top left;
	padding-top:30px;
}


/* extra divs */

#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {display:none}

	.date	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: small; 
		/* color: #666;  */
		border-bottom:1px solid #999;
		margin-bottom:10px;
		font-weight:bold;
		}			
		
	.blogbody {
	font: 12px georgia, verdana, arial, sans-serif; 
 		color:#666;
	/* 	font-size:small; */
		font-weight:normal;
  		background:#FFF;
  		line-height:16px;			
		}
		
	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}
	.title	{ 
		font-family: verdana, arial, sans-serif; 
		font-size: small; 
		color: #003366; 	
		text-transform:uppercase;				
		}			

	.posted	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: x-small; 
		color: #003366; 
		margin-bottom:25px;
		}
		
		
	.calendar {
		font-family:verdana, arial, sans-serif;
		/* color:#FFF; */
		font-size:x-small;
		font-weight:normal;
/*   		background:#FF9933; */
  		line-height:140%;
  		padding:2px;
  		text-align:center;	
		}
	
	.calendarhead {	
		font-family:verdana, arial, sans-serif;
		/* color:#FFF; */
		font-size:x-small;
		font-weight:bold;
/*   		background:#FF9933; */
  		line-height:140%;
  		padding:2px;					
		}	
	.side {
		font-family:verdana, arial, sans-serif;
		color:#333;
		font-size:x-small;
		font-weight:normal;
   		line-height:140%;
  		padding:2px;				
		}	
		
	.sidetitle {
		font-family:verdana, arial, sans-serif;
		/* color:#FFF; */
		font-size:small;
		font-weight:normal;
  		line-height:140%;
  		padding:2px;
  		margin-top:10px;
		letter-spacing: .1em;
		border-bottom:1px dotted #FFF;
		text-align:center;		  					
/*   		background:#FF9933;		 */
		}		
	.powered {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:xx-small;
		font-weight:bold;
  		border:1px dotted #999;			
		line-height:140%;
		text-transform:uppercase; 
		padding:2px;
		margin-top:10px;
		text-align:center;
		letter-spacing: .2em;					
  		background:#FFF;		
		}	
		
	
	.comments-body {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding-bottom:10px;
  		padding-top:10px;		
 		border-bottom:1px dotted #999; 					
		}		

	.comments-post {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;		
		}	

	.trackback-url {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding:5px;	
 		border:1px dotted #999; 					
		}

	.trackback-body {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
 		padding-bottom:10px;
  		padding-top:10px;		
 		border-bottom:1px dotted #999; 					
		}		

	.trackback-post {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;		
		}

		
	.comments-head	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: small; 
		color: #666; 
		border-bottom:1px solid #999;
		margin-top:20px;
		font-weight:bold;
  		background:#FFF;		
		}		

	#banner-commentspop {
		font-family:georgia, verdana, arial, sans-serif;
		color:#FFF;
		font-size:large;
		font-weight:bold;
		border-left:1px dotted #FFF;	
		border-right:1px dotted #FFF;  		
		border-top:1px dotted #FFF;  		
  		background:#993300;
  		padding-left:15px;
  		padding-right:15px;
  		padding-top:5px;
  		padding-bottom:5px;  		  		  			 
		}

/* gallery bar
--------------------------------- 
#gallery {
  position:absolute;
  top:130px;
  left:3px;
  width:180px;
  text-align: center;
  }

#gallery h1 {
  height:35px;
  margin-top: 0px;
  margin-left: -3px;
  width: 177px;
  }  
	*/
#gallery a, a.noline:link, a.noline:visited {
	border-style: none;
	}

#gallery img {
	padding: 4px;
	border: 1px solid #ccc;
	background: #FFF;
	}
	
#pix li {
	margin: -11px 0 0 -49px;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
	text-align:center;
	}


 /* photo gallery sections */

/* form attributes */
input, select {
	font-family: tahoma, arial, verdana, helvetica;
	font-size: 10pt; }

/* thumbnail/rollover attributes */
img.mublaimg { border: 2px #c0c0c0 outset; }
img.highlight { border: 2px #c0c0c0 inset; }

/* multiple-album browser box attributes */
div.mublalist {
	position: relative; top: +5px; left: 0;
	height: 12pt; padding: 2px;
	border: 1px #303E56 solid;
	background-color: #303E56;
	text-align: left; }
 
/* link-menu boxattributes */
div.mublamenu {
	position: relative; top: +5px; left: 0;
	height: 12pt; padding: 2px;
	border: 1px #B4B5B9 solid;
	background-color: #B4B5B9; 
	color: black;
	font-weight: bold; 
	font-size: 10pt;
	text-align: center; }

/* thumbnail-body attributes */
div.mublabody {
	position: relative; top: +5px; left: 0;
	padding: 2px;
	border: 1px #c0c0c0 solid;
	background-color: #e0e0e0;
	font-size: 8pt; text-align: center; }

/* 'Powered by MUBLA!' box attributes */
div.mublacopy {
	position: relative; top: +10px; left: 0; 
	background-color: #000000;
	border: 1px #000000 solid; padding: 2px;
	font-size: 8pt; font-weight: bold;
	color: #ffffff; text-align: center; }

/* runtime-debugging box attributes */
div.mubladebug {
	position: relative; top: +5px; left: 0;
	height: 10pt; padding: 2px;
	  background-color: #303E56;
	font-size: 8pt; font-weight: none; color: #c0c0c0;
	text-align: center; }
	
#sidebar-a {
	background: right  repeat-y;
		float: right;
	width: 325px;
	\width: 325px;
	w\idth: 325px;
	margin: 0;
	margin-right: 35px;
	padding: 0px;
}
#sidebar-a h1 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 5px 12px;

}

#sidebar-a p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
}

#sidebar-a .tiny {
	font-size: 10px;
	color: rgb(128, 128, 128);
}

#sidebar-a .date {
	color: rgb(128, 128, 128);
	margin-bottom: 5px;
}

#sidebar-a p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
}
	