body, div, td {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
body {
	text-align: center;
	background-image:url(images/bg_page.gif);
	background-position: center;
	background-repeat: y-repeat;
}
div, td {
	text-align: left;
}
h1 {
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 2px;
}
h3 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 0px;
}
p {
	margin-top: 1px;
}
ul {
	margin-top: 0px;
}
a {
	text-decoration: none;
}
#pic-logo {
	background-image:url(images/pic_logo.gif);
	background-repeat: no-repeat;
	width:509px;
	height:123px;
}
#pic-logo a {
	float: left;
	width: 509px;
	height: 123px;
}
#pic-portrait {
	background-image:url(images/pic_portrait.jpg);
	background-repeat: no-repeat;
	margin-right: 20px;
	float: right;
	width: 246px;
	height: 600px;
}
#content {
	width: 430px;
	display: block;
	margin-left: 194px;
}
#mainmenu {
	float: left;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 194px;
}

#mainmenu td {
	background-color: white;
	border: 1px solid #0D2887;
	background-image:url(images/bg_menu.gif);
	height: 30px;
}
#mainmenu a {
	color: #0D2887; 
	text-decoration: none;
	display: block;
	width: 158px;
	height: 30px;
	padding-left: 15px;
	padding-top: 3px;
	font-weight: bold;
}
#mainmenu a:hover {
	background-color: #D4CDE5;
}
#mainmenu table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
.current {
	background-color: #D4CDE5;
}
.main {
	width: 950px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/bg_main.gif);
	background-repeat: x-repeat;
}