html {
	overflow:scroll;
}

body {
    margin-bottom: 0px;
    color: #EDF0E9;
    background-color: #313117;
    min-width:900px;
    text-align:center;
}

p {
    color: #C2D4AA;
    font-family: verdana;
}

li {
    color: #C2D4AA;
    font-family: verdana;
}

.cntrd {
    text-align: center;
}

#pageWrap {
    margin: 0px 0px 0px 0px;
    width: 100%;
    color: white;
    text-align: left;
}

a {
    color: #749238;
}

a.footer {
    color: #C2D4AA;
}

#TitlePicture {
    padding-top: 0px;
    -bottom: 0px;
    text-align:center;
    --background: rgb(204,204,255);
    --color: rgb(51,51,102);
    margin: 0px 0px 0px 0px;
    width: 100%;
}

h1 {
    text-align:center;
    background: #749238;
    color: #EDF0E9;
    margin: 0px 0px 1px 0px;
}

#h1_title {
    height: 100px;
}

h2 {
    padding-top: 9px;
    padding-bottom: 12px;
    text-align:center;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
    margin:0px 0px 0px 0px;
    text-align: left;
    color: #749238;
    font-family: verdana;
    font-weight: normal;
    font-size: 150%;
}

span.as-h3 {
    color: #749238;
    font-family: verdana;
    font-weight: normal;
    font-size: 150%;
}

h4 {
    color: rgb(230,230,230);
    background: #5ec128;
    background: -moz-linear-gradient(top,  #5ec128 0%, #34a803 20%, #2f9603 50%, #288e02 51%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ec128), color-stop(20%,#34a803), color-stop(50%,#2f9603), color-stop(51%,#288e02));
    background: -webkit-linear-gradient(top,  #5ec128 0%,#34a803 20%,#2f9603 50%,#288e02 51%);
    background: -o-linear-gradient(top,  #5ec128 0%,#34a803 20%,#2f9603 50%,#288e02 51%);
    background: -ms-linear-gradient(top,  #5ec128 0%,#34a803 20%,#2f9603 50%,#288e02 51%);
    background: linear-gradient(top,  #5ec128 0%,#34a803 20%,#2f9603 50%,#288e02 51%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ec128', endColorstr='#288e02',GradientType=0 );
}

.box {
    border: solid;
    border-width: 3px;
    margin-left: -3px
}

table.pagetable {
    width: 900px;
    margin-left:auto; 
    margin-right:auto;
    border: 0px;
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
    background: #314307;
}

table.pagetable td {
    padding: 0px;
}

table.pagetable td.main{
    width: 800px;
}

table.pagetable td.leftmargin{
    width: 50px;
    background-image: url('images/margin_left_2.jpg');
}

table.pagetable td.rightmargin{
    width: 50px;
    background-image: url('images/margin_right_2.jpg');
}

table.pagetable td.bottommargin{
    height: 50px;
    background-image: url('images/margin_bottom_2.jpg');
}

table.pagetable td.bottomleftcorner{
    height: 50px;
    background-image: url('images/corner_bot_left_2.jpg');
}

table.pagetable td.bottomrightcorner{
    height: 50px;
    background-image: url('images/corner_bot_right_2.jpg');
}

span.depressed {
	--border-style: inset;
	border-width: 0px;
	--border-color: black;
	color: #EEF1EA;
    background-color: #B790A6;
	---moz-border-radius: 3px;
    ---webkit-border-radius: 3px;
	padding: 0px 22px 0px 22px;
}

span.raised {
	--border-style: outset;
	border-width: 0px;
	--border-color: #CCCCCC;
	color: #EEF1EA;
	--background-color: #986E86;
	background-color: #802F5A;
	---moz-border-radius: 3px;
	padding: 0px 22px 0px 22px;
}

span.raised:hover {
	cursor: pointer;
    color: #EEF1EA;
    background-color: #5A223F;
}

.clickable {
    cursor: pointer;
}

#xofy {
    width: 60px;
}

span.menu {
    margin-top: 0px;
    margin-bottom: 0px;
}

div.divMenu {
    padding-top: 0px;
    padding-bottom: 0px;
    --text-align:center;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #749238;
    font-family: verdana;
    font-weight: normal;
    font-size: 100%;
}

#footer {
    font-size: 90%;
    background-color: #313117;
}

table.content td.pad20 {
    padding: 0px 20px 0px 0px;
}

table.content td.pad60 {
    padding: 0px 60px 0px 0px;
}

table.content td.pad90 {
    padding: 0px 90px 0px 0px;
}


