P  {
	font-family : Arial,sans-serif;
	font-weight : normal;
	color : Black;
	background-color: transparent;
}

LI {
        font-family : Arial,sans-serif;
        font-weight : normal;
	font-size: small;
        color : Black;
	background-color: White;
}

H1  {
	font-family : Arial,sans-serif;
	font-size : large;
	color : Black;
	background-color: White;
}

H2  {
	font-size : large;
	font-family : Arial,sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	background-color: White;
	text-align : left;
}

H3  {
	font-family : Arial,sans-serif;
	color : Black;
	background-color: White;
	text-align : left;
	font-weight: normal;
}

A  {
	color : Black;
	font-weight : bold;
	font-family : Arial,sans-serif;
	text-decoration : none;
        background-color: transparent;

}

A:Visited  {
	font-family : Arial,sans-serif;
	font-weight : bold;
	color : Black;
        background-color: transparent;

}

A:Active  {
	font-family : Arial,sans-serif;
	font-weight : bold;
	color : Black;
        background-color: transparent;
	}

A:Hover  {
	color : #aad09a;
	font-family : Arial,sans-serif;
	text-decoration : none;
	font-weight : bold;
        background-color: transparent;
}

BODY  {
	font-family : Arial,sans-serif;
	background-color: #aad09a; 
	color: black;
}

STRONG  {
	font-family : Arial,sans-serif;
	font-size : x-small;
}

B  {
	font-weight : bold;
	font-family : Arial,sans-serif;
}
EM  {
        font-weight : bold;
        font-family : Arial,sans-serif;
}
.maintext {
	position: absolute;
	background-color: white;
	top: 90px;
	color: black;
	width : 590px;
	margin-left : auto;
	margin-right : auto;
	border-width : 2px;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 20px;
	padding-bottom: 40px;
	left: 195px;
	z-index: 0;
}


.menuitem {
	background-color : white;
	border-collapse: collapse;
	text-align : center;
	border-top : 0px solid gray;
        border-left: 2px solid gray;
        border-right: 1px solid gray;
        border-bottom: 1px solid gray;
	padding: 6px;
	margin: 0px;
	border-width: 1px;
}


.menubox {
	position: fixed;
	left: 20px;
        width : 180px;
        padding: 5px;
        margin: 0px;
        border-width: 1px;
	z-index: 100;
	top: 100px;
}

.headerimage {
	position: fixed; 
	background-color: white;
	width: 800px;
	border-top: 1px solid gray;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
        border-bottom: 1px solid gray;
	left: 20px;
	top: 20px;
	padding: 5px;
	z-index: 50;
}


.webcamshot {
	position: fixed;
	bottom: 30px;
	left: 25px;
	z-index: 90;
	background: white;
	padding: 9px;
	border: 1px solid gray;
	width: 160px;
}
IMG {
	border : 0px;
}

IFRAME {
	border: 0px;
}

.byline {
	position: fixed;
	text-align: center;
	font-size: 10pt;
	z-index: 100;
	top: 90px;
	left: 300px;	
}

HR {
	width : 0px;
}

.w3cbox {
	position: fixed;
	top: 45px;
	left: 600px;
	z-index: 100;
}

.blanker {
	position: fixed;
	width: 830px;
	left: 0px;
	height: 50px;
	top: 0px;
	background-color: #aad09a;
	z-index: 30;	
	}

.bottomblanker {
        position: fixed;
        width: 830px;
        left: 0px;
        bottom: 0px;
        background-color: #aad09a;
        z-index: 30;
        }


