body {
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
hr {
	width: 100%;
}
img {
	border: 0;
}
a {
	cursor: pointer;
	font-weight: bold;
}
#banner a, .horizontalNav a, #verticalNav a, #rightContent a {
	text-decoration: none;
}
#banner a:hover, #verticalNav a:hover, #rightContent a:hover {
	text-decoration: underline;
}
#banner {
	background-color: #0052A0;
	color: inherit;
	height: 112px;
	width: 100%; 
}
#banner img {
	vertical-align: middle;
}
#banner div.utilities {
	position: absolute;
	right: 10px;
	top: 41px;
}
#skipNav {
	background-color: transparent;
	color: #0052A0;
	cursor: default;
	text-decoration: none;
}
#skipNav:active, #skipNav:focus {
	background-color: inherit;
	color: #FFF;
}
.horizontalNav {
	background-image: url( "/assets/images/red-bar.gif" );
	background-position: top center;
	background-repeat: repeat;
	clear: both;
	font-size: smaller;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}
.horizontalNav a {
	background-color: inherit;
	color: #FFF;
}
.horizontalNav a:hover {
	background-color: #FFF;
	color: #C40707;
}
.horizontalNav a em {
	font-style: normal;
	text-decoration: underline;
}
.horizontalNav ul {
	list-style-type: none;
	margin: 0;
}
.horizontalNav li {
	display: inline;
	border-left: 1px solid #FFF;
	padding: 0 5px 0 8px;
}
.horizontalNav li.first {
	border-left: 0;
}
#verticalNav {
	border: 2px solid #CCC;
	float: left;
	margin: 10px 0 10px 10px;
	overflow: visible;
	width: 175px;
}
#verticalNav ul {
	margin-left: 0.5em;
	padding-left: 1em;
}
#verticalNav ul li {
	list-style-image: url( "/assets/images/star.gif" );
	margin: 0.5em 0;
}
#rightContent {
	border: 2px solid #CCC;
	float: right;
	margin: 10px 10px 0 0;
	padding: 10px;
	width: 155px;
}
#rightContent h1 {
	border-bottom: 2px solid #CCC;
	font-size: 100%;
	padding-bottom: 3px;
}
#rightContent p {
	font-size: smaller;
}
#mainContent {
	margin: 0 200px;
}
#mainContent h1 {
	font-size: 150%;
	font-weight: lighter;
	padding-top: 10px;
}
#mainContent h2 {
	font-size: 120%;
	padding-top: 7px;
}
#mainContent h3 {
	font-size: 100%;
	padding-top: 3px;
}
table.data {
	width: 100%;
	border: 1px solid #999;
}
table.data td, table.data th { padding: 5px; }
table.data th {
	background-color: #0052A0;
	color: white;
}
table.data tr.highlight { background: #DDD; }
.center {
	text-align: center;
}
.error, .success {
	padding: 3%;
}
div.right, p.right {
	text-align: right;
}
img.right {
	float: right;
	padding-left: 10px;
}
.smallType {
	font-size: smaller;
}

li { margin: 15px 0 5px 0; }
.linkcontent li { list-style-image: url( "/assets/images/star.gif" ); }
.linkcontent * li  { list-style-image: none; }

.applicationpdf  { list-style-image: url( "/assets/images/pdf-icon.gif" ); }
.applicationword { list-style-image: url( "/assets/images/word-icon.gif" ); }
.applicationexcel{ list-style-image: url( "/assets/images/xls-icon.gif" ); }
.applicationtxt  { list-style-image: url( "/assets/images/txt-icon.gif" ); }
.applicationppt  { list-style-image: url( "/assets/images/ppt-icon.gif" ); }
.applicationflash{ list-style-image: url( "/assets/images/flash-logo.jpg" ); }
.applicationzip  { list-style-image: url( "/assets/images/zip-icon.gif" ); }
.applicationexe  { list-style-image: url( "/assets/images/exe-icon.gif" ); }
.applicationweb  { list-style-image: url( "/assets/images/star.gif" ); }

