

body
{
	font-size: 10pt;
	font-family: Arial;
	background-image: url("/images/back.jpg");
	margin: 0px 0px 0px 0px;
}
TD
{
	font-size: 10pt;
	font-family: Arial;
}
TD.leftIndent
{
	padding-left: 20px;
}
LI
{
	font-size: 10pt;
	font-family: Arial;
}
OL
{
	font-size: 10pt;
	font-family: Arial;
}
P
{
	font-size: 10pt;
	font-family: Arial;
}
P.indentJustify
{
	text-align: justify;
	margin-left: 20px;
}
UL
{
	font-size: 10pt;
	font-family: Arial;
}
BLOCKQUOTE
{
	font-size: 10pt;
	font-family: Arial;
}



A.buttonText:hover
{
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana,ms sans serif,helvetica;
	color: #5e4c82;
	text-decoration: none;
}

A.buttonText
{
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana,ms sans serif,helvetica;
	color: #5e4c82;
	text-decoration: none;
}

SPAN.thumbTitle
{
	font-size: 8pt;
	font-family: verdana,ms sans serif,helvetica;
}

.resumeSubTitle
{
	font-size: large;
}

/*Popup Control*/
.popupControl
{
	background-color: White;
	position: absolute;
	visibility: visible;
}

/* Trip Log Popup Image containers */
.imageContainer
{
	text-align: center;
	padding: 20px;
	border: solid 1px #000000;
	background-color: White;
}
.imageContainer a
{
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
.imageContainerOverflow
{
	text-align: center;
	padding: 20px;
	border: solid 1px #000000;
	background-color: White;
	overflow: scroll;
}
.imageContainerOverflow a
{
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
.thumbLeft
{
	clear: left;
	float: left;
	margin: 10px 10px 10px 0px;
	cursor: pointer;
}
.thumbRight
{
	clear: right;
	float: right;
	margin: 10px 0px 10px 10px;
	cursor: pointer;
}

.headContainer
{
	background: #5e4c82;
	height: 59px;
}
.headLeft
{
	float: left;
}
.headRight
{
	float: right;
}
a.popupLink
{
	text-decoration: underline;
	cursor: pointer;
}
/* NAV MENU STYLES */
.headNavBar
{
	background: #000000;
	height: 16px;
	font-family: Verdana, Arial;
	font-size: small;
	color: White;
}
.headNavBarLeftColumn
{
	width: 232px;
}
.headNavBarNavColumn
{
	width: 350px;
}
.breadCrumb
{
	font-family: Verdana, Arial;
	font-size: small;
	color: #000000;
}
.breadCrumbCurrentNode
{
	color: #82A15E;
}
.breadCrumbNodeStyle
{
	color: #5E4C82;
	text-decoration: none;
}
