/* mac hide\*/
html, body {height:100%}
#outer #header p {
	display: none;
}
#outer #centrecontent #staff {
	padding-left: 20px;
}


/* end hide */
html,body {
	padding:0;
	margin:0;
}
body{
	text-align:center;
	min-width:900px;/* for mozilla*/
	background-color: #F0F4F9;
	color: #000000;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-x;
	font-size: 0.7em;
}
#outer{
	height:99.9%;
	min-height:100%;
	width:900px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	position:relative;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #000;
	border-left-color: #000;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0px;
	width:900px;
	height:275px;
	border:1px none #000;
	left:0;
	overflow:hidden;
	color: #000000;
	z-index:100;
	background-color: #FFFFFF;
}
#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	padding-top:290px;/*needed to make room for header*/
}
#left p {padding-left:3px;padding-right:2px}
#right {
	position:relative;/*ie needs this to show float */
	width:230px;
	float:right;
	padding:0 10px 0 0;
	}

#footer {
	width:900px;
	clear:both;
	height:200px;
	background-color: #FFFFFF;
	color: #000000;
	text-align:center;
	bottom:0;
	position: absolute;
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:202px;/* for ie5 */
	he\ight:200px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:710px;
	float:right;
	padding-top:290px;/*make room for header*/
	font-family: Arial;
	line-height: 20px;
}
#content
	{
	width:450px;
	float:left;
	}

#outer #centrecontent h1 {
	font-size: 12px;
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:202px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-202px;} /*safari wrapper */
#navlist {
	text-align: center;
	border: 0px solid cyan;
	position: absolute;
	width: 180px;
	top: 0px;
	padding-left: 14px;
	padding-top: 290px;
}

* html #navlist {
margin-left: -15px;
}

#navlist ul {
        margin: 0; /*removes indent IE and Opera*/
        padding: 0; /*removes indent Mozilla and NN7*/
        list-style-type: none; /*turns off display of bullet*/
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
}

#navlist li {
        margin: -0px -0px 0px -0px;
		margin-top:5px;
}

#navlist a {
        /*/*/display: block;
        padding: 5px 0px 7px 0px;
        border: 0px solid #333;
        width: 150px;
        background-image:  url(../images/button.gif); /* */
}

#navlist a:link, #navlist a:visited {
        /*/*/color: #333;
        text-decoration: none; /* */
}

#navlist a:hover {
        border: 0px solid #333;
        color: #fff;
        background-image:  url(../images/button.gif);
        background-position: 0 -27px;
}
div.row span.left {
	float: left;
	text-align: left;
	color: #000000;
	width: 70%;
	font-family: Arial, Helvetica, sans-serif;
  }

div.row span.right {
	float: right;
	text-align: right;
	font-weight: bold;
	color: #000000;
	width: 30%;
	font-family: Arial, Helvetica, sans-serif;
  }
.row {
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#img {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
#content a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#footer a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#outer #centrecontent #content h1 {
	color: #2D2D2D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4174A3;
}

div#footerlinks
	{
	height:110px;
	padding:15px 0 15px 15px;
	}
div#footerlinks img
	{
	float:left;
	margin:0 9px 0 0;
	}
#brdr {
	border: 3px solid #000000;
}