
body { 
background-color:black; 
color: white; 
font-style: normal; 
font-size: 14px; 
font-family: "Arial", "Helvetica", "Geneva", "Lucida Sans", "Verdana", "sans-serif";
}

hr { color: #8B8B8B;
background-color: #8B8B8B;
height: 2px;
border: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 5px;
margin-bottom: 5px;
}

ul {
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
padding-top: 0px;
}

h1, h2, h3 {
text-decoration: underline;
margin-top: 10px;
margin-bottom: 10px;
}

a { font-style: normal; color: white; border: none}
a:hover   {color: red}
a:visited { font-style: normal; color: white}
.button {font-style: normal; color: white; padding: 5px; border: medium outset; text-decoration:none}
.button:hover {font-style: normal; color: red; padding: 5px; border: medium outset red; text-decoration:none}

#container {
	WIDTH: 100%; 
	POSITION: relative;
	FONT-SIZE: 14px;
}

#header {
	FONT-SIZE: 2em;
	FONT-WEIGHT: bold;
	MARGIN-BOTTOM: 10px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: underline;
}

#leftcolumn {
FLOAT: left;
WIDTH:150px;
PADDING-TOP: 20px;
TEXT-ALIGN: center;
}

#leftcolumn P {
PADDING: 0px;
MARGIN-TOP:0px;
MARGIN-BOTTOM:0px;
}

#leftcolumn H1 {
PADDING: 0px;
MARGIN-TOP:0px;
MARGIN-BOTTOM: 0px;
FONT-SIZE: 1.5em;
TEXT-DECORATION: none;
}

#leftcolumn H2 {
PADDING: 0px;
MARGIN-TOP:0px;
MARGIN-BOTTOM:0px;
FONT-SIZE: 1.2em;
TEXT-DECORATION: none;
}

.centered {
TEXT-ALIGN: center;
MARGIN-LEFT: auto;
MARGIN-RIGHT: auto;

}

#rightcolumn {
FLOAT: right;
WIDTH:150px;
PADDING-TOP: 20px;
MARGIN: 0px;
TEXT-ALIGN: center;
}

#rightcolumn P {
PADDING: 0px;
MARGIN-TOP:5px;
MARGIN-BOTTOM:5px;
}

#content {
POSITION: relative;
TEXT-ALIGN: center;
}

.italic {
font-style: italic;
}

.header {
position: fixed;
left: 0px;
top: 0px;
height: 48px;
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.address_bar {
background-image: url("images/address_bar.gif");
background-repeat: repeat-x;
position: absolute;
left: 0px;
bottom:0px;
height: 15px;
width: 100%;
z-index: 0;
}

.e-mail {
position: absolute;
right: 0px;
bottom:0px;
height: 15px;
z-index: 999;
}

.menu_item {
background-image: url("images/nav_bar.gif");
background-repeat: repeat;
height: auto;
width: 100%;
text-align: left;
font-variant: small-caps;
font-size: 14px;
font-weight: bold;
margin: 0px 0px 18px 0px;
}

.menu_link {
text-decoration: none;
}

.menu_link:hover {
color: black;
}

.slideshow_controls_bar {
background-image: url("images/address_bar.gif");
background-repeat: repeat-x;
width: 100%;
z-index: 0;
font-variant: small-caps;
font-size: 14px;
font-weight: bold;
text-decoration: none;
border: 0px solid black;
}

.bodytext-justified {
font-size: 14px;
width:100%;
text-align: justify;
}

