/******************* START STANDARD HTML STYLES ******************/
body{
	font-size: 0.7em;
	color: #343432;
	font-family: trebuchet MS, verdana, arial;
	margin: 0px;
	padding: 0px;
	background-color: #c7b299;
}

img{
	border: 1px;
}

a{
	text-decoration: none;
	color: #343432;
}

a:hover{
	text-decoration: underline;
	color: #343432;
}

p{
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px 0px 0px 0px;
}

td{
	font-size: 0.7em;
}

hr{
	height: 1px;
	color:#E3E2E1;
}
/******************* END STANDARD HTML ELEMENTS ******************/

/* ******************* START PAGE LAYOUT STYLES *******************/
#functionBar{
	font-weight: bold;
	height:23px;
	color: #000000;
}

#displayVersion{
	padding-top: 4px;
	padding-left: 5px;
}

#displayVersion a{
	color: #000000;
}

#keyLinks{
	padding-top: 4px;
}

#keyLinks a{
	padding-right: 10px;
	color: #000000;
}

#siteSearch{
	line-height:2em;
}

#siteSearch form{
	margin: 0px;
	padding: 0px;
}

#siteSearch input{
	font-size: 1em;
}

#siteSearch .submit{
	border: medium none;
	font-weight: bold;
	width: 30px;
	cursor: pointer;
	color: #000000;
	background-color: #c7b299;
}

div#header{
	margin-bottom: 21px;
}

div#site{}

div#leftColumn{}

div#rightColumn{}

div#center{}
	
div.pageTitle{
	font-size: 1.5em;
	padding: 2px 0px 2px 8px;
	background-color: #333333;
	color: #ffffff;
}

div.pageCopy{
	background-color: #ffffff;
	padding: 10px 8px 20px 8px;
	float:left;
	width: auto;
	width: 100%;
                      height: 440px;

}

div#footer{
	font-size: 0.7em;
	padding: 0px 0px;
	text-align: center;
	color: #C7B299;
	background-color: #c7b299;
}

#footer A{
	color: #C7B299;
	text-decoration: underline;
}

#footer a:hover{
	color: #C7B299;
	text-decoration: underline;
}
/********************* END PAGE LAYOUT STYLES ********************/

/****************** START STANDARD WIDGET STYLES *****************/
.webMenu{
	text-align: right;
	margin-bottom: 35px;
}	

.webMenu .title{
	font-weight: bold;
	font-size: 1.3em;
	padding: 2px 16px 2px 0px;
	background-color: #ffffff;
}

.webMenu .menuItem{
	padding: 1px 16px 2px 0px;
	font-weight: bold;
}
/******************* END STANDARD WIDGET STYLES ******************/

/************************* START FORM STYLES ***********************/
.activeForm{
	width: 100%;
}

.activeForm .formItemWrapper{
	float:left;
	padding: 0px 0px 5px 0px;
	width: 100%;
}

.activeForm .formText{
	padding: 5px 0px 5px 0px;
}

.activeForm .formLabelH{
	padding: 5px 5px 5px 0px;
	float:left;
	width: 39%;
	text-align: right;
}

.activeForm .formSummaryH{
	padding: 5px 5px 5px 0px;
	float:left;
	width: 59%;
	text-align: left;
}

.activeForm .formInputH{
	padding: 2px 0px 5px 0px;
	width: 59%;
	float:right;
}

.activeForm .formLabelV{
	float: left;
	padding: 0px 0px 5px 0px;
	clear:left;
}

.activeForm .formInputV{
	float:left;
	width: 100%;
	clear:left;
}
.activeForm .formButton{
	float:left;
	clear:left;
}

/************************* END FORM STYLES ***********************/

/************************* START STORE STYLES ************************/
/* PRODUCT MENU */

.productMenu{
	text-align: right;
	margin-bottom: 35px;
}	

.productMenu .title{
	font-weight: bold;
	font-size: 1.3em;
	padding: 2px 16px 2px 0px;
	background-color: #ffffff;
}

.productMenu .contents{
	padding: 1px 16px 2px 0px;
	font-weight: bold;
}

.productMenu .contents p{
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}

/* ************************* END STORE STYLES *************************/

