body {
	margin: 0;
	padding: 0;
	background: #ebebec url(images/background.png) repeat-x;
	text-align: center;
	font-family: Verdana;
	font-size: 100%;

}


#headerContent {
	background: #d2dbe5 url(images/background.png) repeat;
	height: 63px;
	position: relative;
	width: 777px;
	text-align: left;
}

#headerContent p {
	position: absolute;
	bottom: 4px;
	right: 6px;
	text-align: right;
	font-size: 11px;
	font-family: Tahoma;
	padding: 2px;
	
}

#headerContent a, #headerContent a:visited {
	color: #7b7b79;
	text-decoration: none; 
}

#headerContent img {
	border: 0;
}

#headerContent a:hover, #headerContent a:active {
	color: #f88630;
	text-decoration: none; 
	border-bottom:1px #f88630 dotted; 
}



#footer  {
	background: #ebebec url(images/footer.png) no-repeat;
	width: 777px;
	height: 34px;
	text-align: right;
	font-family: Tahoma;
	font-size: 11px;
	color: #7b7b79;
	padding: 9px 15px 0px;
}

#footer a, #footer a:visited { 
	color: #7b7b79;
	text-decoration: none; 
}

#footer a:hover, #footer a:active {
	color: #f88630;
	text-decoration: none; 
}



#showcase {
	background: #ebebec url(images/showcase.png) no-repeat;
	margin-top: 4px;
	padding: 6px;
	width: 769px;
	height: 606px;
	text-align: left;
}



#showcase h1 {
	font-family: Tahoma, Verdana;
	font-weight: 675;
	font-size: 150%;
	margin-right: 0px;
	margin-left: 2px;
	margin-top:5px;
	margin-bottom: 10px;
	padding: 0px;
	border-bottom:3px double #ccc;
	color: #0779cf;
}



#showcase a:link, #showcase a, #showcase a:visited {
	color: #7b7b79;
	text-decoration: none;
	border-bottom:1px #0779cf solid;
}

#showcase a:hover {
	border-bottom:1px #f88630 solid;
}

#showcase ul {
	list-style-type: none;
	font-size: 125%;
}

#showcase h3 {
	font-size: 125%;
	margin: 0;
}

#showcase table {
	font-size: 80%;
	margin-left: 20px;
}


#contentMap {
	font-weight: normal;
	font-size: 65%;
	color: black;
}

#contentMap a:link, #contentMap a, #contentMap a:visited {
	color: #7b7b79;
	text-decoration: none;
	border: none;
}

#contentMap a:hover {
	border-bottom:1px #f88630 solid;
}

#contentMap em{
	font-weight:normal;
	font-style: normal;
	color:#f88630;
}




/* ----------- lcsForm ----------- */
.lcsform {
	margin:0 auto;
	width:400px;
	padding:14px;
}


/* ----------- fieldset ----------- */
#fieldset {
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
}

#fieldset h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:7px;
}

#fieldset p {
	font-size:11px;
	color:#666666;
	margin-bottom:15px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:9px;
}

#fieldset label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}

#fieldset .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

#fieldset input, #fieldset textarea {
	float: left;
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 200px;
	margin: 2px 0 15px 10px;
}

#fieldset button {
	clear:both;
	margin-left:150px;	
	width:125px;
	height:31px;
	background:#666666 url(images/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border: 0;
	padding; 0;
}

#fieldset spacer {
	clear:both; 
	height:1px;
}

#fieldset form {
	border:0;
	margin: 0;
	padding: 0;
}


#nda button {
	margin:14px;	
	width:125px;
	height:31px;
	background:#666666 url(images/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border: 0;
	padding; 0;
}



