body {
	background-color: #E8DDCF;
	text-align: center;
	margin: 0;
	scrollbar-3d-light-color : #ffcc33;
	scrollbar-arrow-color : #8D3E14;
	scrollbar-base-color : #333333;
	scrollbar-dark-shadow-color : #333333;
	scrollbar-face-color : #E8DDCF;
	scrollbar-highlight-color : #eeeeee;
	scrollbar-shadow-color : #ffffff;
}
body, p, td {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    line-height:120%;
	font-size: 100%;
	color: darkblue;
}

h1 {
	font-size: 140%;
	padding: 0;
	margin: 0;
	color:#ff0033;
}
h2 {
	font-size: 130%;
	padding: 0;
	margin: 0;
}
h3 {
	font-size: 120%;
	padding: 0;
	margin: 0 0 3px 0;
}
h4 {
	font-size: 120%;
	padding: 0;
	margin: 0 0 3px 0;
	color:#ff0033;
}
h5 {
	font-size: 110%;
	padding: 0;
	margin: 0 0 3px 0;
}
h6 {
	font-size: 110%;
	padding: 0;
	margin: 0 0 3px 0;
	color: #FF0033;
}

table {
	border-collapse: collapse;
}
table li {
	margin-left: -18px;
}
table ul {
	list-style: square url(../images/darkblue_arrow.gif) outside;
}

a:link, a:visited {
	color: #FF0033;
	text-decoration: underline;
}
a:hover {
	color:#663366;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}

#container {
	width: 850px;
	text-align: left;
	margin: 10px auto;
	padding: 0px;
}

.wrapper {
	border: 2px solid darkblue;
	padding: 0;
	background-color: #FFFFFF;
}

#footer {
	width: 850px;
	margin: 3px auto;
	text-align: left;
}
#footer td {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: coral;
}

#heading {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F3EDE5;
	font-weight: bold;
	text-align: right;
	position:absolute;
	margin-left: 400px;
	height: 30px;
	width: 316px;
	left: 145px;
	top: 20px;
}

#homeContent {
	margin: 8px 5px 10px 5px;
}

#pageContent {
	padding: 8px;
	margin: 15px 10px;
}

#sideContent {
	border: 1px none #DFDFFF;
	margin: 8px 10px 10px 10px;
}

#leftContent {
	border: 1px none #DFDFFF;
	margin: 8px 10px 10px 10px;
}

#bottomContent {
	border: 1px none #DFDFFF;
	margin: 8px 10px 10px 10px;
}

#navsite {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	width: 140px;
	padding: 0;
	margin-bottom: 2px;
	text-align:left;
}

#navsite p {
	display: none;
}

#navsite ul {
	list-style: none;
	list-style-image:none;
	margin: 0;
	padding: 0;
}

#navsite ul li {
	margin: 0;
}

#navsite ul li a {
	display: block;
	padding: 1px 4px;
	background-color: white;
	text-decoration: none;
	width: 100%;
	border: 1px solid white;
	color: #FF0033;
}

html>body #navsite ul li a {
	width: auto;
}

#navsite ul li a:hover {
	padding: 1px 4px;
	background-color:#FFDDDD;
	color:darkblue;
	border: 1px solid #FF0033;
	text-decoration: none;
}

.PageTitle {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: white;
	text-align: right;
	padding: 20px 10px;
}

.openTable {
	border-collapse: collapse;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.openTable td {
	font-size: 80%;
	padding: 4px;
    border: 1px solid darkblue;
}

.sTable1 {
	border-collapse: collapse;
	border: 1px solid darkblue;
	margin-bottom: 8px;
}
.sTable1 th {
	background-color: darkblue;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 80%;
	padding: 2px;
	border-color: darkblue;
}
.sTable1 td {
	font-size: 80%;
	color: #006;
	padding: 2px;
	background-color: #E2E2F6;
	border-color: darkblue;
}

.sTable2 {
	border-collapse: collapse;
	border: 1px solid #FF0033;
	margin-bottom: 8px;
}
.sTable2 th {
	background-color: #FF0033;
	color: white;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	padding: 2px;
	border-color: #FF0033;
}
.sTable2 td {
	font-size: 80%;
	color: darkblue;
	padding: 4px;
	background-color: #FFDDDD;
	border-color: #FF0033;
}

.obitTable {
	border-collapse: collapse;
	border: 1px #666666 solid;
	margin-bottom: 8px;
}
.obitTable th {
	background-color: #666666;
	color: white;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	padding: 2px;
	border-color: #666666;
}
.obitTable td {
	font-size: 80%;
	color: black;
	padding: 4px;
	background-color: #EEEEEE;
	border-color: #666666;
}

.button { 
 	font-size: 80%; 
	font-weight: bold;
 	background-color: #FF0033; 
 	color: white; 
 	margin-right: 6px;
	cursor:pointer; 
}

.smaller {
	font-size: 80%;
}

.box1 {
	font-size: 80%;
	background-color: #E2E2F6;
	border: 1px solid darkblue;
	padding:4px;
}
.box2 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFDDDD;
	border: 1px solid #FF0033;
	padding:4px;
}

.mmhideAdminTable {
	border-collapse: collapse;
	border: 1px solid darkblue;
}
.mmhideAdminTable th {
	background-color: darkblue;
	color: white;
	font-weight: bold;
	font-size: 80%;
	padding: 2px;
	border-color: darkblue;
}
.mmhideAdminTable  td {
	font-size: 80%;
	padding: 4px;
}
.shader1 th {
	background-color:#C6C9EC;
	color:darkblue;
}
.shader2 th {
	background-color:#FFBBBB;
	color:darkblue;
}

.textinput {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #FF0033;
	background: cornsilk;
	border: 1px solid gray;
	padding: 0 3px;
}

.thumbs {
	margin-top:4px;
	margin-right:auto;
	margin-bottom:auto;
	margin-left:0;
	text-align:center;
}
.thumbs p {
	font-size:85%;
	text-align:center;
	padding-top:20px;
}
.thumbs img {
	border:1px solid #f03;
	margin:1px;
	padding:1px;
}
.thumbs a {
	border-bottom-style:none;
}
#container .wrapper tr td table tr td #sideContent .sTable1 tr .style56 .style55 .style8 .auto-style12 {
	color: #000080;
}
.auto-style12 {
	color: #000080;
}
#container .wrapper tr td table tr td #sideContent .sTable1 tr .style56 .style55 .auto-style8 {
	color: #F00;
}
#container .wrapper tr td table tr td #sideContent .sTable1 tr .style56 .style55 .auto-style8 {
	color: #F00;
}
#container .wrapper tr td table tr td #sideContent .sTable1 tr .style56 .style55 .style55 {
	color: #000080;
}
.auto-style14 .auto-style14 .auto-style15 {
	font-size: x-small;
}

.styled-select select {
background-image:url(../images/arrow.png);
background-repeat:no-repeat;
background-position:143px;
width:153px;
padding:2px;
margin-top:1px;
font-family:Arial;
line-height:1;
border-radius:5px;
background-color:#ffffff;
color:#000;
font-size:13px;
-webkit-appearance:none;
box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.6);
outline:none
}
.styled-select2 select {
background-image:url(../images/arrow.png);
background-repeat:no-repeat;
background-position:25px;
width:35px;
padding:2px;
margin-top:1px;
font-family:Arial;
line-height:1;
border-radius:5px;
background-color:#ffffff;
color:#000;
font-size:13px;
-webkit-appearance:none;
box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.6);
outline:none
}

.styled-input input {
background-repeat:no-repeat;
background-position:143px;
width:153px;
padding:2px;
margin-top:1px;
font-family:Arial;
line-height:1;
border-radius:5px;
background-color:#ffffff;
color:#000;
font-size:13px;
-webkit-appearance:none;
box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.6);
outline:none
}
.styled-textarea teaxtarea {
background-repeat:no-repeat;
background-position:143px;
width:153px;
padding:2px;
margin-top:1px;
font-family:Arial;
line-height:1;
border-radius:5px;
background-color:#ffffff;
color:#000;
font-size:13px;
-webkit-appearance:none;
box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.6);
outline:none
}
