body {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}

#container {
	background-color: #ffffff;
	margin: 10px;
	width: 780px;
}

#credit {
	font-size: 12px;
	text-align: right;
	border-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin: 5px;
	padding: 5px;
	clear: both;
}

p.article {
	color: #000000;
	text-align: left;
	line-height: 130%;
	margin: 5px;
	padding: 15px;
}

p.subarticle {
	color: #000000;
	text-align: left;
	line-height: 120%;
	margin: 5px;
	padding: 15px;
}

p.article:first-letter  {
	font-size: 2em;
	float: left;
	font-weight: bold;
	padding-left: 0.1em;
	padding-right: 0.2em;
	display: block;
}

img.articleimage {
	margin: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	float: left;
	clear: both;
}

img.formulaimage {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 50px;
	padding: 5px;
	float: none;
	clear: both;
}

table.articleimagetable {
	margin: 5px;
	padding: 5px;
	float: left;
}

h1.articletitle {
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	margin-top: 70px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 0px;
	clear: both;
}

h2.articletitle {
	font-size: 32px;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	margin-top: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-left: 20px;
	padding-bottom: 5px;
	clear: both;
}

h3.articletitle {
	font-size: 20px;
	text-align: left;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
}


#skipbar{
	font-size: 12px;
	color: #ff0000;
	background-color: #ffffff;
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 780px;
	display: block;
}


#navbar {
	width: 780px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#navbar li {
	text-align: center;
	font-size: 18px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	width: 128px;
	float: left;
}

ul#navbar li a {
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #bbbbbb;
	padding: 5px;
}

ul#navbar li strong {
	display: block;
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
}

#news {
	margin: 5px;
/*	border-width: 3px;
	border-style: solid;
	border-color: #666666;*/
	padding: 5px;
}

#news h1{
	font-size: 40px;
	font-style: oblique;
	color: #ff0000;
	text-align: left;
}

#news ul{
	font-size: 16px;
	text-align: left;
	list-style-type: none;
/*	list-style-type: disk; 
	list-style-image: url(images/newsbutton.bmp);*/
}

#news ul strong {
	font-weight: bold;
	text-decoration: underline;
}


h1.contacttitle {
	font-size: 32px;
	text-align: center;
	margin-top: 70px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
}

p.contact {
	font-size: 16px;
	color: #000000;
	padding: 15px;
}

dt.request {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	margin: 10px;
}

dd.request {
	font-size: 16px;
	color: #000000;
	background-color: #ffffff;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

