/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:780px;/* for mozilla*/
	background:url(images/bg_body.gif) repeat-x #ececec;
	color:#000000;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:780px;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(images/bg_outer.gif) repeat-y center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	}
p { font-size:11px; margin:0px 0px 9px 0px; line-height:18px; }
h1 { font-weight:bold; font-size:13px; margin:0px 0px 9px 0px; }
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #465D2E;
}

li { line-height:22px; background:url(images/arrow.gif) no-repeat 0px 9px; padding-left:14px; }

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:780px;
	height:270px;
	overflow:hidden;
	z-index:100;
	background:url(images/bg_header.gif);
	}
#centrecontent 
	{
	position:relative;/*ie needs this to show float */
	width:510px;
	padding:270px 0px 0px 20px;
	}
#footer 
	{
	width:780px;
	clear:both;
	height:50px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background:url(images/bg_footer.gif);
	color:#999999;
	}
#footer p { padding:15px 0px 0px 10px; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#right 
	{
	width:249px;
	z-index:200;
	position:absolute;
	top:198px;
	right:0px;
	}
#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

#nav
	{
	width:185px;
	height:188px;
	background:url(images/bg_nav.gif) no-repeat;
	position:relative;
	padding:32px 34px 250px 0px;
	z-index:300;
	list-style:none;
	
	}
#nav li { margin:0; padding:0; background:0; }
#nav li a
	{
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	text-align:right;
	display:block;
	margin:0;
	padding:0;
	height:31px;
	}
#nav li a:hover { color:#e5e5e5; }

#intro
	{
	padding:29px 20px 10px 120px;
	background:url(images/bg_intro.jpg) no-repeat bottom #fff;
	}
#intro p {
	line-height: 20px;
}
#intro1 {

	padding:29px 20px 10px 20px;

}
#intro1 p {

	line-height: 20px;
}
#centrecontent1 {

	position:relative;/*ie needs this to show float */
	width:510px;
	padding:270px 0px 0px 20px;
}
#links a {
	text-decoration: none;
	font-weight: bold;
	color: #0066CC;
}
