@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: #ff0;
	scrollbar-track-color: #666;
	scrollbar-arrow-color: #039;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #fff;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background-image: url(../images/global/layout/background.jpg);
	background-color: #536b85;
	background-repeat: repeat;
	text-align: center; /*force IE 5.x to center the layout-container*/
}
a:active, a:hover, a:link, a:visited {
	color: #fff;
}
a:hover {
	background-color: #009;
}

/*********** HEADING STYLES ***********/
h1 {
	font-size: 24px;
	text-align: center;
}
h1#pageTitle {
	font-size: 24px;
}
h2 {
	font-size: 24px;
	text-align: center;
}
h3 {
	font-size: 18px;
	text-align: center;
	color: #ffc;
}
h4 {
	font-size: 16px;
	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 ul {
	margin: 20px
}
#layout-content-container {
	width:575px;
	margin:0 145px 0 225px;
	background-image: url(../images/global/1x1_003399.gif);
	background-repeat: repeat;
}
#layout-footer {
	background-image: url(../images/global/layout/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 174px;
	text-align: center;
}
#layout-header {
	height:150px;
}
#layout-sidebar-1 {
	width: 225px;
	background-image: url(../images/global/1x1_003399.gif);
	/*padding: 5px;*/
	float: left;
}
#layout-sidebar-2 {
	width: 145px;
	background-image: url(../images/global/layout/layoutrightbkgrnd.png);
	background-repeat: repeat-y;
	/*padding: 5px;*/
	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 ***********/

/*********** OTHER STYLES ***********/
.clear {
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
#pageDescription {
	font-size:12px;
	font-style:italic;
}
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: #fff;
	text-decoration: none;
}
.tableCoupon {
	border: thin dashed #fff;
	padding: 4px;
}