div#rightContent {
	padding-right: 5px;
	width: 564px;
}

.link a:link, .linkOn a:link,
.link a:visited, .linkOn a:visited {
	width: 171px; 
	float: left;
	position: relative;
	padding: 10px;
	height: 57px;
	text-transform: uppercase;
	font-weight: bold;
	color: #99CCFF;
	font-size: 11px;
	background-image: url(/images/arrows.gif);
	background-repeat: no-repeat;
	background-position: 174px 63px;
	background-color: #438CC2;
	margin-bottom: 1px;
	margin-right: 2px;
	display: block;
}

span.white { color: #FFFFFF; }

.linkOn a:link, .linkOn a:visited,
.link a:hover, .link a:active {
	background-color: #0796FF;
	text-decoration: none;
}

div#leftNav textarea, div#leftNav input {
	margin: 0 0 3px 0;
	width: 166px;
	border: solid 1px #E0F1FD;
	font-size: 11px;
	padding: 1px;
	color: #6FC3FF;
	font-family: Arial, Helvetica, sans-serif;
}

div#leftNav input.send {
	width: 98px;
	height: 38px;
	margin: -16px 0 10px 0;
	z-index: 3;
	border: 0;
	padding: 0;
}

div#leftNav .missing { border: 2px solid #99CCFF; }

.download {
	width: 181px; 
	float: left;
	position: relative;
	margin-right: 4px;
	border-bottom: 1px solid #AAC7E6;
	padding-bottom: 15px;
}

.contact1, .contact2 {
	width: 185px; 
	float: left;
	position: relative;
	margin-right: 4px;
}

.contact2 { width: 95px; }

div#rightContent h2 {
	color: #0099FF;
	margin: 20px 0;
	padding: 0;
	font-size: 15px;
	text-transform: none;
}

div#leftNav h2 {
	color: #5A9DD1;
	margin: 20px 0;
	padding: 0;
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 6px;
}

/* Left Nav */
ul.leftNav {
	margin: 0 0 20px 0;
}

ul.leftNav li {
	list-style: none;
	margin: 1px 0;
	border-bottom: none;
	font-size: 15px;
	font-weight: bold;
	line-height: 110%;
}

ul.leftNav a { 
	padding: 2px 15px 2px 6px; display: block;
}

ul.leftNav a:link,  ul.leftNav a:visited { color: #0796FF; }
ul.leftNav a:hover,  ul.leftNav a:active { background-color: #99CCFF; color: #FFFFFF; }

ul.leftNav a.selected:link, ul.leftNav a.selected:visited {
	background-color: #0099FF;
	background-image: url(/images/arrows-left.gif);
	background-repeat: no-repeat;
	background-position: 174px 7px;
	color: #FFFFFF;
}

ul.leftNav a:hover, ul.leftNav a:active {
	background-color: #99CCFF;
	background-image: url(/images/arrows-left.gif);
	background-repeat: no-repeat;
	background-position: 174px 7px;
	color: #FFFFFF;
}
