/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
}
body{	
	text-align:center;
	min-width:960px;/* for mozilla*/
	background-color: #FFF;
	color: #000000;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1{
color:#000099;
font-size:18px;
text-decoration:underline;
}
h2{
color:#000000;
font-size:16px;
/*text-decoration:underline;*/
}
#menu-items{
border:1px solid #fff;
width:180px;
padding:5px;
margin-bottom:20px;
}

h3{
color:#000;
font-size:16px;
margin:0 0 5px 5px;
padding:0px;
}

a{
color:000;
font-weight:bold;
text-decoration:underline;
}

a.menu-items{
font-size:12px;
color:000;
text-decoration:underline;
margin:0px;
margin-bottom:2px;
padding:0px;
display:block;
}


a.menu-items:hover{
font-size:12px;
text-decoration:none;
background-color:#fff;
margin:0px;
margin-bottom:2px;
padding:0px;
display:block;
}
a.footer{
font-size:10px;
font-style:normal;
}
#outer{
	height:99.9%;
	min-height:100%;
	width:958px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	position:relative;
	overflow:visible;
}
/* mac hide \*/
* html #outer{width:760px}
/* end hide*/
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#macinner{
	width:100%;
} 


#header{
	position:absolute;
	top:0;
	left:-1px;
	width:958px;
	height:72px;
	background:url(../images/logoN.jpg) left no-repeat;
		background-color:#224b95;

	border:1px solid #000;
	overflow:hidden;
	color: #224b95;
	z-index:100;
}
/* mac hide \*/
* html #outer, * html #header {width:760px}
/* end hide*/


#left {
	margin-top:20px;
	padding-left:5px;
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	padding-top:72px;/*needed to make room for header*/
	background-color:#6584bb;
	height:85%;
}
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:958px;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #224b95;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
/* mac hide \*/
* html #footer {/*only ie gets this style*/
	height:52px;/* for ie*/
}
/* end hide*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:746px;
	float:right;
	padding-top:92px;/*make room for header*/
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html>body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

.articleimg {
  float:right;
  padding:5px;
  border:1px solid #eeeeee;
  margin-left:20px;
  margin-top:5px;
  margin-bottom:20px;
  margin-right:20px;
}

