html, body
{
	background-color: #ffffff;
	color: #3d3d3d;
	margin: 0px;
	font-family: arial, sans;
	font-size: 12px;
	text-align: center;
}

img
{
	border: 0;
}

h1
{
	color: #b61010;
	font-family: arial narrow, arial, sans;
	font-size: 18px;
}

h2
{
	color: #b61010;
	font-family: arial, sans;
	font-size: 15px;
}

p, td
{
	line-height: 19px;
	font-size: 12px;
}

#wrapper
{
	margin: 0 auto;
	width: 900px;
}

#header
{
	width: 900px;
	height: 219px;
}

#mainpage
{
	background: #ffffff url("../images/grassbg.jpg") no-repeat;
	width: 900px;
	height: 500px;
}

img.leftbut
{
	display: block;
}

#maincontent
{
	text-align: left;
	float: left;
	width: 660px;
	margin-left: 120px;
	margin-top: 14px;
}

#pagecontent
{
	clear: both;
	padding-top: 8px;
}

#pagecontentrightone
{
	background: transparent url("../images/quotes.gif") no-repeat bottom right;
	float: left;
	border-right: 1px solid #e4e1cf;
	padding-right: 16px;
	width: 270px;
}

#pagecontentrighttwo
{
	background: transparent url("../images/quotes.gif") no-repeat bottom right;
	float: left;
	padding-left: 16px;
	width: 270px;
}

#aboutus
{
	float: left;
	clear: left;
	width: 540px;
}

#footer
{
	padding-top: 30px;
	clear: both;
}

a,a:active,a:visited
{
	color: #790000;
}

a:hover
{
	color: #000000;
}

.formwrap
{
	width: 100%;
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
}

.formleft
{
	float: left;
	width: 200px;
}

.formright
{
	float: left;
}

a.azlet, a.azlet:active, a.azlet:visited
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 2px;
}

a.azlet:hover
{
	color: #000000;
}

.aznol
{
	font-size: 16px;
	font-weight: bold;
	padding-right: 2px;
	color: #909090;
}

td.rev
{
	background-color: #bcd4ef;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding: 8px;
}

.exhibsearch
{
	text-align: right;
	float: right;
	margin-top: 14px;
}

.standout
{
	font-weight: bold;
	font-size: 14px;
}

@media print
{
	html, body
	{
		color: #000;
		margin: 0px;
		font-family: arial, sans;
		font-size: 12px;
		width: 100%;
	}

	#wrapper, #header, #mainpage, #pagecontent
	{
		margin: 0px;
		height: auto;
		background: transparent;
		width: 100%;
	}
	
	#menurow, #lefthandside, #banner
	{
		display: none;
	}
}