* {
	font-family: Arial, Helvetica, Verdana;
}

body {
	margin: 0;
	padding: 0;
	background-color: white;
}

a {
	text-decoration: none;
	color: darkblue;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1, .h1 {
	font-size: 2em;
	font-weight: bold;
}
h2, .h2 {
	font-size: 1.4em;
	font-weight: bold;
}


#container {
	width: 990px;
	text-align: left;
}


#toplogo {
	display: block;
	padding: 1.5em 6em;
	background: transparent url('logo.gif') no-repeat 100% 50%;
	text-decoration: none;
	text-align: right;
	font-size: .85em;
	font-weight: bold;
	color: rgb(80,80,80);
}


#top {
	height: 240px;
	background: rgb(242,242,242) url('top_img_0.jpg') no-repeat 0 0;
}

#top table td {
	min-width: 10%;
	text-align: center;
}
#top table td a {
	display: block;
	padding: .45em .5em;
	background-color: white;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
	color: rgb(120,120,120);
}
#top table td.selected a {
	background-color: transparent;
	color: white;
}


#toptema {
	display: block;
	float: right;
	margin: 2em 0 0 0;
	opacity: .50;
	filter:alpha(opacity=50);
	padding: .3em 15px;
	background-color: white;
	text-align: right;
	text-decoration: none;
	font-size: .7em;
	color: black;
}
#toptema span {
	font-weight: bold;
}
#toptema:hover {
	opacity: .8;
	filter:alpha(opacity=80);
}


#quicky {
	margin-bottom: 15px;
	border-bottom: 1px dashed rgb(180,180,180);
	padding: .3em 15px;
	color: gray;
	font-size: .7em;
	font-weight: bold;
}
#wai a {
	color: gray;
}
#quickmenu {
	float: right;
}
#quickmenu a {
	margin-left: 1em;
	color: gray;
}


#menu {
	float: left;
	width: 260px;
	max-width: 260px;
	margin-bottom: 2em;
	background-color: white;
}
#menu a {
	display: block;
	padding: .5em .5em .5em 15px;
	font-size: .75em;
	font-weight: bold;
	border-bottom: 1px dashed rgb(180,180,180);
	color: black;
}
#menu .title {
	text-transform: uppercase;
	font-size: .9em;
}
#menu .level1 {
	padding-left: 15px;
}
#menu .level2 {
	padding-left: 30px;
	font-size: .7em;
}
#menu .level3 {
	padding-left: 45px;
	font-size: .65em;
}

#menu .level4 {
	padding-left: 60px;
	font-size: .6em;
}

#menu .selected {
	background: transparent url('menu_selected.gif') no-repeat -3px 50%;
}


#content {
	margin: 0 15px 0 300px;
	font-size: .8em;
}
#content td {
	font-size: .8em;
}
#infobox {
	float: right;
	width: 200px;
	margin: 5px 5px 10px 10px;
	border: 1px dashed rgb(180,180,180);
}
#infoboxtitle {
	margin: 2px;
	padding: 2px;
	background-color: rgb(222,222,222);
	font-weight: bold;
}
#infoboxcontent {
	margin: 2px;
	padding: .5em 2px;
	background-color: rgb(242,242,242);
}


#bottom {
	margin-top: 10em;
	border-top: 1px dashed rgb(180,180,180);
	padding: .5em 0;
	font-size: .75em;
	font-weight: bold;
}
#bottom a.minisus {
	padding: .5em 0 .5em 20px;
	margin-left: 15px;
	background: transparent url('minisus.gif') no-repeat 0 50%;
	color: black;
}
#bottom a.minikfum {
	padding: .5em 0 .5em 20px;
	margin-left: 15px;
	background: transparent url('minikfum.gif') no-repeat 0 50%;
	color: black;
}

#note {
	font-size: 8pt;
}
