body {

	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #000;
	background-color: #fff;
	margin: 0 0 0 0;

}

h1 {
	font-size: 20pt;
	letter-spacing: 2pt;
	color: #666;
	font-weight: normal;
	margin: 0 0 0 0;
	padding-bottom: 10px;
	padding-top: 0px;
}

h2 {
	font-size: 16pt;
	color: #336;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 12pt;
	color: #52529c;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h3 a {
	text-decoration: none;
}

#content {
	width: 100%;
	background-color: #fff;
	padding-bottom: 25px;
}

#content #left {
	position: absolute;
	top: 130px;
	left: 60px;
	margin-bottom: 10px;
}

#content #right {
	position: absolute;
	top: 130px;
	left: 335px;
	width: 630px;
	padding-left: 20px;
	border-left: 1px solid #eee;
}

.section, .section_yellow, .section_small, .section_small_faded {
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 11pt;
}

.section_yellow {
	border: 1px solid #cc0;
	background-color: #ffe;
	padding-top: 10px;
	padding-bottom: 10px;
}

.section_small, .section_small_faded {
	font-size: 9pt;
}

.section_small_faded {
	color: #666;
}

.section .pic {
	float: right;
	width: 150px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 8pt;
}

#content ul {
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
}

#content ul li {
}

#topbar {
	color: white;
	padding: 0px;
	background-color: #a4a4b9;
	border-bottom: 2px solid #cce;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#topbar #tilaa {
	display: inline;
	position: absolute;
	top: -8px;
	left: 830px;
}

#topbar h1 {
	padding: 0px;
	padding-left: 50px;
	color: white;
	display: inline;
	font-size: 22pt;
	font-weight: normal;
	margin: 0 0 0 0;
	letter-spacing: 3px;
}

#topbar h2 {
	padding-left: 10px;
	color: #ff6;
	display: inline;
	letter-spacing: 2px;
}
#topbar h3 {
	padding-left: 70px;
	color: #000;
	font-size: 14px;
	display: inline;
}


#menubar {
	color: white;
	padding: 0px;
	background-color: #52529c;
	background-image: url(img/menubg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #eee;
	border-bottom: 6px solid #e9d93c;
	width: 100%;
}
#menubar ul {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	padding-left: 70px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#menubar li {
	padding-right: 20px;
	display: inline;
	font-weight: bold;
	font-size: 14px;
}

#menubar li a {
	color: #ccc;
	text-decoration: none;
}

#menubar li.selected a {
	color: #fff;
	text-decoration: none;
}

#shad {
	padding: 0 0 0 0;
	height: 10px;
	margin: 0 0 0 0;
	border-top: 1px solid #c90;
	background-image: url(img/shad1.gif);
	background-repeat: repeat-x;
}

#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 9pt;
	border: 1px solid #eef;
	background-color: #fff;
	color: #666;
}

a img {
	border: 0px;
}