/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:913px;/* for mozilla*/
	background-color: #FFF;
	color:#0e1f45;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.5em;
	}
h1
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:913px;
	text-align:left;
	margin:auto;
	position:relative;
	background: url(images/bg_outer.gif) repeat-y center;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:913px;
	height:181px;
	overflow:hidden;
	z-index:100;
	background:url(images/bg_header.jpg);
	color:#fff;
	font-size: 11px;
	}
#header a { color:#fff; text-decoration:none; }
#header a:hover { text-decoration:underline; }
#left 
	{
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	padding:181px 0px 0px 0px;
	}
#footer 
	{
	width:899px;
	clear:both;
	height:135px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background:url(images/bg_footer.gif);
	padding:0px 7px;
	color:#0e1f45;
	}
#footer a { color:#0e1f45; text-decoration:underline; font-weight:bold; }
#footer a:hover { text-decoration:none; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:137px;/* for ie5 */
	he\ight:135px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:703px;
	float:right;
	padding:181px 0px 0px 0px;
	}
#centrecontent p, h1
	{
	padding: 0px 10px 0px 10px;
	}
#content
	{
	width:543px;
	float:left;
	}
#right
	{
	float:right;
	width:140px;
	background:#e6e6e6;
	padding: 10px;
	}
#clearfooter {width:100%;height:137px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-137px;} /*safari wrapper */

iframe
	{
	width:100%;
	margin: -2px 0px 0px -3px;
	height:1500px;
	}
	
#nav
	{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding:0;
	border-top:1px solid #ec008c;
	border-bottom:1px solid #ec008c;
	background: url(images/bg_nav.gif) repeat-y 0px -40px #e6e6e6;
	}
	
#nav li a
	{
	color:#0e1f45;
	display:block;
	width:150px;
	height:25px;
	padding: 8px 0px 3px 0px;
	margin: 0px 0px 0px 50px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #ec008c;

	}
* html #nav li a
	{

	background: url(images/bg_nav.gif) repeat-y 0px 0px #e6e6e6;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-left: 0px;
	padding-left:50px;
	width: 150px;
	}	
	
#nav li a:hover { text-decoration:underline; }

#contactformtable
	{
	width:528px;
	margin:0px 0px 0px 5px;
	border-top:1px solid #ec008c;
	border-bottom:1px solid #ec008c;
	padding: 10px 0px;
	}
#contactformtable td
	{
	vertical-align:top;
	}
#contactformtable input
	{
	width:180px;
	}
	#outer #centrecontent #rightimg {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
