/*body formatting*/

body {
	font-family: "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
	margin:20px 20px;
	}
	
/*header div formatting*/
	
#header {
	text-align:center;
	}
	
#header p	{
	text-align:center;
	}
	
/*main content div formatting*/

#maincontent {
	top:180px;
	}
	
/*right navigation formatting*/

#navigation {
	background-color:transparent;
	top:180px;
	text-align:center;
	}
		
#navigation ul	{
	list-style-type:none;
	}
	
/*footer div formatting*/
	
#footer	{
	text-align:center;
	}
	
ul#textlinks { 
  text-align:center;
} 

ul#textlinks li { 
  list-style: none;  
  text-align: center;
} 

#nonn4 hr	{
	width:100%;
	color:#60c;
	background:none;
	}
	
.noscript	{
	font-style:italic;
	text-align:left;
	font-size:x-small;
	}
	
/*press article formatting*/

#press h1	{
	text-align:center;
	color:#90f;
	}
	
#press	{
	margin:20px 20px;
	border: 2px inset #000000;
	}
	
/*general formatting*/
	
a	{
	text-decoration:none;
	font-weight:bold;
	color:#990000;
	}
		
hr {
    height:5px;
    width:100%;
    background-image:url(../images/hr.jpg);
	background-repeat:repeat-x;
	clear:both;
   }
		
h1 {
	color:#60C;
	font-weight:bold;
	font-size:24px;
	}
	
h2	{
	color:#60C;
	font-weight:bold;
	font-size:18px;
	}
	
h3	{
	font-weight:bold;
	font-size:16px;
	}
	
h4	{
	font-weight:bold;
	font-size:16px;
	}
		
p, ul, li, td, blockquote	{
	font-size:14px;
	}
	
strong	{
	font-weight:bold;
	font-style:normal;
	}
	
em	{
	font-weight:normal;
	font-style:italic;
	}
	
img	{
	border: 0;
	}
	
/*more specific formatting*/
	
.noscript	{
	font-style:italic;
	text-align:left;
	font-size:x-small;
	}

#nonn4	{
	display:none;
	}
	
#nn4	{
	display:block;
	}
	
.print	{
	display:none;
	}
		
.urhere	a:link	{
	color:#000000;
	text-decoration:none;
	}
		
.urhere	a:visited	{
	color:#000000;
	text-decoration:none;
	}
		
.urhere	a:hover	{
	color:#000000;
	text-decoration:none;
	}
		
.urhere	a:active	{
	color:#000000;
	text-decoration:none;
	}
	
.hallmark	{
	list-style-type:none;
	}
	
.highlight	{
	color:#60C;
	font-weight:bold;
	}
	
.leftalign	{
	text-align:left;
	}
	
.rightalign {
	text-align:right;
}

.center	{
	text-align:center;
	}
