
    /* hide from ie on mac \*/
    html {
        height: 100%;
        overflow: hidden;
    }


    #content {
        height: 100%;
    }
	#htmlContent {
	
		height:100%;
		padding: 0px 0px 0px 20px;
		overflow:auto; 
		overflow-x: hidden;
		
		font: 
		                normal
		                normal
		                normal
		                12px/1.7em
		                'Lucida Grande', Verdana, sans-serif;
		color: #373737;
   		background: #FFF;
		
	}

	#htmlWrapper {
		max-width: 760px;
	}



    h1, h2, h3, h4, h5, h6 {

        margin-bottom: 15px;
        font-weight: normal;
        color: #000;
        
    }

    h1 { font-size: 16px; font-weight: bold; }
    h2 { font-size: 22px; }
    h3 { font-size: 15px; }
    h4 { font-size: 14px; }
    h5 { font-size: 13px; }
    h6 { font-size: 11px; }


    h1 {
        line-height: 1.1em;
    }

   
    p {
        margin-bottom: 1em;
    }


	a, a:visited {
		color: #0066FF;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	img {
		border: 0;
		margin: 0 10px 0 0;
	}
    /* end hide */
    body {
        height: 100%;
        margin: 0;
        padding: 0;
    }

	/* HEADER ------------------------------------------ */
	#header
	{
	display: block;
	height: 200px;
	padding: 10px;
	margin: 20px 0px 10px 0px;
	}


	/* NAV MENU ------------------------------------------ */
	#nav-menu
	{
		height: 40px;
		margin: 20px 0px 10px 0px;
		display: block;
	}
	
	#nav-menu ul
	{
	list-style: none;
	padding: 0;
	margin: 0;
	}

	#nav-menu li
	{
	float: left;
	margin: 0 0.15em;
	}
	
	#nav-menu li a
	{
	background: url(images/button.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	/* width: 9em; */
	padding: 3px 8px 3px 8px;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	}
	
	/* Hide from IE5-Mac \*/
	#nav-menu li a
	{
	float: none
	}
	/* End hide */
	
	#nav-menu
	{

	}
	
	/* SOCIAL MENU ------------------------------------------ */
	
	#social-menu 
	{
	  margin: 0;
	  height: 40px;
	  font-size: 80% /*smaller*/;

	}
	
	#social-menu ul
	{
	list-style: none;
	padding: 0;
	margin: 0;
	}

	#social-menu li
	{
	float: left;
	margin: 0 0.15em;
	padding: 2px 5px 2px 5px;
	}
	
	#social-menu li a
	{
	float: left;
	display: block;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	}
	
	/* Hide from IE5-Mac \*/
	#social-menu li a
	{
	float: none
	}
	/* End hide */

	
	
	/* NEWSIMG ------------------------------------------ */
	
	.newsimg
	{
	padding: 5px;
	border: 1px solid #ccc;
	}
	
	
	/* FOOTER ------------------------------------------ */
	#footer
	{
	display: block;
	height: 200px;
	padding: 10px;
	margin: 20px 0px 50px 0px;
	background: #eee bottom left repeat-x;
	}
	
	

    .news-item {
		max-width: 520px;
		border-bottom: 1px solid #CCC;
    }

    .datestring {
		display: block;
	    font-size: 86%;
		color: #999;
    }





