@charset "utf-8";
/* CSS Document */


* {margin: 0; padding: 0; border: 0;} /*zero-out margin, padding, and border since browsers may not have the same defaults*/
p, h1, h2, h3, h4, h5, h6 {margin: 1em 0;} /*add margin back to p*/
input, submit, textarea {border:1px; border-style:solid; border-color:#000; padding:2px;} /*add border and padding back to input & submit*/

html {
	scrollbar-face-color: #060;
	scrollbar-track-color: #336;
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #ffc;
	scrollbar-3dlight-color: #ffc;
	scrollbar-shadow-color: #ffc;
	scrollbar-darkshadow-color: #ffc;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background-color: #010066;
	background-image: url(../images/global/square_010066.jpg);
	background-repeat: repeat;
	text-align: center; /*force IE 5.x to center the layout-container*/
}
a:active, a:hover, a:link, a:visited {
	background-color: #ffc;
}
a:hover {
	background-color: #fff;
	font-weight:bold;
}

/*********** HEADING STYLES ***********/
h1 {
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}
h1#pageTitle {
	font-size:18px;
	font-weight:bold;
}
h2 {
	font-size: 16px;
	color: #ffc;
	font-weight:bold;
	text-align: center;
}
h3 {
	font-size: 14px;
	color: #ffc;
	font-weight:bold;
	background-color:#669;
	text-align: center;
}
h4 {
	color:#dae558;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
}
/*h5 {
	font-size: 14px;
	font-weight:bold;
	text-align: center;
}
h6 {
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}*/

/*********** LAYOUT STYLES ***********/
#layout-center {
	/*background-color:#fff;*/
	background-image: url(../images/global/layout/layoutcenterbkgrnd.png);
	background-repeat:repeat-y;
}
#layout-container {
	/*height:100%;
	min-height:100%;*/
	width: 945px;
	text-align: left; /*realign text to left - after body 'text-align: center' hack for IE 5.x*/
	margin: 0 auto 0 auto; /*center in browser window*/
	/*background-color:#fff;*/
}
#layout-content-abovebody {
	padding-top: 10px;
}
#layout-content-body {
	background-image: url(../images/global/1x1_40417A.jpg);
	padding: 5px;
}
#layout-content-body ul {
	margin: 20px
}
#layout-content-container {
	width:675px;
	margin:0 13px 0 12px;
	background-image: url(../images/global/1x1_003399.gif);
	background-repeat: repeat;
}
#layout-footer {
	width:675px;
	color:#dae558;
	text-align:center;
}
#layout-footer a {
	color:#fff;
	background:none;
}
#layout-header {
	height:225px;
}
/*#layout-sidebar-1 {
	width: 225px;
	background-image: url(../images/global/1x1_003399.gif);
	padding: 5px;
	float: left;
}*/
#layout-sidebar-2 {
	width: 235px;
	margin-left:10px;
	float: right;
}

/*********** IMAGE STYLES ***********/
.img {
	border:1px solid #ffc;
}
.imgLeft {
	float:left; margin:2px 4px 2px 2px; border: 2px solid #ffc;
}
.imgRight {
	float:right; margin:2px 2px 2px 4px; border: 2px solid #ffc;
}

/*********** CONTENT STYLES ***********/

/*********** FORM STYLES ***********/
input, select, textarea {
	color: #006;
	background-color: #ffc;
	border: 1px solid #000;
}

/*********** OTHER STYLES ***********/
.clear {
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
#pageDescription {
	font-size:12px;
	font-style:italic;
}
hr {
	height:2px;
	/* color is for IE */
	color:#dae558;
	/* background is for all other web browsers */
	background-color:#dae558;
	/* border: 0 removes the shading in most web browsers */
	border:0;
	/* A zero-margin aligns it in most web browsers */
	margin: 0;
	/* Aligns it in IE */
	text-align: left;
}
th {
	font-size: 14px;
	color: #fff;
	background-color: #009;
	text-align: center;
	font-weight:bold;
}
.textByline {
	font-size: 14px;
	color: #fff;
}
.textiTiSdESignCredit, .textiTiSdESignCredit a {
	font-size: 11px;
	color: #dae558;
	text-decoration: none;
}
.tableCoupon {
	/*border: thin dashed #006;*/
	border: thin dashed #090;
	padding: 4px;
}
.tableCoupon2 {
	border: thin dashed #00c;
	padding: 4px;
}
.blueBox {
	background-color:#669;
	padding:4px;
}
.whiteBox {
	color:#006;
}
.layoutPageNav {
	background-color: #669;
	float: left;
	margin: 8px;
	padding: 4px;
	width: 265px;
}
