body {
margin: 0 auto;
padding: 0;
font: 70% Verdana,Tahoma,Arial,sans-serif;
background: gray;
background: #f2f2f2 url("../pictures/document-background.png") repeat-x;
}

#wrap
{
	background-color:white;
	width: 800px;
	color: #303030;
	margin: 10px auto auto auto;
	padding: 0px;
}

#topimage
{
	margin: 0;
	border: 0;
}

/* TOP menus */

#hmenu
{
	background: url("../pictures/menu-background.png") repeat-x;
	height: 25px;
}

#hmenu TD:hover
{
	background-color: #A74312;
}

#hmenu TD
{
	padding: 0;
	margin: 0;

	iehack-over: expression(onmouseover=new Function("this.style.backgroundColor='#A74312'"));
	iehack-out: expression(onmouseout=new Function("this.style.backgroundColor=''"));
}


#hmenu TD
{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right: 1px solid #A74312;
}

#hmenu a
{
	height: 24px;
	width: 50px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
}	

#content
{
	margin: 0;
	padding: 5px;
	text-align: left;
}

#content h1
{
	font-size: 12px;
	margin: 0 0 0.5em 0;
}


h3
{
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

a
{
	text-decoration: none;
	color: #A74312;
}

a:hover
{
	text-decoration: underline;
	color: #A74312;
}

img
{
	border: 0;
}

img.logo
{
	border: 0;
	padding-right: 10px;
	padding-bottom: 0px;
}

img.title
{
	border: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}


#footer
{
	margin: 0 auto;
	padding: 2px;
	width: 800px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
}

.left
{
	margin: 10px 10px 5px 0;
	float: left;
}

.right
{
	margin: 10px 0 5px 10px;
	float: right;
}

.textright
{
	text-align: right;
}

.center
{
	text-align: center;
}

.small
{
	font-size: 0.9em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}


.column_separator {
	border-right-width: 1px;
	border-right-color: #666666;
	border-right-style: solid;
}


div.readmore
{
	display: none;
}

