    body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		background-color: Black;
	}
	#wrapper {
		width: 1000px;
		margin:0px auto;
		border:1px solid #bbb; 
		padding:5px;
		background:#FAFAD2 ;
	}
	#header {
	    border:1px solid #bbb; 
		height:240px;
		padding:5px;
		background-color: white;
		border-bottom: 2px solid black;
	}
	#content {
		margin-top:10px;
		padding-bottom:10px;
	}
	#content div {
		padding:10px;
		border:1px solid #bbb;
		float:left;
	}
	#content-left {
		width:185px;
		height:760px;
		border:1px solid #bbb; 
	}
	#content-main {
		margin-left:10px;
		width:750px;
		height:600px;
		border: hidden;
		
	}
	#pictures-main{
	    margin-left: 10px;
		float: left;
		width:750px;
		height:100px;
		padding: 10px;
		border:none;
	}
	div.picture-left{
	 margin-left: 150px;
	 height: 100px;
	 margin-top: 30px;
	 width: 250px;
	 border: none;
	 text-align: center;
	/* border: 1px solid #bbb; */
	}
	#content-box1, #content-box2, #content-box3 {
		padding:5px;
	/*	border:1px solid #bbb; */
		position:absolute;
		margin-top:2px;
		height:200px;
	}
    #content-box1 {
		margin-left: 75px;
		width:150px;
		text-align: center;
	}
	#content-box2 {
		margin-left:310px;
		margin-top: 5px;
		width:300px;
		height: 250px;
		text-align: center;
	}
	#content-box3 {
		margin-left:685px;
		margin-top: 2px;
		width:215px;
		height:270px;
	}
	
		
	#bottom {
		clear:both;
		text-align:right;
	}
	#footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
		padding:10px;
	    border:hidden; 
	  	width:978px;
	 }
	 table.twocolwide{
		width: 100%;
	 /*   border: 1px solid black;
	*/ 	border-collapse: collapse;
	   table-layout: auto;
	    font-size: 1.25em;
	    font-family: arial;
	 }
	 table.twocolwide tr{
		padding: 15px;
		padding-bottom: 5px;
		border-bottom: double;
		padding-top: 5px;
		border-bottom-color: red;
		
	 }
	 table.twocolwide td{
		width:50%;
		border:none;		
	 }
	 
	 table.fourcolwide tr{
		padding: 15px;
		padding-bottom: 5px;
		border-bottom: double;
		padding-top: 5px;
		border-bottom-color: red;
	 }
	  table.fourcolwide td{
		width:25%;
		border:none;
		
	 }
	  
	 
	 table.fivecolwide tr{
		padding: 15px;
		padding-bottom: 5px;
		border-bottom: double;
		padding-top: 5px;
		border-bottom-color: red;
	 }
	  table.fivecolwide td{
		width:20%;
		border:none;
		
	 }
	table.table1{
	 width: 100%;
	 border: 1px solid black;
	 border-collapse: collapse;
	 table-layout: auto;
	 font-size: 1.25em;
	 font-family: arial;
	}
	table.table1 td{
	 border:1px solid black;
	 padding: 4px;
	}
	table.table2{
	  width: 100%;
	 border: 1px solid black ;
	 border-collapse: collapse;
	 table-layout: auto;
	 font-size: .75em;
	 font-weight: bold;
	 font-family: arial;	
	}
	table.table2 td{
		border: 1px solid black;
		padding: 4px;
	}
	table.table2 th {
		text-align: left;
		border: 1px solid black;
	}
	.tablea, table, th,td,tr{
		border: 1px solid black;
		border-collapse: collapse;
	}
	#image-right{
		border:none;
		padding: 5px;
		padding-top: 75px;
		float: right;
	}
		#image-left{
		border:none;
		padding: 5px;
		padding-top: 5px;
		float: left;
	}
	#image-center{
		border:none;
		padding:5px;
		padding-top: 10px;
		
		
	}
	 nav ul {		
	  /*  background: #efefef; */ 	   
	    padding: 0px;
	  /*border-radius: 10px; */
		font-size: 1.10em;
		font-weight: 300;
		overflow: hidden;
	    list-style: none;
		text-align: center;
	    position: relative;
		display: inline-table;
	}
	nav ul ul {
	    visibility: hidden;
		display: none;
        position: inherit;
        top: 100%;
        left: 0;
		padding-top: 2px;
		padding-bottom: 2px;
    z-index: 598;
   /* width: 195px; 
    background: #555; 
    border: 1px solid #fff; */
    }
	nav ul li {
		float: left;
		padding:3px;
	}
	nav ul li:hover >ul {
		background: #808080;
		display: block; 
		visibility: visible;   
	}	
	nav ul li a {
		display: block;
		padding:  5px;
		background-color: #808080; /*-- GRAY --*/
		color: white;    /* text color */
		text-decoration: none;
	}
nav ul ul li {
    float: none;
	padding: inherit;
	border: solid thin;
    }
	nav ul:after {
		content: ""; clear: both; display: block;
	}
	
.centertextred{
	  text-align: center;
	  font-family: Arial, helvetica, sans-serif;
	  font-size: 1.50em;
	  font-weight: 900;
	  color: red;
	  margin: 0;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  line-height: normal;
	 }
	 .centertextblack{
	  text-align: center;
	  margin: 0;
	  font-family: arial,helvetica,sans-serif;
	  font-size: 1.25em;
	  font-weight: 700;
	  color: black;
	 }
	.head1{
	  font-family: arial,helvetica,sans-serif;
	  font-size: 2em;
	  font-weight: 600;
	}
	.head2{
	  font-family: arial,helvetica,sans-serif;
	  font-size: 1.5em;
	  font-weight: bold;
	}
    .head3{
	  font-family: arial,helvetica,sans-serif;
	  font-size: 1em;
	  font-weight: bold;
	}
	.head4{
	  font-family: arial, helvetica,sans-serif;
	  font-size: 1.25em;
	}
	.head5{
	  font-family: arial, helvetica,sans-serif;
	  font-size: 1.25em;
	  line-height: 1.3;
	  font-weight: bolder;
	  text-indent: 40px;
	}
	.head6{
	  font-family: arial, helvetica,sans-serif;
	  font-size: 1.25em;
	  line-height: 1.3;	 
	  font-style: italic;
	  text-indent: 40px;
	}
	.head7{
	  font-family: arial,helvetica,sans-serif;
	  font-size: .75em;
	  font-weight: bold;
	}
	.italic {
		font-family: arial, helvetica, sansserif;
		font-size: 1.25em;
		font-style: italic;
		font-weight: bold;
		margin-left: 5px;
		margin-bottom: 2px;
		margin-top: 8px;
	}
	.italic2 {
		font-family: arial, helvetica, sansserif;
		font-size: em;
		font-style: italic;
		font-weight: bold;
		margin-left: 15px;
		margin-bottom: 2px;
		margin-top: 8px;
	}
	.indentit {
		margin-left: 10px;
	}
	.textbox {
		font-family: arial,helvetica,sans-serif;
		font-size: 1.5em;
		font-weight: bold;
		width: 600px;
		padding: 15px;
		border-style: double;
		border-width: thick;
		border-color: #FF0000;
		color: black;
		margin-left: 75px;
	}
	.textbox1 {
		font-family: arial,helvetica,sans-serif;
		font-size: 1.5em;
		font-weight: bold;
		width: 700px;
		padding: 5px;
		border-style: none;
		border-width: thick;
		border-color: #FF0000;
		color: black;
		margin-left: 5px;
	}

		.textbox2 {
		font-family: arial,helvetica,sans-serif;
		font-size: .75em;
		font-weight: bold;
		width: 500px;
		padding: 5px;
		border-style: double;
		border-width: thick;
		border-color: #FF0000;
		color: black;
		margin-left: 10px;
	}
	     .cursive1 {
		font-family: arial,helvetica,sans-serif;
		font-style: italic;
		font-size: 1.0em;
		text-align:left;
		text-indent: 25px;
		 }
    ul {list-style: none;
	    padding: 0;
		white-space: nowrap;
		margin: 0;
		font-size: 1em;
	   }
	   li {
		padding-bottom: 3px;
	   }
	   
.flash {
   animation-name: flash;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: 15 ;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {color: red;}
    to {color: black;}
}
	 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:8.0pt;
	margin-left:0in;
	line-height:107%;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
.MsoChpDefault
	{font-family:"Calibri",sans-serif;}
.MsoPapDefault
	{margin-bottom:8.0pt;
	line-height:107%;}
	