BODY, P, H1, H2, H3, H4, H5, H6, ADDRESS, DIV, TABLE, TR, TD, TH, UL, OL, BLOCKQUOTE, SPAN {
	background-color: transparent;
	font-family: Verdana, Bitstream Vera Sans, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

BODY { 
	background-image: url(images/back-stripes.png);
	background-position: 0px 0px;
	/*background-repeat: no-repeat;*/
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
}

#logo {
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 60px;
	right: 10px;
}

#content {
	background: repeat-x url(images/navbar-grad.png) white;
	padding: 20px;
	border: 1px solid gray;
	color: black;
	position: absolute;
	top: 70px;
	left: 150px;
	right: 150px;
	margin-bottom: 50px;
}
#content H1 {
	font-size: 30px;
	font-weight: bold;
}
#content A {
	color: blue;
	text-decoration: none;
}
#content A:hover {
	text-decoration: underline;
}
#footer {
	padding-top: 20px;
	border-top: 1px solid black;
}


#navbar {
	background: repeat-x url(images/navbar-grad.png) white;
	position: absolute;
	left: 10px;
	top: 70px;
	width: 130px;
	border: 1px solid gray;
}
#navbar a {
	height: 20px;
	color: blue;
	padding: 10px;
	display: block;
	text-decoration: none;
}
#navbar a:hover {
	color: blue;
	background: yellow;
	text-decoration: none;
}

#news {
	background: repeat-x url(images/navbar-grad.png) white;
	position: absolute;
	left: 10px;
	width: 120px;
	border: 1px solid gray;
	padding: 5px;
}
.news-head {
	font-weight: bold;
}
.news-poster {
	font-style: italic;
	border-bottom: 1px solid gray;
	font-size: 8pt;
}
.news-text {
	font-size: 8pt;
}


H1 {
	font-size: 24pt;
	font-weight: bold;
}

H2 {
	font-size: 16pt;
	font-weight: bold;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

H3 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 0.1em;
}

H4 {
	font-size: 12pt;
	text-decoration: underline;
	margin-bottom: 0.1em;
}

ADDRESS {
	font-size: 8pt;
	font-style: italic;
	text-align: left;
}

A:link { 
	color: blue;
	background-color: transparent;
	text-decoration: none;
}

A:hover { 
	color: red; 
	background-color: transparent;
	text-decoration: underline;
}

p.quote { font-style: italic; }
p.quotesource { margin-left: 2em; }


th {
	font-weight: bold;
}

td { 
	vertical-align: top;
}

td.icon {
	color: black;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}


.pictures td {
	text-align: center;
	color: black;
}

img {
    border: 0;
}
