body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin: 0;
	background-color: #D0D1D3;
}

img {
	display: block;
	border-width: 0;
}

a {	
	color: #62051E;
}
a:focus {
	outline: none; /* firefox dotted border fix */
}

form {
	margin: 0;
}

/* to fix ie6 <a> style over <img> */
.noBorder {
	text-decoration: none;
}

.printImg {
	position: absolute;
	visibility: hidden;
}

#adminTop {
	font-size: 11px;
	line-height: 20px;
	background-color: #CCC;
}

#bkgnd {
	width: 995px;
	margin: 0 auto;
	background: url(../picture/interface/bkgnd_main.gif) 0 0 repeat-y;
}

#bkgnd #global {
	width: 897px;	
	margin: 0 auto;
	padding: 9px 25px;
	background-color: #FFF;
}

#global #topPub {
	position: relative;	
	margin-bottom: 9px;
	min-height: 90px;
} 


#global #top {
	height: 78px;
	margin-bottom: 3px;
}

#global #navigation {
	height: 21px;
	margin-bottom: 5px;
}

#global #rightCol {
	float: right;
	width: 177px;
}

#global #content {
	float: left;
	width: 717px;
	padding-bottom: 5px;
}

#global #footer,
.clearer {
	clear: both;
}

#global #footer {
	border-top: 1px solid #62051E;
	padding-top: 5px;	
}

#global #footer #footerContent {
	height: 21px;	
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	color: #FFF;
	background-color: #62051E;	
}

#global #footer #footerContent #madeBy {
	float: right;
}
#global #footer #footerContent #madeBy a {
	font-size: 8px;
	color: #FFF;
	text-decoration: none;
}
#global #footer #footerContent #madeBy a:hover {
	color: #BCCBD3;
}