BODY {
	font-family : Arial, Helvetica, sans-serif;
	background-color : White;
}

p {
	line-height : 1.2em;
	font-size : 1em;
}

ul, li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em
}

li {
	padding-bottom : 0.5em
}

h1.title {
	float : left;
	padding-top : 0.3em;
	font-size : 1.8em;
	font-weight : normal;
}

p, h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, sans-serif;
	margin-left: 1px;
	margin-right: 1px;
	padding-left : 15px;
	padding-right : 15px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top : 0.3em;
	margin-bottom : 0em;
	padding-top : 0.8em;
	padding-bottom : 0em;
	color : #333333;
}

p.menu {
	background-color : #666666;
	border: none;
	padding: 0.3em 1em 0.4em 1em;
	color : White;
	font-weight : bold;
	font-size : 0.9em;
	text-align : left;
	margin-bottom : 0px;
}

p.submenu {
	border: none;
	margin-top : 0px;
	padding: 0.3em 1em 0.4em 1em;
	font-size : 0.75em;
	font-weight : bold;
	color : #333333;
	margin-bottom : 2em;
	background-color : Silver;
	text-align : right;
}

p.bottom {
	background-color : Silver;
	border: none;
	padding: 0.3em 1em 0.4em 1em;	
	color : Black;
	font-size : 0.7em;
	text-align : left;
	margin-top : 5em;
	margin-bottom : 0px;
}

p.tagline {
	border : none;
	margin-top : 0px;
	padding: 0.3em 1em 0.4em 1em;
	color : White;
	font-size : 0.7em;
	background-color : #666666;	
	text-align : left;
}

p.tight {
	margin-top : 0px;
	padding-top : 0.25em;
	margin-left : 2.2em;
	margin-bottom : 0.25em;
}

p.date {
	float : left;
	font-size : 0.6em;
	padding: 1em 1em 1em 0.5em;
}

p.news {
	border : 1px solid #339900;
	margin : 16px;
	padding : 15px;
	text-align : justify;
}

p.latest {
	margin : 16px;
	padding : 15px;
	text-align : justify;
	font-weight : bold;
	font-size : 85%;
	background-color : #339900;
	color : White;
}
	
A.menu:LINK {
	color : White;
	text-decoration : underline;
}

A.menu:VISITED {
	color : White;	
	text-decoration : underline;
}

A.menu:HOVER {
	color : #339900;
	text-decoration : underline;
}

A.menu:ACTIVE {
	color : #66CC33;
	text-decoration : underline;
}

A.submenu:LINK {
	color : #333333;
	text-decoration : underline;
}

A.submenu:VISITED {
	color : #555555;
	text-decoration : underline;
}

A.submenu:HOVER {
	color : #339900;
	text-decoration : underline;
}

A.submenu:ACTIVE {
	color : #66CC33;
	text-decoration : underline;
}


A:LINK {
	text-decoration : underline;
	color : #006600;
}

A:VISITED {
	text-decoration : underline;
	color : #669966;
}

A:HOVER {
	text-decoration : underline;
	color : #339900;
}

A:ACTIVE {
	text-decoration : underline;
	color : #66CC33;
}

DIV.topbar {
	text-align : right;
	padding-right : 5px;
	padding-bottom : 0.85em;
	padding-top : 0.85em;
}

li.map {
	font-size: 1.15em;
	padding-top : 1em;
	list-style-position : inside;
	padding-bottom : 0em;
}

li.map2 {
	font-size : 0.85em;
	list-style : circle;
	list-style-position : inside;
	padding-bottom : 0em;
}

A.map:LINK {
	text-decoration : underline;
}

A.map:VISITED {
	text-decoration : underline;
}

A.map:HOVER {
	text-decoration : underline;
}

A.map:ACTIVE {
	text-decoration : underline;
}

img.leftlogo {
	float : left;
	margin-right : 30px;
	margin-left : 20px;
	margin-top : 15px;
}

img.rightlogo {
	float : right;
	margin-right : 30px;
	margin-left : 20px;
	margin-top : 15px;
}

.highlight, .smlhighlight {
	font-weight : 600;
	color : #336600;
}

.smlhighlight {
	font-size : 80%;
}

.biab {
	color : #336600;
	font-family : Verdana, Arial, sans-serif;
	font-weight : 400;
	font-stretch : wider;
}

.bold {
	font-weight : 600;
}

.emph {
	font-style : italic;
}

.superscript {
	vertical-align : top;
	font-size : 0.6em;
}