/* screen.css */

/*----- GLOBAL STYLES ----- */

h1
	{
	font-size:28px;
	font-weight:normal;
	margin:0px 0px 28px 0px;
	color:#729D34;
	}
h2
	{
	font-size:14px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	color:#FFFFFF;
	}
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:1024px;
	background:#fff
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:1024px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(../images/bg_outer.gif) repeat-y left center;
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
	line-height:18px;
	color:#666666;
	}
html>body #outer{height:auto;}
#header
	{
	position:absolute;
	top:0;
	width:1024px;
	height:180px;
	overflow:hidden;
	z-index:100;
	background:url(../images/bg_header.jpg) no-repeat;
	}
#left 
	{
	position:relative;
	width:254px;
	float:left;
	padding:180px 0px 0px 0px;
	}
#footer 
	{
	width:710px;
	clear:both;
	height:90px;
	left:0;
	bottom:0;
	position: absolute;
	padding-left:274px;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer 
	{/*only ie gets this style*/
	\height:102px;/* for ie5 */
	he\ight:100px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:744px;
	float:right;
	padding:180px 0px 0px 0px;
	text-align:justify;
	}
#clearfooter {width:100%;height:102px;clear:both}
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-102px;} /*safari wrapper */
ul.leftnav
	{
	margin:0px 0px 35px 25px;
	}
ul.leftnav li a
	{
	text-decoration:none;
	color:#FFFFFF;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 10px;
	background:url(../images/bg_leftnav.gif) no-repeat left center;
	}
ul.leftnav li a:hover
	{
	color:#0954a5;
	}

* html ul#topnav
	{
	top: 107px;
	}

ul#topnav
	{
	margin:130px 0px 0px 280px;
	}
ul#topnav li
	{
	float:left;
	margin:0px 37px 0px 0px;
	}
ul#topnav li a
	{
	text-decoration:none;
	color:#555354;
	font-size:14px;
	}
ul#topnav li a:hover
	{
	color:#0954a5;
	}
#footer li
	{
	margin:0 0 0 5px;
	padding:0;
	}
#disc li
	{
	list-style:inherit;
	}

