

body	{
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;	
	}

html>body	{
	font-size: small;	
	} 

#header	{
	margin: 0;
	padding: 0;
	height: 0;
	color: #000;
	background: white;
	}
	
#header h1	{
	border: 0px none;
	text-align: left;
	height: 0px !important; /* for most browsers */
	height /**/:5px !important; 
	margin-left:0; 
	margin-right:0; 
	margin-top:0; 
	margin-bottom:0; 
	padding-left:0; 
	padding-right:0; 
	padding-bottom:0
	}

#page  {
	width: auto; 
	margin: 0 3%;
	padding: 0; 
	border: 0px none;
	float: none !important;
	color: #000; 

	}

#section_name	{
	width: auto;
	text-align: left;
	border: 0px none;
	line-height: 140%;
	height: 100%;
	background: #fff
	}	
	
#section_name h1 {
	color: black;
	text-align: left;
	margin: 0;
	}


	/* image formats 	*/	
img	{
	padding: 10px;
	border: 1px solid #ddc;
	margin-left: 15px;
	}

#imgRT	{
	float: right;
	padding: 0;
	margin-left: 15px;
	}

#imgLT	{
	float: left;
	padding: 0;
	margin-right: 15px;
	}	
		
	
.firstpost	{
	background: white; 
	margin-left:0; 
	margin-right:0; 
	margin-top:40px; 
	margin-bottom:0; 
	padding-left:0; 
	padding-right:0; 
	padding-top:0; 
	padding-bottom:0
	}

.regpost	{
	background: white; 
	margin-left:0; 
	margin-right:0; 
	margin-top:20px; 
	margin-bottom:0; 
	padding-left:0; 
	padding-right:0; 
	padding-top:0; 
	padding-bottom:0
	}
	
.regpost h2, .firstpost h2	{
	font-weight: bold;
	color: black;
	font-size: 12px;
	}


.subpar	{
	text-align: center;
	color: black;
	font-size: 9px;
	margin-bottom: -.5em;
	padding-top: 40px;
	line-height: 140%;
	}



	/* default links 	*/

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #000;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #000;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #000;
	background: transparent;  
	}


	/*   Text headlines  */


h1, h2, h3, h4, h5, h6	{
	font-weight: bold;
	font-family: Myriad, "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	}

h1	{
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 25px;
	text-transform: lowercase;
	}

h2	{
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 0;
	letter-spacing: 1px;
	line-height: 140%;
	text-transform: uppercase;
	}

h3	{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px; 
    }

h4	{
	font-weight: normal;
	margin: 0 0 0 10px;
	line-height: 130%;
	font-size: 10px;
	color: #000;
	}

p	{
	margin-top: 5px;
	margin-bottom: 1em;
	line-height: 140%;
	}
	
dd	{
	margin: 0 0 0 10px;
	line-height: 130%;
	font-size: 10px;
	color: #666;
	}



	/*  Create sidebar nav 	*/ 
	
#sidebar	{
	display: none;
	}
	
#mediabar	{
	display: none;
	}

address	{
	font: 10px/15px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	text-align: left;
	}
