html {
	height: 100.01%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}

* {
	vertical-align: top;
	font-family: Trebuchet, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
		Candara, Corbel, Helvetica, Arial, Tahoma, sans-serif;
}

body {
	height: 100.01%;
	background-color: #000000;
	color: #ffffff;
	font-size: 10pt;
}

a {
}

a:hover {
}

h1 {
	font-size: 16pt;
	margin-top: 15px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14pt;
	margin-top: 15px;
	margin-bottom: 5px;
}

h3 {
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 5px;
}

h4 {
	font-size: 11pt;
	margin-top: 10px;
	margin-bottom: 5px;
}

#container {
	width: 800px;
	margin: 5px auto;
	border: solid 1px #ffffff;
}

#header {
	overflow: hidden;
}

#menu {
	overflow: hidden;
}

#leftbar {
	width: 160px;
	float: left;
	overflow: hidden;
	font-size: 10pt;	
}

#submenu {
	overflow: hidden;
}

#contentleft {
	overflow: hidden;
}

#weatherselect {
	color: #000000;
	background-color: #f7f8da;
	font-size: 9pt;
	width: 130px;
}

#weatherbutton {
	color: #ffffff;
	background-color: #000000;
	background-image: url(pics/submenubackred.jpg);
	background-repeat: no-repeat;
	font-size: 9pt;
	text-align: center;
}

#content {
	overflow: hidden;
	font-size: 10pt;
	padding: 5px;
	color: #000000;
	background-color: #f7f8da;
}

#breadcrumbs {
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border: solid white 1px;
}

#googleads {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-top: 5px;
	margin-bottom: 5px;
}

#googleads_left {
	text-align: center;
}

#linkbar {
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border: solid white 1px;
}

#rightbar {
	width: 120px;
	float: right;
	overflow: hidden;
	font-size: 10pt;	
	margin-left: 2px;
}

#search {
	background-image: url(pics/submenubackyel.jpg);
	padding: 3px 1px 3px 5px;
	text-align: center;
}

#searchinput {
	color: #000000;
	background-color: #f7f8da;
	font-size: 9pt;
	width: 80px;
}

#searchbutton {
	color: #ffffff;
	background-color: #000000;
	background-image: url(pics/submenubackred.jpg);
	background-repeat: no-repeat;
	font-size: 9pt;
	text-align: center;
}

#footer {
	clear: both;
	border-top: solid 1px #ffffff;
	padding: 3px;
	text-align: center;
	font-size: 7pt;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
}

#menu a span {
	float: left;
	display: block;
	background: url("pics/menu_back.jpg") no-repeat left top;
	padding: 3px 1px 4px 1px;
	width: 158px;
	text-align: center;
}

#menu a:hover span {
}

#menu a:hover {
	color: #ffffff;
}

#menu li.menu-current a span, #menu li.menu-parent a span {
	color: #ffffff;
}

#menu li.menu-current a, #menu li.menu-parent a {
	color: #ffffff;
}

#submenu ul {
	list-style-type: none;
}

#submenu li {
	background-image: url(pics/submenubackyel.jpg);
}

#submenu a {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}

#submenu a:hover {
	color: #ffffff;
}

#submenu a span {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	padding: 3px 1px 3px 5px;
}

#submenu a:hover span {
	color: #ffffff;
}

#submenu li li a span{
	padding-left: 15px;
}

#submenu li li li a span {
	padding-left: 30px;
}

#submenu li li li li a span {
	padding-left: 45px;
}

#submenu li.menu-current > a > span {
	color: #ffffff;
}

#contentleft div {
	background-image: url(pics/submenubackyel.jpg);
	padding: 3px 1px 3px 5px;
}

#contentleft div.header {
	background-image: url(pics/submenubackred.jpg);
	font-weight: bold;
	text-align: center;
}

#contentleft a {
	color: #ff0000;
}

#contentleft a:hover {
	color: #ffffff;
}

#contentleft a img {
	border: solid 1px #ff0000;
}

#contentleft a:hover img {
	border: solid 1px #ffffff;
}

#linkmenu ul {
	list-style-type: none;
}

#linkmenu li {
}

#linkmenu a {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
}

#linkmenu a:hover {
	color: #ffffff;
}

#linkmenu a span {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
	display: block;
}

#linkmenu a:hover span {
	color: #ffffff;
}

#linkmenu li.menu-current a span {
	color: #ffffff;
}

#breadcrumbs a {
	color: #ff0000;
	text-decoration: underline;
}

#breadcrumbs div.breadcrumb a:hover {
	color: #ffffff;
}

#content h1 {
	text-align: center;
}

#content p {
	margin-bottom: 10px;
}

#content ul {
	margin-left: 25px;
}

#content img {
	border: solid 1px #000000;
}

#content a {
	color: #ff0000;
	text-decoration: underline;
}

#content a:hover {
	color: #000000;
}

#linkbar a {
	color: #ff0000;
	text-decoration: underline;
}

#linkbar a:hover {
	color: #ffffff;
}

#contentright div {
	background-image: url(pics/submenubackyel.jpg);
	padding: 3px 1px 3px 5px;
}

#contentright div.header {
	background-image: url(pics/submenubackred.jpg);
	font-weight: bold;
	text-align: center;
}

#langmenu {
	background-image: url(pics/submenubackred.jpg);
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

#langmenu ul {
	list-style-type: none;
}

#langmenu li {
	display: inline;
}

#langmenu a {
	text-decoration: none;
}

#langmenu img {
	border: solid 3px #000000;
	margin: 3px;
}

#langmenu li.menu-parent a img {
	border: solid 3px #ffffff;
}

#langmenu a:hover img {
	border: solid 3px #ff0000;
}

#footer a {
	color: #ff0000;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

.highlight {
	background-color: #ff0000;
	color: #ffffff; 
}
