/* pageStyle pubgen - don't change any names*/
body {
	background: #ECD4B0 url(../images/bg.jpg) no-repeat top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 35px;
}

a:link, a:visited {
	color: #ffcc00;
	text-decoration: none;
}

a:hover {
	color: #D65C0B;
	text-decoration: none;
}

a:link img {
	border: 0 solid #999999;
	background-color: transparent;
}

a:visited img {
	border: solid 0 #999999;
	background-color: transparent;
}

a:hover img {
	border: 0 solid #ffcc00;
	background-color: transparent;
}

img {
	padding: 0;
}

.formfrm {
	background-color: transparent;
	float: left;
	width: 610px;
	border: 1px none #BFBAB0;
	padding: 0 0 0 0;
	margin-left: 20px;
}

fieldset {
	float: left;
	/*	clear: left;*/
	width: 100%;
	margin: 0 0 0.5em 0;
	padding: 0;
	border: 1px solid #993300;
	background-color: transparents;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

label {
	float: left;
	width: 10em;
	margin-right: 1em;
}

legend {
	margin-left: 1em;
	padding: 0;
	color: #993300;
	font-weight: bold;
}

fieldset.submit {
	width: 100%;
	/*	padding-left: 12em;*/
	clear: right;
	clear: none;
	background-color: transparent;
	margin-left: 0px;
	border: 1px none;
}

.fieldsetbutton{
	margin-left: 12.6em;
	width: auto;
	border: 1px none red;
	/*padding-left: 3.1em;*/
	cursor: pointer;
	background-color: #999999;
}

.fieldsetleftmarg{
	margin-left: 0;
	margin-bottom: 10px;
}

.clearfloat {
	clear: both; /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}

#container {
	background: transparent; /*width: 955px; using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border: 0px solid lime;
	margin-left: auto;
	margin-right: auto;
}

#top{
	background: transparent url(../images/top.jpg);
	background-color: transparent;
	/*height: 100px;*/
	overflow: hidden;
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border: 0px solid red;
}

#topsearch{
	border: 0px solid red;
	display: inline;
	float: right;
	height: 25px;
	margin-top: 0;
	padding-bottom: 0;
}

#menutop{
	border: 0px solid red;
	clear: none;
	float: left;
	height: 12px;
	width: 100%;
	margin-top: 40px;
}

#menutopsub{
	border: 0px solid red;
	clear: left;
	float: left;
	height: 12px;
	width: 800px;
	margin-top: 7px;
}

ul#urlclick{
	list-style-type: none;
	margin: 0;
	padding-bottom: 0;
	padding-left: 0;
}

ul#urlclick li{
	float: left;
	margin: 0;
	padding: 0;
}

ul#urlclick a:link, ul#urlclick a:visited{
	text-decoration: none;
	display: block;
	height: 113px;
	width: 600px;
}

#outer{
	background: url(../images/outer.jpg) no-repeat top;
	/*	float: left;*/
/*	width: 100%;*/
	text-align: left;
	background-color: transparent;
	border: 0px solid red;
}

#leftfrm {
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	float: left; /* since this element is floated, a width must be given */
	text-align: left;
	border: 0px solid yellow;
	overflow: hidden;
}

#rightfrm {
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	float: right; /* since this element is floated, a width must be given */
	text-align: left;
	border: 0px solid green;
	overflow: hidden;
}

#maincontent {
	background-color: transparent;
	border: 0px solid #cc6600;
	/*	float: left;*/
	margin: 0 0 0 0;
	overflow: hidden;
	text-align: left;
}

#footer {
	background-color: transparent;
	background-image: url(../images/bot.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: Center;
	color: #990000;
	font-size: 12px;
	border: 0px solid red;
}

#footerouter{
	padding-top: 5px;
}

#footerinfo{
	padding-top: 5px;
	padding-bottom: 5px;
}

.msg{
	display: inline; /*same as label width*/
	color: red;
}

#custlogon{
	border: 1px solid red;
	float: right;
	clear: right;
}

#editor{
	float: left;
	text-align: left;
}

.searchbtn {
	background-color: yellow;
	border: solid  #767676 1px;
	color: #747474;
	cursor: pointer;
}

.searchtxt {
	background-color: yellow;
	border: solid  #767676 1px;
	color: #747474;
}

.button {
	width: auto; /*	float: none;*/
	border: 1px solid #f2f2f2;
	/*padding-left: 3.1em;*/
	cursor: pointer;
	background-color: #858585;
}