/* CSS Document */

	/*div {
		border: 1px solid #CCFF33;
		} */
	
	body {
		margin: 1em auto;
		padding: 1px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 85%;
		color: #000000;
		line-height: 1.4;
	}

/* IDs for main layout */

	#masthead {
		margin: 0;
		padding: 15px;
		}
		
	#content {
		margin: 0 0 8px 0;
		text-align:left;
		}
		
	#content2 {
		margin: 0 0 8px 0;
		text-align:left;
		}
		
	#navbar {
		display:none;
		}

	#articlebar {
		margin: 0 0 8px 0;
		font-size: 90%;
		line-height: 1.1;
		}
		
	#footer {
		display:none;
	}

/* Rules for standard headings */

	h1 {
		margin-top: 0;
		font-size: 160%;
		color: #179c9e;
		font-style: italic;
		}

	h2 {
		font-size:140%;
		color:#666666;
		}

	h3 {
		font-size:120%;
		color: #179c9e;
		}

	h4 {
		font-size:100%;
		color: #666666;
		}
		
	h1.style2 {
		font-size:160%;
		color: #666666;
		font-style: normal;
		}
		
/* Standard Links*/

	a { 
		color: #179c9e;
		font-weight: bold;
		text-decoration:none;
		border-bottom: 1px #179c9e dashed;
	}
	
	a:hover { 
		color: #000000;
		font-weight: bold;
		text-decoration:none;
		border-bottom: 1px #000000 solid;
	}
	
/* Custom Links*/

	#masthead a { 
		font-weight: bold;
		text-decoration:none;
	}
	
	#masthead a:hover { 
	}
	
	#articlebar a {
		color: #000000;
		text-decoration:none;
		border: none;
	}
	
	#articlebar a:hover {
		color: #000000;
		text-decoration:none;
	}
	
	
	#articlebar li a {
		color: #000000;
		text-decoration:none;
		font-weight: normal;
	}
	
	#articlebar li a:hover {
	}
	
/* Custom layout */

	#articlebar ul {
		margin: 0 0 0 15px;
		padding: 0 8px 0 8px;
	}
	
	#articlebar h1, #articlebar h2, #articlebar h3, #articlebar h4, #articlebar p {
		padding-left: 8px;
		padding-right: 8px;
	}
	
/* Navigation */

	#navbar ul {
		display:none;
		}

	#navbar ul li{
		display:none;
		}

	#navbar ul li a{
		display:none;
		}
		
	#navbar ul li a:hover {
		display:none;
		}

/* Forms */

	fieldset {
		display:none;
	}
	
	legend {
		display:none;
	}
	
	label {
		display:none;
	}
	
	input, textarea {
		width: 95%;
		border: 1px #179c9e solid;
		background-color: #7fc6c7;
	}
	
	input.submit {
		width: 95%;
		border: 3px #179c9e double;
		background-color: #179c9e;
		color: #ffffff;
		font-weight: bold;
		border-color: #dddddd #aaa #666 #dddddd;
	}
	
	select {
		width: 96%;
		border: 1px #179c9e solid;
		background-color: #7fc6c7;
	}
	
	th {
		padding: 10px;
		background-color: #179c9e;
		color:#FFFFFF;
		text-align: center;
	}

/* standard small bits */

	img {
		border: 0;
	}
	
	img.pic {
		border: 0;
		margin: 0 10px 0 0;
		float: left; 
	}
	
	p.copyright {
		margin: 25px 0 25px 0;
		font-size: 80%;
		color: #666666;
	}
	
	hr {
		color: #7fc6c7;
		background-color: #7fc6c7;
		height: 1px;
		text-align:center;
		border: 0 none;
	}
	
	
