/* Lauren's New CSS  -  10 September 2010 */

body {
	margin: 0px 0;
	padding: 0;
	background: white;
	font: normal small Arial, "Trebuchet MS", Helvetica, sans-serif;
	color: #999999;
	font-size: 100%;
	color: darkslategray;
}

h1, h2, h3, h4 {
	text-transform: none;
	color: #336699;
	margin: 0px;
}

h2 {
	font-size: 16px;
	text-decoration: none;
	}

h4 {
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 10px;
	display: inline;
	}

.skinny {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	float: center;
	}

h3 {
	font-size: 12px;
}

.altcolor{
	color: #666666;
	}

p, blockquote, ul, ol, li{
	line-height: 120%;
	font-size: 11px;
	text-align: left;
	color: #666666;
}

a {
	text-decoration: none;
/*	color: #A5CA2A;*/
	color: #669933;
  }

a:hover {
	text-decoration: none;
	color: green;
}

a img{
	border: 0;
	margin: 2px;
}

.smallfont {
	font-size: 10px;
	color: #666666;
	align: left;
	}

/* Header */

#header {
	width: 740px;
	margin: 10px auto 0 auto;
}

#header a {
	text-decoration: none;
	padding-left: 40px;
	letter-spacing: 8px;
	font-weight: bold;
	color: #666666;
}

#header h1 {
	margin: 0;
	padding-left: 20px;
	font-size: 36px;
	text-decoration: none;
	letter-spacing: 20px;
	font: Arial;
	color: #666666;
}

#header a:hover {
	text-decoration: none;
	padding-left: 40px;
	letter-spacing: 8px;
	color: green;
	font-weight: bold;
	}

/* Menu */

#menu {
	width: 610px;
	height: 35px;
	margin: 0px auto 10px auto;
	font-weight: bold;
	}

#menu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #663366;
}


/* Page */
#page {
	width: 610px;
	height: auto;
	margin: 30px auto 30px auto;
	background-color: white;	
}

/* Contents */
#contents {
	width: 700px;
	height: auto;
	margin: 30px auto 30px auto;
	background-color: white;	
}

.paragraph {
	line-height: 120%;
	font-size: 11px;
	color: #666666;
	width: auto;
	margin: 10px auto 10px auto;
	}

/* Non bulletted list */

.nobullet {
	padding: auto 25px auto 25px;
	width: 580px;
	}

.nobullet ul{
	line-height: 150%;
	margin-left: -20px;
	margin-bottom: 40px;
	}
	

.nobullet li{
	margin-top: 15px;
	line-height: 125%;
	text-align: left;
	margin-left: 10px;
	list-style: none;
	}

.nobullet a {
	text-decoration: none;
	color: #666666;
  }

.nobullet a:hover {
	text-decoration: none;
	color: green;
}

.pdf a{
	color: maroon;
	font-weight: bold;
	font-size: 10px;
	}

.pdf a:hover{
	color: orange;
	font-weight: bold;
	font-size: 10px;
	}


/* Bulletted list */
.bullet {
	padding: auto 25px auto 25px;
	width: 560px;
	}
	
.bullet ul{
	line-height: 150%;
	margin-left: -20px;
	margin-bottom: 40px;
	}
	
.bullet li{
	margin-top: 15px;
	line-height: 125%;
	text-align: left;
	margin-left: 10px;
	list-style: dot;
	}
	
.bullet a {
	color: gray;
	text-decoration: none;  
  }

.bullet a:hover {
	text-decoration: none;
	color: green;
}


	
/* Footer */

#footer {
	height: auto;
	padding-bottom: 0px;
	min-height: 50px;
	padding: 0 0 0 0;
}

#footer .wrap {
	width: 750px;
	margin: 0 0;
}

#footword {
	margin-left: 0px;
	text-align: center;
	color: black;
}

#footword a {
	font-size: 9px;
	color: #476B77;
}

/* Search */
#search {
}

#search ul{
	list-style: none;
	}
#search li{
	list-style: none;
	margin-left: -50px;
	}

#search fieldset{
	border: 0px;
	}
	
#s {
	width: 220px;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid lightgray;
	font-size:10px;
}

#x {
	padding: 3px;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	color: #4F4F4F;
}

