/********palette********/
/*
**dark brown:#65604e
**brown:#90896f
**tan:#cec39c
**blue:#00a8cb
**red:#c41230
**purple:#791d7e
**yellow:#eeb211
**orange:#f58025
*/

html, body
{
	margin:0;
	padding:0;
	top:0;
	left:0;
}

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
}

a
{
	color:#c41230;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

hr
{
	color:#65604e;
	background-color:#65604e;
	height:1px;
	width:90%;
}

img
{
	border-width:0;
}

div
{
	margin:0;
}

p
{
	margin-top:0;
}

table
{
	margin:auto;
}

.wrapper
{
	width:100%;
	height:100%;
	padding-top:0;
	padding-bottom:0;
}

.lvaHeader
{
	background-color:#000;
	width:100%;
	height:100px;
}

.breadCrumb
{
	background-color:#90896f;
	color:#fff;
	padding:5px;
}

.breadCrumb a
{
	color:#fff;
	text-decoration:underline;
}

.breadCrumb a:hover
{
	text-decoration:none;
}

.orderMaterials
{
	text-align:right;
	padding:5px;
}

.pageTitle
{
	background-color:#00a8cb;
	color:#000;
	font-weight:bold;
	padding:5px;
}
#pageTitle
{
	background-color:#00a8cb;
	color:#000;
	font-weight:bold;
	padding:5px;
}

.mainContent
{
	padding-left:3px;
	padding-right:3px;
	padding-top:.5em;
	padding-bottom:.5em;	
}

#lvaFooter
{
	font-size:smaller;
	text-align:center;
}

#lvaPhotoFooter
{
	font-size:inherit;
}

.txtCenter
{
	text-align:center;
}

.txtLeft
{
	text-align:left;
}

.autoMargin
{
	margin:auto;
}

.width15px
{
	width:15px;
}

img.placeHolder
{
	border-width:2px;
	border-style:solid;
	border-color:#c41230;
	margin:auto
}

.tblBorder, .tblBorder th
{
	border-width:1px;
	border-color:#90896f;
	border-style:solid;
	border-collapse:collapse;
	padding:3px;
	font-weight:normal;
}

#tiffTips {
	text-align:center;
}

/* Footer */
#footer
{
	margin:3em 0 0 0;
	padding:1em 0 4em 0;
	font-size:smaller;
	text-align:center;
	border-top:solid thin #333;
}