body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

.divider {
	font-weight:bold;
	color: red;
	padding: 0px 10px 0px 10px;
}

#banner {
	text-align:center;
	margin-bottom: 30px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 702px;
}

#content_body {
	padding: 0px 30px 0px 30px;
	border-left: 1px Solid Silver;
	border-right: 1px Solid Silver;
}

acronym {
	border-bottom: 1px Dotted Black;
	cursor:help;
}

.mapControls {
	/*text-align:right;*/
	float: right;
	/*background-color:#CCCCCC;*/
	margin: 0px 0px 5px 0px;
	font-weight:bold;
}

.mapControls a {
	font-weight:bold;
	padding: 5px 10px 5px 10px;
	border: 1px Solid Silver;
}

.mapControls a:hover {
	background-color: #FFFFCC;
}

.mapControls a.selected {
	text-decoration: none;
	color:#000000;
	background-color: #DDDDDD;
}

.mapInstructions {
	padding-right: 100px;
}

#mapControlsOff {
	display: none;
}

#map_canvas {
	clear:both;
}

h1 {
	font-size:medium;
	margin-top: 30px;
}

h2 {
	font-size: small;
	text-transform:uppercase;
	color:#333333;
}

.infoWin {
	font-size: small;
}

.infoWin p, .infoWin h2 {
	margin: 2px;
}

li {
	margin-bottom: 8px;
}

.skill_group {
	display:inline-block;
	margin: 0 0px 5px 30px;
	width: 100px;
	font-weight:bold;
}