@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: #663;
	scrollbar-track-color: #ccc;
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #fc3;
	scrollbar-3dlight-color: #fc3;
	scrollbar-shadow-color: #c30;
	scrollbar-darkshadow-color: #c30;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-image: url(../images/global/layout/background.jpg);
	text-align: center; /*force IE 5.x to center the layout-container*/
}
a:active, a:hover, a:link, a:visited {
	color: #f93;
}
a:hover {
	background-color: #ffc;
}

/*********** HEADING STYLES ***********/
h1 {
	font-size: 24px;
	text-align: center;
}
h1#pageTitle {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #c96;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fc3;
}
h2 {
	font-size: 18px;
	text-align: center;
}
h3 {
	font-size: 16px;
	text-align: center;
}
h4 {
	font-size: 14px;
	font-weight:bold;
	text-align: center;
}
h5 {
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}
h5 {
	font-size: 10px;
	font-weight:bold;
	text-align: center;
}

/*********** LAYOUT STYLES ***********/
/*#layout-center {
	background-color:#fff;
}*/
#layout-container {
	/*height:100%;
	min-height:100%;*/
	width: 660px;
	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 {
	padding: 0 10px;
}
#layout-footer {
	text-align: center;
}
#layout-header {
	height:150px;
}

/*********** IMAGE STYLES ***********/
.imgLeft {
	float:left; margin:2px 4px 2px 2px; border: 2px solid #cc9;
}
.imgRight {
	float:right; margin:2px 2px 2px 4px; border: 2px solid #cc9;
}

/*********** 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: 16px;
	color: #fff;
	background-color: #363;
	text-align: center;
	font-weight:bold;
}
.textByline {
	font-size: 14px;
	/*color: #d692d5;*/
}
.textiTiSdESignCredit, .textiTiSdESignCredit a {
	font-size: 11px;
	/*color: #d692d5;*/
	text-decoration: none;
}