body	{scrollbar-face-color: #ffffcc;
 	scrollbar-shadow-color: #333333; 
	scrollbar-highlight-color: #f5fffa; 
 	scrollbar-3dlight-color: #ffffe1;
 	scrollbar-darkshadow-color: #9999cc;
   	scrollbar-track-color: #7c8dac; 
	scrollbar-arrow-color: #333333;
	

	background: #003366; /*003366 dark blue*/
	color: #000000; /*black text */
	margin-top: 10px; /* top and left border from edge of browser */
	}

	a{font-style: italics;}

	a:link{color: #673818;
	}

	a:visited{color: #333333;
	}


.masthead {position: absolute;
	align: center;
	top: 10px;
	display: block;
	height: 40px;
	width: 100%;
	background:#ffffe1 url(includes/images/heading.jpg) repeat-y; /**/
	color: #666666; /**/
	font-size: 25px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 900;
	padding-left:30px;
	padding-top: 1px;
	padding-bottom: 3px;

	}

.horizontal-top-menu {background:#d7d7e2 url('includes/images/hmenu.jpg') repeat-x;

		color: #9999cc;
		position: absolute;
		top: 50px;
		align: center;
		display:block;
		width: 100%;
		height: 20px;
		text-align:left;
		font-family: sans-serif;
		font-size: 14px;
		text-decoration: none;
		padding-left:30px;
	
		
		border-top:#9999cc solid 1px;
		border-bottom:#9999cc solid 1px;
		}

h3 	{font-size: 15 px;
	font-weight: 1px;
	text-transform: uppercase;
	color: #000000;
	background: #ffffe1; 
	display:block;
	width:50%;
	}

.horizontal-top-menu a:link{color:#000000;
	text-decoration: none;
	} 

.horizontal-top-menu a:visited{color:#673818;
	text-decoration: none;
	} 

.horizontal-top-menu a:hover{color:#673818;
	background:  url(images/paper.gif);
	padding-bottom: 4px;
	text-decoration: none;
	} 

.horizontal-top-menu a:active{color:#673818;
	padding-bottom: 4px;
	text-decoration: none;
	} 

.centered_table tr td {text-align: center;
		 width: 800px;
		}


.body_content {position:absolute;
		background: #ffffff url(images/paper.gif);
		display:block;
		width:100%;
		font-size: .9em;
		top: 70px;
		align: center;
		text-align: left;
		padding-left:30px;
		height:3000%;
		}



h5 	{color: #666666;
	background: #; /* #ffffe1; */
	display: block;
	border-top: #9999cc 1px dashed;
	border-bottom: #9999cc 1px dashed;
	width:50%;				
	font-size:14px;
	text-transform: uppercase;
	padding: 3px;
	}


.title	{color: #673818;
	/* background:  #ffeecc; */
	display: block;
	border-top: #ffffff dashed 0px;
	border-bottom: #9999cc solid 1px;
	text-decoration: none;
	width:100%;
	font-size:15px;
	font-weight: 100;
	text-transform: uppercase;
	padding: 3px;
	}


hr	{color: #9999cc;
	height: 1px;}

.content {
		position: absolute;
		align: center;
		margin-right: 50px;
		padding-right: 10px;
	}






	
