/* the min-width and text-align in the body are required for centering the main #page div */
#pageHeader {
	left: 220px;
	border-style: solid solid none none;
	border: 4px solid navy;
	padding: 25px 0px 0px 280px;
	background: #c0d0ff;
}

#pageHeader h1 {
	font-size: 32px;
}

#navbar {
	background: #c0d0ff url("images/USBGL_lightblue_white.gif") top left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	width: 230px;
	height: 800px;
	margin:0px 0px 0px 0px;
	padding:153px 10px 10px 10px;
/*	padding:153px 0px 10px 0px;*/
	border-style: solid none solid solid;
	border-top: 4px solid navy;
	border-left: 4px solid navy;
	border-bottom: 4px solid navy;
}

#navbar ul {
	list-style-image: url("images/point_lightblue.gif");
/*	margin: 0px 0px 0px 35px;*/
}

#navbar li {
	margin: 10px 10px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	width:170px;
}

.navheading {
	color: #b00;
	width:220px;
	border-bottom: 4px solid navy;
	font-weight: bold;
}

a:link {
	color: #b00;
}

a:visited {
	color: navy;
}

#navbar a {
	text-decoration: none;
}

#navbar a:hover {
	color: white;
	background: url("images/chip_left_lightblue.gif") top left no-repeat;
/*	background: #74a4f4;*/
	width: 170px;
}

#noHover a:hover {
	background: none url("");
	width:auto;
}

#content {
	position:absolute;
	left: 270px;
	height: 708px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin: 0px;
	padding: 10px;
/*
	border-style: none none none solid;
	border-left: 4px solid navy;
*/
}

#content h1 {
	font-size: 24px;
	color: navy;
}

#content h2 {
	font-size: 20px;
	color: navy;
}

body {
	background: #fff;
}

.r1 {
	background: #c0d0ff;
}
.r2 {
	background: white;
}

li {
	margin: 10px 10px;
}

