/*General Redeclarations */
body {
	background-color: #D1CBCB;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

p.p2 {
	font-size: 1.75em;
}

p.p2white {
	color: white;
}

span.a: visited {	
	color: blue;
}

a:visited {
	color: blue;
}

img {
	border: 0;
}

#content a:hover {
	text-decoration: none;
}
/********************/

#outer {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
; background-image: url(bodybg%20copy.jpg)
	/*background-image: url('../images/pattern.jpg');*/
}

	#container {
		z-index: 0;
		position: relative;
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		background-color:  white;
		overflow: hidden;
; border: #000000; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin	}

		#header {
			background-color: black;			
			min-width: 800px;
			width: 100%;
			height: 220px;
		}
		
			#layeredleft {
				z-index: 1;
				position: absolute;
				left: 10px;
				top: 35px;
			}
			
			#layeredcenter {
				z-index: 2;
				position: absolute;
				top: 10px;
				left: 125px;
			}
			
			#layeredright {
				z-index: 1;
				position: absolute;
				top: 0px;
				right: 0px;
; clip:   rect(   )
			}
		
		#content {
			z-index: 0;
			width: 605px;
			margin-left: 185px;
			min-height:550px; /* firefox only, can be placed in any of the content divs to push the footer down to enforce minimum height */
			margin-bottom: 20px;
			margin-top: 10px;
			text-align: center;
			position: relative;
			top: 0px;
			left: 0px;
			padding: 0px;
			padding-right: 10px;
		}
		
			#content p {
				text-align: justify;
				font-size: 1.00em;
			}
			
			#content p.medium {
				text-align: justify;
				font-size: 1.00em; 
			}
			
			#content p.Big {
				display: block;
				width: 400px;
				font-size: 1.75em;
				color: #006666;
				background-color: #9999FF;
				text-align: center;
				cursor: pointer;
			}
			
			#content p.head {
				font-size: 1.10em;
				font-weight: bold;
			}
			
			#content p.head2 {
				font-size: 2.30em;
				text-align: center;
				font-weight: bold;
				font-style: italic;
			}
			
			#content p.small {
				font-size: .75em;
			}
		
			#content p.bolditalic {
				text-align: justify;
				font-weight: bold;
				font-style: italic;
				font-size: 1.10em;
			}
			
			#content #floatleftlist {
				float: left;
				position: absolute;
				left: 0px;
				height: 200px;				
			}
			
			#content #floatrightlist {
				float: right;
				position: absolute;
				left: 250px;
				height: 200px;
			}
			
			/*#content ul {
				text-align: left;
				list-style-type: none;
				padding-left: 0;
				margin-left: 0;
			}
			
			#content li {
				background: url("../images/ul_ok.gif") 0 .25em no-repeat;
				padding-left: 20px;
				margin: 10px;
				width: 175px;
			} */
			
		#left {
			z-index: 1;
			padding: 5px;
			width: 166px;
			position: absolute;
			background-color: #E1DCDC;
			top: 220px;
			left: 0px;
			bottom: 55px;
			text-align: center;
		}

			#left a {
				text-decoration: none;
			}
			
			#left a:hover {
				background-color: #CCCCCC;
				text-decoration: underline;
			}
		
			#left a.menu{
				display: block;
				text-decoration: none;
				color: #D5BB77;			
				background-color: black;
				font-family: Eras Medium ITC;
				font-size: 1.0em;
				font-weight: bold;
				padding: 5px;
				border-style: solid;
				border-color: #D5BB77;
				border-width: 3px;
				text-align: right;
				width: 140px;
			}
			
			#left a.menu:hover {
				background-color: #D5BB77;
				color: black;
				border-style: solid;
				border-color: black;
				border-width: 3px;
			}
			
			#left p.quote {
				text-align: left;
				font-size: .85em;
				font-style: italic;
				font-weight: bold;
				margin-left: 10px;
				color: black;				
			}
			
			#left p.endquote {
				text-align: right;
				font-size: .75em;
				color: black;
			}
			
		#right {
			float: right;
			padding: 15px;
			width: 150px;
			height: 100%;
			border-style: solid;
			border-width: 1px;
			position: relative;
			top: 0px;
			left: 0px;
		}

		#footer {
			z-index: 30;
			min-height: 25px;
			width: 100%;
			position: relative;
			background-color: #CCCCCC;
			color: #333333;
		}
		
		#footer a:hover {
			text-decoration: none;
		}
		
			#footer span.footercopy {
				display: block;
				padding: 5px;
				text-align: center;
				background-color: #E1DCDC;
			}