/* screen.css */

/*----- GLOBAL STYLES ----- */

h1
	{
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 18px 0px;
	}
p
	{
	margin:0px 0px 18px 0px;
	}
	
/*----- GLOBAL STYLES END -----*/

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:950px;
	background:#fff
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:950px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(images/bg_outer.gif) repeat-y center center;
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
	line-height:18px;
	color:#a3a4a6;
	}
html>body #outer{height:auto;}
#header
	{
	position:absolute;
	top:0;
	width:950px;
	height:145px;
	overflow:hidden;
	z-index:100;
	background:#b78134;
	}
.txtfield {
	border: 1px solid #B78134;
	padding: 3px;
}

#left 
	{
	position:relative;
	width:150px;
	float:left;
	padding:145px 0px 0px 0px;
	}
#left img
	{
	margin:0px 0px 3px 0px;
	}
#footer 
	{
	width:950px;
	clear:both;
	height:70px;
	left:0;
	bottom:0;
	position: absolute;
	background:url(../images/bg_footer.gif) no-repeat;
	}
#footer p
	{
	padding:15px 0px 0px 0px;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:72px;/* for ie5 */
	he\ight:70px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:775px;
	float:right;
	padding:145px 0px 0px 0px;
	}
#clearfooter {width:100%;height:72px;clear:both}
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-72px;} /*safari wrapper */



div#images
	{
	float:right;
	}
div#textcolumn
	{
	width:288px;
	float:left;
	padding:10px 0px 0px 0px;
	color: #333333;
	}
#textcolumn a {
	color: #B78134;
	text-decoration: none;
}

ul#leftnav li
	{
	border-bottom:3px solid #fff;
	}
ul#leftnav li a
	{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:2px 0px 1px 22px;
	height:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	text-transform:uppercase;
	background:url(../images/bg_leftnav.gif) no-repeat 7px center #b78134;
	}

ul#topnav
	{
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	overflow:hidden;
	padding:0px 0px 1px 7px;
	color:#fff;
	}
ul#topnav li
	{
	float:left;
	}
ul#topnav li a
	{
	color:#fff;
	text-decoration:none;
	}
