body {
	background-color: #141e87;
}
#divBg {
	background-color: #141e87;
}
#divHeader {
	width           : 780px;
	height          : 188px;
	min-width       : 780px;
	position        : relative;
	margin          : auto;
	background-image: url('../images/hdr_background.png');
}
#divMenuBar {
	color           : white;
	width           : 495px;
	height          : 24px;
	float           : right;
	clear           : right;
	z-index         : 100;
	white-space     : nowrap;
	margin-top      : 145px;
	background-color: transparent; 
}
#divMenuBar a {
	color           : white;
	font-size       : 12px;
	font-weight     : bold;
	font-family     : arial;
	font-style      : normal; 
	line-height     : 1.5;
	padding-left    : 4px;
	padding-right   : 4px;
	text-decoration : none;
}
#divMenuBar a:hover {
	color           : #FFFF99;
	text-decoration : underline;
}
#divCompanyInfoBar {
	color           : white;
	font-size       : 12px;
	font-family     : Times New Roman;
	font-weight     : bold;
	font-style      : normal;
	float           : none;
	clear           : both;
	z-index         : 200;
	line-height     : 1;
	text-align      : center;
	white-space     : nowrap;
	vertical-align  : middle;
}
#divMain {
	width           : 780px;
/*	color           : white;	*/
	font-size       : small;
	font-family     : Times New Roman;
/*	font-weight     : bold;		*/
	font-style      : normal;
	float           : none;
	clear           : both;
	min-width       : 780px;
	position        : relative;
	margin          : auto;
	z-index         : 200;
/*	line-height     : 2;	*/
/*	white-space     : nowrap; */
	vertical-align  : middle;
	background-color: #3240c4;
}
#tblMain {
	width           : 780px;
	background-color: #33379a;
}
#tdSidebar {
	width           : 180px;
	padding-left    : 10px;
	vertical-align  : top;
	text-align		: left;
}
#tdContent {
	vertical-align  : top;
	background-color: #ffffff;
/*	padding-left	: 3px; */
}
#txtSearch {
	width           : 100px;
	border-style    : inset;
	border-width    : 1px;
}
#btnSearch {
	width           : 40px;
	height          : 22px;
	border          : 0px;
	margin-top      : 5px;
	background-color: transparent;
	background-image: url('../images/btn_go.gif');
}
#spanMenuTitle {
	color           : white;
	font-size       : 14px;
	font-family     : arial;
	font-weight     : bold;
	font-style      : normal; 
	line-height     : 2;
}
#spanMenuText a {
	color           : white;
	font-size       : 12px;
	font-family     : arial;
	font-weight     : bold;
	font-style      : normal; 
	line-height     : 1.5;
}#spanMenuText a:hover {
	color           : #FFFF99;
}
#hrSeparator {
	align           : left;
	width           : 145px;
	height          : 2px;
	border-color    : white;
	border-style    : solid;
}
#divFooter {
	width           : 780px;
	color           : white;
	font-size       : 12px;
	font-family     : Times New Roman;
	font-weight     : bold;
	font-style      : normal;
	min-width       : 780px;
	position        : relative;
	margin          : auto;
	text-align      : center;
	background-color: #33379a;
}
#divFooterContent a {
	color           : white;
	font-size       : 12px;
	font-family     : Arial;
	font-weight     : bold;
	font-style      : normal;
	text-align      : center; 
	text-decoration : none;
}
#divFooterContent a:hover {
	color           : #FFFF99;
	text-decoration : underline;
}
#CheckoutSuccessMainContent, #CheckoutSuccessOrderNumber, #CheckoutSuccessOrderLink, #CheckoutSuccessContactLink, #CheckoutSuccessThanks {
	font-size: medium;
} 