@charset "windows-1252";
/* add valid doctype to all html pages to allow IE to center tables */

/* Define body */

body  {
		margin: 0px;
		padding: 0px;
		background-color: #EEE8AA;
		text-align: center;
		font-family: Tahoma;
	}
a:link {color: #0000FF;}
a:visited {color: #800080;}
a:hover {color: #FF0000;}	

/* Set white frame box on all pages	  */

#scontent1 {
			background-color: white;
			width: 90%;
			padding: 1px;
			margin-top: 5%;
			margin-bottom: 5%;
			margin-right: auto;
			margin-left: auto;
			/* border: 5px solid black; */
			text-align: left;
			/* hack */
			width: 90%;
			voice-family: "\"}\"";  
			voice-family:inherit;	
			width: 90%;
			}
html>body #scontent1 {
			width: 90%
			}


/* .scontainer1 {width: 90%; margin-left: 5%; margin-right: 5%;} */
.scontainer1 {width: 100%;}

.editdate {
			color: white;
			margin-bottom: 5%;
			text-align: center;
			}

			
/*  Create margin settings  */

p.allmargins {margin: 10px}

p.allleft {
			margin: 10px;
			text-align: left;
			}

p.allright {
			margin: 10px;
			text-align: right;
			}

p.allcenter {
			margin: 10px;
			text-align: center;
			}


.left {text-align: left;}

.right {text-align: right;}

.center {text-align: center;}

.celltop {valign: top;}

/* .scampmenu {text-align: center; background-color: #CD5C5C;} */
/* .scampmenu2 {background-color: #CD5C5C; height: 25px;}	*/
.scampmenu {text-align: center; background-color: Red;} 
.scampmenu2 {background-color: Red; height: 25px;}	

/* Set home page header table */

table.logo  {
				background-color: white;
				width: 100%;
				text-align: center;
				margin-left: auto;
				margin-right:auto;
				}

table.info  {
				background-color: #EEE8AA;
				width: 80%;
				text-align: center;
				margin-left: auto;
				margin-right:auto;
				}

table.forms  {
				background-color: white;
				width: 80%;
				text-align: left;
				margin-left: auto;
				margin-right:auto;
				}

table.adopt  {
				background-color: white;
				width: 100%;
				text-align: center;
				margin-left: auto;
				margin-right:auto;
				}

.scampeditdate {
			color: black;
			margin-bottom: 5%;
			text-align: center;
			}

			
/* Font info */

/* .maroon {color: #CD5C5C;} */
.red {color: Red;}
.black {color: black;}


/* .red-fill {text-align: center; background-color: #CD5C5C;} */
.red-fill {text-align: center; background-color: Red;}

.menu-txt {text-align: center; color: white}
