html{
	margin:0px;
	padding:0px;
}
body{
	background-color:#000000;
	margin:0px;
	padding:0px;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
}
input, select, form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
img {
	border: 0px none;
}
#pagewidth{
	background-color:#000000;
	width:100%;
	min-width: 500px;
}
.search_results
{
	width:100%;
}
.result_row_0	{ background-color: #D6D3EE; }
.result_row_1	{ background-color: #FFFFFF; }
#header{
	height:136px;
	width:100%;
	background-color:#ffcc66;
	background-image: url("images/header-bg.png");
}
.logo{
	background-image: url("images/title.png");
	background-repeat: no-repeat;
	height: 118px;
}
.slogan {
	text-align:right;
	font-size: 12px;
	color:#000000;
	padding-right: 10px;
}
.logo h1{
	font-size: 44px;
	color:blue;
	float: right;
	vertical-align: text-bottom;
}
#leftcol{
	width:170px;
	min-height: 520px;
	float:left;
	position:relative;
	margin-left:-170px;
	margin-right:1px;
	background-image: url("images/col_line.png");
	background-repeat: repeat-y;
	background-position: top  right;
	text-align: left;
}
#outer{
	border:0px;
	/*/*/ border-left-width: 170px ;  /* left column width. NN4 hack to hide borders */
	border-left-color: #FFcc66;   /* left column colour */
	border-left-style: solid;
        background-image: url("images/needles.gif");
        background-repeat: no-repeat;
        background-position: bottom  right;
        background-color: #FFFFFF; /* center column colour */
        width: auto;
}
#footer{
	height: 18px;
	width:100%;
	background-image: url("images/footer.png");
	background-repeat: repeat-x;
}
.powered_by {
	color: #000000;
	margin-top: 5px;
	float:left;
	width: 200px;
	padding-left: 100px;
}
.copyright {
	color: #ffffff;
	margin-top: 5px;
	float:right;
	width: 400px;
	padding-right: 75px;
}
#inner{
	margin:0;
	width:100%;
	background-color:#ffffff;
        background-image: url("images/needles.gif");
        background-repeat: no-repeat;
        background-position: bottom  right;
}
#maincol{
	float: left;
	width: 100%;
	position: relative;
	margin: 0px -8px 0px -2px;
}
#outer>#inner{
	border-bottom: 1px solid #FFFFFF;
}
.clr{
	clear:both;
}
.content{
	position:relative;
}
#header .content{
	padding-bottom:0;
}
 /*printer styles*/
@media print{
	/*hide the left column when printing*/
	#leftcol{display:none;}
	#outer{border-left:0;}
}
#navcontainer {
	width: 165px;
}
#navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 10px;
	font-weight: bold;
}
#navcontainer a
{
	display: block;
	width: 165px;
	height: 48px;
	background-color:#ffcc66;
	line-height: 4em;
	color: #000000;
	text-decoration: none;
}
