HTML {
	height: 100.1%;
}

BODY {
	background-color: #8c8c8c;
	font-family: Arial, Helvetica, sans-serif;
}

#titleBar {
	background-image: url(images/title-bg.gif);
	background-color: #4a4d9b;
}

#footerText {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 6px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 6px;
	text-transform: uppercase;
}

#footerText a {
	color: white;
	text-decoration: none;
}

#tableWhiteBorders {
	background-color: white;
	margin-bottom: 18px;
}

.homepageWelcomeBlock {
	margin-left: 13px;
	margin-right: 13px;
}
.homepageWelcomeBlock h2 {
	margin-top: 20px;
	margin-bottom: 0px;
}
.homepageWelcomeBlock p {
	color: black;
	font-size: 12px;
	line-height: 150%;
	margin-top: 15px;
	margin-bottom: 5px;
}

.rightbarDavisToday {
	background-image: url(images/right-bar-bg.gif);
	background-repeat: no-repeat;
	background-color: #f8981c;
	color: black;
	font-size: 9pt;
	padding: 10px 5px 0px 6px;
}
.rightbarDavisToday a {
	color: black;
}

/* Nav bars **********/

#leftNavBar {
	width: 131px;
	overflow: hidden;
	white-space: nowrap;
	border-top: 1px solid #777ab4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #4a4d9b;
	color: white;
}

#leftNavBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#leftNavBar li {
	border-bottom: 1px solid #90bade;
	border-left: 1px solid #a5a6cd;
}

#leftNavBar li.navAt {
	background-color: #4c4d7d;
}

#leftNavBar li a {
	display: block;
	color: white;
	padding: 5px 5px 5px 3px;
	text-decoration: none;
	width: 122px;
}

#leftNavBar li a div {
	display: inline;
	font-size: 13px;
}

#leftNavBar li.navAt a div {
	background-image: url(images/nav-at-marker.gif);
	background-repeat: no-repeat;
}

/* Main Body Content *******/

td.main {
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2 {
	color: #4c4c99;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	padding-top: 22px;
	margin-top: 0px;
	padding-bottom: 7px;
	margin-bottom: 0px;
}

.continued {
	color: #ff9900;
}

h3 {
	font-size: 15px;
}

/* A disclaimer or other notice */
.notice {
	font-style: italic;
	font-size: 11px;
}

/* Accomplishments and Firsts: Right Bar menu */
.accompRightBar {   /*right sidebar navigation*/
	background-color: #fedb87;
	color: black;
	border-left: 2px solid #4c4c99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.accompRightBar p {
	padding-left: 10px;
	margin-bottom: 2px;
	margin-top: 10px;
	padding-bottom: 0px;
}
.accompRightBar p a {
	color: #4c4c99;
}
.accompRightBarList {
	margin-top: 2px;
	list-style-type: none;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.accompRightBarList li {
	padding-top: 8px;
}
.accompRightBarList li a {
	color: #4c4c99;
	text-decoration: none;
}
.accompRightBarList li a:hover {
	text-decoration: underline;
}
.accompRightBarList li ul {  /* nested one */
	list-style-type: none;
	font-weight: normal;
	font-size: 12px;
	padding-left: 15px;
	margin-left: 0px;
}
.accompRightBarList li ul li {
	margin: 0px;
	padding: 0px;
}
.accompRightBarList li ul li a {
	font-weight: normal;
	color: #4c4c99;
	text-decoration: none;
}
.accompRightBarList li ul li a:hover {
	text-decoration: underline;
}
/* Full-page menu */
.accompList {
	list-style-type: none;
	color: black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 0px;
	margin-left: 0px;
}
.accompList li {
	margin-top: 20px;
}
.accompList li a {
	color: #4c4c99;
}
.accompList li ul {  /* nested one */
	list-style-type: none;
	font-weight: normal;
	font-size: 13px;
	padding-left: 15px;
	margin-left: 0px;
}
.accompList li ul li {
	margin: 0px;
	padding: 0px;
}
.accompList li ul li a {
	font-weight: normal;
	color: #4c4c99;
}

/* General useful formatting */

 /* Extra spacing, for long paragraph-like bullet points */
ul.listOfParagraphs li {
	margin-top: 12px;
}