﻿/*  CSS RESET 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
 END CSS RESET */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#centeredBG {
	background-position: center top;
	background-image: url('BGflaccida.jpg');
	background-repeat: no-repeat;
	min-width: 100%;
}
#wrapper{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#header {
	position: relative;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 100%
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-transform: none;
	color: #FF8000;
	font-style: italic;
	clip: rect(5px, auto, 5px, auto);
	position: relative;
	text-align: center;
}
h2 {
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-transform: none;
	color: #FF8000;
	font-style: italic;
	text-align: center;
}
#slide{
	background-position: 810px 700px;
}
#pictureHolder{
	position: relative;
	width: 810px;
	height: 270px;
}
#textBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	color: #000000; /* Black font */
	background-color: #CCFF99; /* Very soft green */
	position: Relative;
	padding-left: 5px;
	width: 80%;
}
#mainMenu ul {
	width: 100%;
	magin-left: 0px;
}
#mainMenu ul li {
	display: inline;
	line-height: 30px;
}
#mainMenu li a {
	display: block;
	width: 110px;
	color: #000000;
	float: left;
	height: 35px;
	text-align: center;
}
#mainMenu li a:hover {
	color: #FF8000;
	text-decoration: none;
}
#mainMenu ul li ul {
	visibility: hidden;
}
#mainMenu ul li:hover ul {
	visibility: visible;
}
.green {
	background-image: url('green.png');
	background-repeat: no-repeat;
	height: 35px;
}
#table {
	background-color: #FFFF66;
	position: relative;
	width: 100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
}
#li a:hover {
	color: #FF8000;
	text-decoration: none;
}

#footer {
	background-position: left bottom;
	text-decoration: none;
	position: relative;
	width: 100%;
	left: inherit;
	background-repeat: ;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
}
#footer p {
	text-align: center;
	font-size: 0.6em;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FF8000;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FF8000;
	text-decoration: none;
}
.newStyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #FF8000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #FF8000;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
 
#tableNext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	width: 100%;
	background-color: 
	font-size: 1.0em;
}
