body
{
	background-color: #b48036;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header {
	width: 956px;
	height: 180px;
	background-image: url(/beta/images/header_bg.png);
	border: 1px solid #dcdcdc;
}
#email-header {
	width: 600px;
	height: 180px;
	background-image: url(/beta/images/email_header.gif);
	border: 1px solid #dcdcdc;
}
#nav {
	margin-top: 148px;
	float: right;
	clear: none;
	font: 14px/2em Geneva, Arial, Helvetica, sans-serif;
}
#nav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li
{
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#nav li a
{
	float: left;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #313131;
	text-decoration: none;
	text-align: center;
	background-color: #eaeaea;
	font: 14px/2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	height: 1.9em;
}
#nav .con-a {
	background-color: #bc6414;
	color: #ffffff;
}
#nav .con-a:hover {
	background-color: #363636;
	color: #ffffff;
}
#nav li a:hover
{
	color: #fdfffc;
	text-decoration: none;
	background-color: #bc6414;
}
#nav .li-on
{
	color: #fdfffc;
	text-decoration: none;
	background-color: #363636;
}

.standard
{
	border: 0;
	padding: 4px;
	margin: 4px;
	background-color: #F5F5F5;
}

.body {
	font-family: Lucida Grand,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #3a3a3a;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 10px;
}
.alert {
	font-family: Lucida Grand,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #852812;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 10px;
}
.title
{
	font-family: "Neutra Text", Tahoma, "Helvertica Neue", Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #b48036;
	text-decoration: none;
	width: 90%;
	border-bottom: #CCCCCC;
	border-width: 0 0 1pt 0;
	letter-spacing: 1pt;
	font-weight: lighter;
	padding-left: 16px;
}

a {
	font-family: Lucida Grand,Tahoma,Arial,Helvetica,sans-serif;
	color: #3D5A8F;
	text-decoration: underline;
}

a:link {
	font-family: Lucida Grand,Tahoma,Arial,Helvetica,sans-serif;
	color: #3D5A8F;
	text-decoration: underline;
}
a:hover {
	font-family: Lucida Grand,Tahoma,Arial,Helvetica,sans-serif;
	color: #FF6600;
	text-decoration: underline;
}
/* a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
} */

.alignCenter {
	text-align: left;
}li {
	padding: 2px;
}
.whiterule {
	color: #FFFFFF;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	height: 14px;
	width: 90px;
	border: 0;
}
.input2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	width: 120px;
	border: 1;
	border-color: #DB8226;
	text-align: left;
	vertical-align: middle;
	line-height: 20px;
}
/************** Thumnail Viewer *********************/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 13px Tahoma, Arial, Helvetica, Sans-Serfif;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}