@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: #fefdc6;
	scrollbar-track-color: #becdcb;
	scrollbar-arrow-color: #1a2e5b;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #e8de9c;
	scrollbar-darkshadow-color: #e8de9c;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	background-image: url(../images/global/layout/background.png);
	background-color: #587d8a;
	background-repeat:no-repeat;
	text-align: center; /*force IE 5.x to center the layout-container*/
	line-height: 20px;
}
a:active, a:hover, a:link, a:visited {
	color: #ffc;
}
a:hover {
	background-color: #98b8c1;
}

/*********** HEADING STYLES ***********/
h1 {
	font-size: 24px;
	text-align: center;
}
h1#pageTitle {
	color:#fff;
	font-size:24px;
}
h2 {
	font-size: 18px;
	text-align: center;
}
h3 {
	color:#1a2e5b;
	font-size: 16px;
	text-align: center;
	background-color:#beccca;
	border: 1px solid #587d8a;
	padding: 2px;
}
h4 {
	font-size: 14px;
	font-weight:bold;
	text-align: center;
}
h5 {
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}
h6 {
	font-size: 10px;
	font-weight:bold;
	text-align: center;
}

/*********** BODY STYLES ***********/
#body-opening {
	width:945px;
	margin:auto;
	text-align:center;
}
#body-closing {
	width:945px;
	margin:auto;
	text-align:center;
}

/*********** LAYOUT STYLES ***********/
#layout-center {
	background-image:url(../images/global/layout/background_center.png);
	background-repeat:repeat-y;
	overflow:auto;
}
#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*/
}
#layout-content-abovebody {
	padding-top:10px;
	margin:0 10px 0 142px;
}
#layout-content-body {
	margin:0 10px 0 142px;
}
#layout-content-body ol, #layout-content-body ul {
	margin:20px
}
#layout-content-container {
	width:945px;
	background-image:url(../images/global/layout/background_contentcontainer.png);
	background-repeat:no-repeat;
}
#layout-header {
	height:300px;
}
#layout-footer {
	text-align:center;
}

/*********** IMAGE STYLES ***********/
.img {
	border:2px solid #ffde00;
}
.imgLeft {
	float:left; margin:2px 4px 2px 2px; border: 2px solid #ffde00;
}
.imgRight {
	float:right; margin:2px 2px 2px 4px; border: 2px solid #ffde00;
}

/*********** CONTENT STYLES ***********/

/*********** FORM STYLES ***********/
.formElement{
	clear:both;
	padding:5px;
	margin: 5px 0;
	background-color:#50b016;
}
.formElement label{
	width:200px;
	display:block;
	float:left;
	text-align:right;
	margin-right:5px;
	font-weight:bold;
	background-color:#7edd45;
}
.submit input {
	margin-left: 4.5em;
}
/*fieldset {
	border: 1px solid #060;
	width: 25em;
}*/

legend {
	color: #fff;
	background: #090;
	border: 1px solid #060;
	padding: 2px 6px;
}

/*********** OTHER STYLES ***********/
.alert {
	color:#f00;
}
.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: #e8de9c;
	background-color: #597e8b;
	text-align: center;
	font-weight:bold;
}
.textByline {
	font-size: 14px;
	color: #fefdc7;
}
.textiTiSdESignCredit, .textiTiSdESignCredit a {
	font-size: 11px;
	color: #fefdc7;
	text-decoration: none;
}

.box {
	margin:10px;
	padding:4px;
	background-image:url(../images/global/ffffff_20.png);
	background-repeat:repeat;
}
#eventBox {
	width:320px;
	float:left;
	margin:10px;
	background-image:url(../images/global/ffffff_20.png);
	background-repeat:repeat;
}
.bullet {
	color:#ffde00;
}
.emphasize {
	color:#ffde00;
	font-weight:bold;
}
.quote {
	font-weight:bold;
	font-style:italic;
}