body {
	margin: 0;
	padding: 0;
	background-color: #ebebec;
	text-align: center;
	font-family: Verdana;
	font-size: 100%;

}


#page {
	width: 790px;
	margin: 0 auto;
}


#lcsLogo {
	height: 63px;
	position: relative;
	text-align: left;
}

#lcsLogo p {
	position: absolute;
	bottom: 4px;
	right: 6px;
	text-align: right;
	font-size: 11px;
	font-family: Tahoma;
	padding: 2px;
	
}

#lcsLogo a, #lcsLogo a:visited {
	color: #7b7b79;
	text-decoration: none; 
}

#lcsLogo img {
	border: 0;
}

#lcsLogo a:hover, #lcsLogo a:active {
	color: #f88630;
	text-decoration: none; 
	border-bottom:1px #f88630 dotted; 
}

#header {
	background: #000000 url(images//header.png) no-repeat;
	height: 30px;
	font-family: tahoma;
	text-align: center;
}

#header p {
	color: #FFFFFF;
	height: 30px;
	padding-top: 5px;
}

#header a, #header a:visited {
	font-family: arial;
	color: #d0d0d0;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 6px;
	padding-bottom: 4px;
}


#header a:hover, #header a:active {
	background: url(images//headerHighlight.png) no-repeat;
	background-position: left center;
	color: #FFFFFF; 
	text-decoration: none;
}

#footer  {
	background: #ebebec url(images//footer.png) no-repeat;
	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; 
}



#contentWrapper {
	background: #FFF url(images//content.png);
	/*height: 100%;*/
	text-align: left;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 6px;
	width: 780px;
}



#content {
 	font-family: Arial, Verdana;
	line-height: 140%;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 20px;
	padding-top: 4px;
	background: #FFF;
	width: 535px;
	text-align: left;
}

#content a, #content a:visited {
	text-decoration: none;
	color: blue;

}

#content a:hover, #content a:active {
	border-bottom:1px #f88630 solid;

}

#content h1 {
	font-family: Tahoma, Verdana;
	font-weight: 675;
	font-size: 125%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:3px;
	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;
}

#showcase a:hover {
	border-bottom:1px #f88630 solid;
}

#showcase ul {
	list-style-type: none;
	font-size: 125%;
}



#contentMap {
 	line-height: 100%;
 	font-family: Verdana;
	font-weight: normal;
	font-size: 65%;
	color: black;
}

#contentMap a:link, #contentMap a, #contentMap a:visited {
	color: #7b7b79;
	text-decoration: none;
}

#contentMap a:hover {
	border-bottom:1px #f88630 solid;
}

#contentMap em{
	font-weight:normal;
	font-style: normal;
	color:#f88630;
}

#twoColumnWrapper {
	background: #6d6d6d;
	/*height: 100%;*/
	width: 779px;
	
}

#leftNavBar {
	background: #6d6d6d;
	float: left;
	margin: 0;
	padding-top: 36px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 210px;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}

#leftNavBar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftNavBar a {
	display: block; /* to increase clickable area as a's default is to inline*/
	background: url(images//leftNavNormal.png) 0 0 no-repeat;
	height: 26px;
	color: #FFF;
	text-decoration: none;
	margin-left: 13px;
	padding: 0px;
	padding-left: 15px;
	width: 175px;  /* 190 minus the padding */
	line-height: 26px;
	
}

#leftNavBar a:hover {
	background-position: -190px 0;
}



#leftNavBarHeader {
	display: block; /* to increase clickable area as a's default is to inline*/
	background: url(images//leftNavHeader.png) no-repeat bottom left;
	height: 12px;
	color: #FFF;
	text-decoration: none;
	margin-left: 13px;
	padding: 0px;
	padding-left: 15px;
	width: 175px;  /* 190 minus the padding */
	line-height: 26px;
}

#leftNavBarFooter {
	display: block; /* to increase clickable area as a's default is to inline*/
	background: url(images//leftNavFooter.png) no-repeat bottom left;
	height: 8px;
	color: #FFF;
	text-decoration: none;
	margin-left: 13px;
	padding: 0px;
	padding-left: 15px;
	width: 175px;  /* 190 minus the padding */
	line-height: 26px;
}

/* ----------- lcsForm ----------- */
.lcsform {
	margin:0 auto;
	width:400px;
	padding:14px;
 	line-height: 100%;
	font-size: 100%;
	font-family: Tahoma, Verdana;
}


/* ----------- 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;
}

