html,body 
{
   border: none;
   margin: 0;
   padding: 0;
   color:#333333;/*Main Text color for site*/
}

.siteBack
{
	background:#ffffff url(../images/storeback.gif) repeat-x;
	height:100%;
	width:100%;
}

.bodyBack
{
	background-color:#ffffff;
	border: solid 1px #666666;
	width:835px;
	height:100%;
}

.siteLogo
{
	float:left;
	padding: /*top*/ 0px /*right*/ 0px /*bottom*/ 0px /*left*/ 16px;
}

.headerImage
{
	padding: /*top*/ 0px /*right*/ 0px /*bottom*/ 0px /*left*/ 0px;
	float: right;
}

.pageTitle
{
	border-top:solid 1px #666666;
	background:url(../images/h1bg.gif) repeat-x;
	color:Black;
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
	height:26px;
	font-weight: bold;
	padding: 4px 0px 8px 12px;
}

.pageBody
{
	font-size:13px;
	font-family: Arial;
	padding-left:30px;
	float:left;
	font-family: Arial;
	font-weight: bold; 
}

.pageBodyOrange
{
	font-size:13px;
	font-family: Arial;
	font-weight: bold;
	color: #f37421;
}

.menu, .menu a:link,.menu a:visited, .menu a:hover, .menu a:active
{
	font-size: 15px;
	font-family: Verdana;
	text-align:left;
	color:#515053;
	width:175px;
}

.currentMenuItem, .currentMenuItem a:link,.currentMenuItem a:visited, .currentMenuItem a:hover, .currentMenuItem a:active
{
	font-size: 15px;
	font-family: Verdana;
	text-align:left;
	color:#f37421;
}



/**********Andy's New Shit**********/
.menuBar
{
	color: #515053;
	font-family: Arial;
	font-size: 7pt;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	white-space: nowrap;
	vertical-align:middle;
	padding: /*top*/ 10px /*right*/ 30px /*bottom*/ 10px /*left*/ 12px;
	clear:none;
	float:left;
}

.menuBar a:link
{
	color: #515053;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	text-transform:uppercase;
	white-space: nowrap;
	clear:none;
	float:left;
}

.menuBar a:visited
{
	color: #515053;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	text-transform:uppercase;
	white-space: nowrap;
	clear:none;
	float:left;
}
.menuBar a:hover
{
	color: #f37421;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	text-transform:uppercase;
	white-space: nowrap;
	clear:none;
	float:left;
}
.callout
{
	padding: /*top*/ 50px /*right*/ 0px /*bottom*/ 0px /*left*/ 40px;
	background: #ffffff url(../images/whiteCallOut.gif) no-repeat;
	height:205px;
	margin: 60px 30px;
	font-size: 17pt;
	color: #de6e2e;
	font-family:Trebuchet MS, Arial;
}
.calloutText
{
	font-size: 17pt;
	color: #de6e2e;
	font-family:Trebuchet MS, Arial;
}
.emWebLogin
{
	font-size:13px;
	font-family: Arial;
	float:left;
	font-family: Arial;
	font-weight: bold;
	color:#333333;
}
.lilPad
{
	padding-top:10px;
}
.button
{
	background: url(../images/button-70.gif) no-repeat;
	text-align:center;
	height:20px;
	width:75px;
	border-style:none;
	border-width:0;
}
.button a:link, .button a:visited, .button a:hover
{
	color:White;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration:none;
}
.buttonBig
{
	background: url(../images/button-140.gif) no-repeat;
	text-align:center;
	padding-top:2px;
	height:18px;
	width:140px;
}
.buttonBig a:link, .buttonBig a:visited, .buttonBig a:hover
{
	color:White;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration:none;
}
.EMWeb
{
	float:right;
	clear:none;
	margin: /*top*/ 0px /*right*/ 290px /*bottom*/ 0px /*left*/ 0px;
	border-style:none;
	border-width:0;
}
.EMWebImage, .EMWebImage a:link, .EMWebImage a:visited, .EMWebImage a:hover, .EMWebImage a:image
{
	float:right;
	clear:none;
	margin: /*top*/ -25px /*right*/ 290px /*bottom*/ 0px /*left*/ 0px;
	border-style:none;
	border-width:0;
}
.flash, .flash a:link, .flash a:visited, .flash a:hover
{
	color:Navy;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
	clear:none;
}
.newCallout
{
	font-size: 17pt;
	color: #de6e2e;
	font-family:Trebuchet MS, Arial;
	margin: /*top*/ -146px /*right*/ 40px /*bottom*/ 0px /*left*/ 0px;
	float:right;
	clear:none;
}
.newToEMWeb
{
	
	font-size: 17pt;
	color: #de6e2e;
	font-family:Trebuchet MS, Arial;
	margin: /*top*/ -143px /*right*/ 40px /*bottom*/ 0px /*left*/ 0px;
	float:right;
	clear:none;
	height:90px;
	width:24%;
}
.footer
{
	color:#333333;
	font-family:Arial;
	font-size: 8pt;
	text-decoration:none;
	background:#DDDDDD;
	margin-top:-14px;
}