body {
	font-size: 12px;
	font-family: "Lucida Grande";
	padding: 10px;
	line-height: 16px;
}

h1 {
	color: #0000bb;
}

h2 {
	color: #0000bb;
}

.leftNavigation {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 175px;
	height: auto;
	overflow: auto;
	padding: 10px 5px 0px 20px;
	border-right: 1px gray solid;
	margin-top: 26px;
	float: left;
}

.rightInfo {
	overflow: auto;
	padding: 0px 40px 0px 50px;
	margin-left: 175px;
}

.boldHeader {
	font-weight: bold;
	color: #0000bb;
}

.topicLink {
	margin-left: 16px;
}

a { text-decoration:none }
a:hover { text-decoration:underline }

.blueBackground {
	background: #EDF3FE;
	padding: 5px;
	border: thin solid #AAAAAA;
}
.columns { 
	margin: 5px 0px 15px 15px;
}

.row {
	clear:both;
	padding-top: 3px;
	height: 18px;
}

.columnTitles {
	font-weight: bold;
	height: 20px;
	font-size: 14px;
}

.commandColumn {
	float: left;
	width: 60%;
 }

.shortcutColumn {
	float: left;
	width: 40%;

}