@charset "utf-8";
/* CSS Document */
/* Colors:
	Blue: 	#008
	Green:	#060
*/

/**** Link Definitions **********************************************/

a:link {
	color: #03a;
	text-decoration: none;
}

a:visited {
	color: #03a;
	text-decoration: none;
}

a:hover {
	color: #093;
	text-decoration: underline;
}

a:active {
	color: #093;
	text-decoration: none;
}

/**** Standard Text Element Definitions *****************************/

body {
	margin: 0;
	padding: 0;
	width: 100%;
  	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.25;
	background-image:url(paperbg.png);
	background-repeat:repeat;
}

p {
  	margin: 0;
	padding: 0 0 10px 0;
}

h1 {
	font-size: 130%;
	font-weight: normal;
	color: #008;
	margin: 0 100px 5px 0;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 115%;
	font-weight: normal;
	color: #008;
	margin: 25px 100px 5px 0;
	letter-spacing: 0.1em;
}

h3 {
	font-size: 105%;
	font-weight: normal;
	color: #008;
	margin: 20px 100px 2px 0;
	letter-spacing: 0.1em;
}

ul {
  	list-style:	square;
	margin: 0;
	padding: 5px 100px 10px 60px;
}

li {
	margin: 0;
  	padding: 5px 0 0 10px;
}

/**** Division Class Definitions ************************************/

#pagemain {
	width: 80%;
	min-width: 700px;
	max-width: 1200px;
	padding: 0;
	margin: 0 0 0 5%;
}

#pagetop {
	height: 90px;
	min-height: 90px;
	padding: 0 0 5px 0;
	margin: 20px 0 0 36px;
}

	#pagetop p {
		margin: 0;
		padding: 0;
	}
	
	#pagetop .pagetitle {
		float: right;
	}
	
		#pagetop .pagetitle p {
			font-size: 150%;
			color: #008;
			text-align: right;
			letter-spacing: 0.1em;
		}
		
#maincontent {
	padding: 18px 0 0 20px;
	margin: 3px 0 0 40px;
	min-height: 300px;
	border-top: 1px #060 solid;
	border-left: 1px #060 solid;	
}

#maincontent .fineprint {
	font-size: 75%;
	color: #666;
}

#maincontent_w {
	padding: 6px 0 0 6px;
	margin: 3px 0 0 6px;
	min-height: 300px;
	border-top: 1px #060 solid;
	border-left: 1px #060 solid;	
}

	#maincontent_w .videospace {
		text-align: center;
	}
		
#bottomnav {
	text-align:center;
	padding: 20px 0 0 0;
}

#footerbar {
	padding: 4px 0 0 0;
	margin: 30px 0 10px 0;
	border-top: 1px #060 solid;
}

	#footerbar p {
		font-size: 70%;
		color: #aaf;
		text-align: right;
		padding: 0;
		margin: 0;
		letter-spacing: 0.1em;
	}
	
	#footerbar a:link {
		color: #88c;
		text-decoration: none;
		font-weight: bold;
	}
	
	#footerbar a:visited {
		color: #88c;
		text-decoration: none;
		font-weight: bold;
	}
	
	#footerbar a:hover {
		color: #8c8;
		text-decoration: underline;
		font-weight: bold;
	}
	
	#footerbar a:active {
		color: #8c8;
		text-decoration: none;
		font-weight: bold;
	}

/**** Text Class Definitions ****************************************/

.centered {
	text-align: center;
}

.lede {
	color: #060;
  	margin: 0 20px 0 0;
	font-size: 105%;
	letter-spacing: 0.15em;
	line-height: 1.5;
}

.ledehome {
	color: #060;
  	margin: 0 20px 0 0;
	font-size: 110%;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.nobullet {
	list-style: none;
}	

.italspace {
	font-style: italic;
	padding-right: 0.1em;
}

.widespace li {
	margin-bottom: 10px;
}

/**** End ***********************************************************/
