@charset "utf-8";
/* CSS Document */


.leftnav /* Controls Left Nav Main Box for --Mission History,-- */{
	height:auto;
	width:225px;
	border:1px solid #999999;
	background-color:#eeeeee;
	color:#000000;
	padding:10px 0px 10px 10px;
}

.leftnavwhite /* Controls Left Nav Main Box for --International Distributors,-- */ {
	height:auto;
	width:225px;
	border:1px solid #999999;
	background-color:#eeeeee;
	color:#000000;
	padding:10px 0px 10px 10px;
}
.leftnavwhitelinks {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	line-height:22px;
}

a.leftnavwhitelinks:link, a.leftnavwhitelinks:visited /* Controls Left Links Top Level*/ {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	line-height:22px;
}
a.leftnavwhitelinks:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	line-height:22px;
}
.leftnavlinks {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	line-height:22px;
}
.leftnavlinks, a.leftnavlinks:link, a.leftnavlinks:visited {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	line-height:22px;
}
a.leftnavlinks:hover {
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	line-height:22px;
}
.leftNav2 {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	margin-left:4px
}
.leftNav2:hover {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	margin-left:4px
}
.leftNav2Selected {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	margin-left:4px
}
.leftNavwhite2 {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	margin-left:4px
}
.leftNavwhite2:hover {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	margin-left:4px
}
.leftNavwhite2Selected {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	margin-left:4px
}
.leftNav2red {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	margin-left:4px
}
.leftNav2red:hover {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	margin-left:4px
}
.leftNav2Selectedred {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	margin-left:4px
}
.leftNav3 {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	margin-left:20px;
}
.leftNav3:hover {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	margin-left:20px;
}
.leftNav3Selected {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	margin-left:20px;
}
.leftNav3red {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	margin-left:20px;
}
.leftNav3red:hover {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	margin-left:20px;
}
.leftNav3Selectedred {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	margin-left:20px;
}
.leftNav4 {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	margin-left:30px;
}
.leftNav4:hover {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	margin-left:30px;
}
.leftNav4Selected {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	margin-left:30px;
}
.leftNav4red {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	margin-left:30px;
}
.leftNav4red:hover {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	margin-left:30px;
}
.leftNav4Selectedred {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
	margin-left:30px;
}





/* A Couple of styles I had to pull for the left nav when in account section, Jeff */
.leftStatus {
	position: relative;
	float: left;
	clear:left;
	margin-top:20px;
	margin-left: 20px;
	height: auto;
	width: 200px;
	z-index: 3;
	border: solid #000000 1px;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
}
.leftStatusNav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	color:#000000;
}
.leftStatusNav:hover {
	color:#E0144C;
}
.leftStatusNavSelected {
	color:#e0144c;
}