*
{
	margin: 0px;
}

body, input, label, p, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* ------------------------------ */

body
{
	background-image: url(../../mainImages/topBorder.gif);
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
}

input, select
{
	font-size: 11px;
}
td
{
	line-height: 15px;
}
th
{
	line-height: 15px;
	font-weight: 600;
}
.subhead
{
	line-height: 15px;
	font-weight: bold;
	color: #D50A27;
}
a:link
{
	line-height: 15px;
	color: #D50A27;
	text-decoration: underline;
}
a:visited
{
	line-height: 15px;
	color: #666666;
	text-decoration: underline;
}
a:hover
{
	line-height: 15px;
	text-decoration: underline;
}
/* ----------------------------------- */
#pageTop
{
	width: 720px;
	padding: 0px;
	margin: 0px;
	vertical-align:top;
}
#pageTop .div_1_1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 77px;
	padding: 0px;
	margin: 0px;
	vertical-align:top;
}
#pageTop .div_1_2
{
    clear: left;
	position: relative;
	top: 0;
	left: 190px;
	width: 510px;
	height: 77px;
	padding: 0px;
	margin: 0px;
	vertical-align:top;
	background-image: url(../../mainImages/mast02.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#pageTop .div_1_3
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px 0 0;
	margin: 0px;
	height: 77px;
	color: white;
	vertical-align:top;
}
#pageTop .div_2_1
{
	position: absolute;
	top: 77;
	left: 0;
	float: left;
	width: 190px;
	height: 69px;
	padding: 0px;
	margin: 0px;
	vertical-align:top;
	background-image: url(../../mainImages/mast03.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#pageTop .div_2_2
{
	position: relative;
	left: 190px;
	height: 69px;
	width: 510px;
	text-align: left;
	vertical-align:top;
	padding: 0px;
 	margin: 0px;
	background-image: url(../../mainImages/1X1pixelBlue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* ----------------------------------- */
#leftSideMenu
{
	float: left;
	width: 190px;
	height: 540px;
	background-image: url(../../mainImages/sideBkgd.gif);
}

#mainContent
{
	position: static;
	left: 190px;
	width: 510px;
	display: table-cell;
}
/* ----------------------------------- */
.button
{
	font-size: 11px;
}
.formText
{
	font-size: 10px;
	line-height: 12px;
}
.orderSummary1
{
	background-color: #CCCCCC;
}
.orderSummary2
{
	background-color: #CCCCCC;
}
.select
{
	font-size: 11px;
}
.loseTL
{
	font-size: 12px;
}
.shortForm
{
	margin-bottom: 3;
}
.copyright
{
	margin-top: 40px;
	color: #999999;
	font-size: 10px;
	text-align: center;
}
/*-------------------------------*/
/**** Highlights the TextBox border on focus ****/
input[type=text], input[type=password], textarea, select
{
	border-top: solid 1px #8e8e8e;
	border-right: solid 1px #8e8e8e;
	border-left: solid 1px #8e8e8e;
	border-bottom: solid 1px #8e8e8e;
	margin: 1px;
	padding: 2px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
{
	border-color: #E8A317;
	border-style: solid;
	border-width: 2px;
	margin: 0;
}

/******************************/
/*-------------------------------*/
