html {
	height:100%;
}

body {
	height:100%;
}

* {
	font-family: Arial;
	margin:0px;
	padding:0px;
}

#logo {
	font-size:32px;
	line-height: 30px;
	margin-bottom:35px;
}

a {
	text-decoration:none;
	color:#000000;
}

a.current {
	color:#ff6600;
}

#rightContent{
	width:236px;
	border-right:1px solid #CDCDCD;
	padding: 38px 0 0 38px;
}

table {
	height:100%;
}

table tr td {
	height:100%;
	vertical-align:top;
}

#leftContent {
	padding: 38px;
}

ul {
	list-style:none;
	font-weight:bold;
}

ul li {
	margin-top: 5px;
}

ul li ul li {
	margin-left:10px;
	font-size:80%;
}

.img  {
	width:200px;
	height:200px;
	padding:5px;
	float:left;
}

