/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:902px;/* for mozilla*/
	background: url(images/bg_body.gif) #fff;
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.5em;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:900px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(images/bg_outer.gif) repeat-y;
	border-left:1px solid #6e7180;
	border-right:1px solid #6e7180;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:900px;
	height:164px;
	overflow:hidden;
	z-index:100;
	background-image: url(images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	padding:164px 0px 0px 0px;
	}
#footer 
	{
	width:900px;
	clear:both;
	height:93px;
	left:0;
	bottom:0;
	position: absolute;
	background:url(images/footer.gif);
	color:#fff;
	}

#contact{
	position:absolute;
	top:150px;
	right:50px;
	color:#FFF;
}

#footer p { padding:55px 0px 0px 20px; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:95px;/* for ie5 */
	he\ight:93px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:620px;
	float:right;
	padding: 180px 0px 0px 20px;
	position:relative;
	right:40px;
	}
* html #centrecontent { right:22px; }
#outer #centrecontent h1 {
	background-image: url(images/centreheader.jpg);
	height: 43px;
	width: 658px;
	margin-right: -20px;
	margin-left: -20px;
	margin-top: -20px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: tahoma;
	padding-left: 20px;
	padding-top:25px;
	background-repeat: no-repeat;
}

#clearfooter {width:100%;height:93px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-95px;} /*safari wrapper */

#navbar
	{
	height:25px;
	width:900px;
	background:url(images/bg_navbar.gif) repeat-x;
	position:absolute;
	top:121px;
	left:0px;
	}
#nav
	{
	float:left;
	}
#nav a
	{
	color:#fff;
	font-weight:500;
	font-size:10px;
	margin: 0px 10px 0px 9px;
	text-decoration:none;
	position:relative;
	top:-8px;
	}
#nav a:hover { text-decoration:underline; }

#nav1
	{
	margin-left:20px;
	padding:0;
	list-style:none;
	line-height:2.0em;
	}
#nav1 li a
	{
	color:#FFFFFF;
	padding-left:18px;
	font-weight:bold;
	text-decoration:none;
	background:url(images/list-item.gif) no-repeat 0px 4px;
	}
#nav1 li a:hover
	{
	background:url(images/list-item.gif) no-repeat 4px 4px;
	color: #FFF700;
	}#outer #centrecontent #rightimg {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
}
#outer #centrecontent #tools {
	width: 200px;
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
}
#outer #centrecontent #toolstop {

	width: 200px;
	float: right;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 1px none #CCCCCC;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
}
#logo {
	float: left;
	padding: 5px;
}
#formslist li {
	background-image: url(images/pdf.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#formslist {
	line-height: 2.5em;
}


.downloadslist
	{
	list-style:none;
	}
.downloadslist li
	{
	height:18px;
	}
.downloadslist li a
	{
	text-decoration:none;
	background:url(images/listitem.gif) no-repeat 0px 4px;
	padding:0px 0px 0px 20px;
	font-weight:bold;
	color:#666666
	}
.downloadslist li a:hover
	{
	color:#000;
	
	
	}

