/*--------------------------------------------------------------
 Application.css
 Imports all stylesheets; sets defaults for bare elements
 --------------------------------------------------------------*/

@import 'layout.css';


body {

	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}



a img { border: none; padding: 0; margin: 0; }

a:link,  a:visited { color: #000; }
a:hover, a:active  { color: #fff; background: #000; }

/*--------------------------------------------------------------
 Header
 --------------------------------------------------------------*/


#header h1 {
  font: 300% arial, verdana, serif; 
  letter-spacing: -1px; 
  margin: 25px 0 30px 20px;
  display: inline;
}




/*--------------------------------------------------------------
 Content
 --------------------------------------------------------------*/



#content h1,
#content h2,
#content h3,
#content h4,
#content h5 { 
  font-weight: bold;
}


#content h2 { 
  font-size: 150%; 
}

#content h3 { 
  font-size: 110%;
  font-weight: bold;
  margin: 1.2em 0 0.3em;  
}


#sidebar {
  font-size: 14px; 
}

#sidebar h3 { 
  font: bold 14px "lucidamac bold", "lucida grande", verdana, arial, helvetica, sans-serif;
  margin: 0 0 0.5em;
}


#sidebar h3 a:hover,
#sidebar h3 a:active {
  background: transparent; text-decoration: underline;
}

#sidebar ul {
  list-style-type: none; 
  margin: 0; 
  padding: 0;
}

#sidebar ul.menu {
  margin-left: 1.4em;
}

#sidebar li { 
  margin: 0;
  padding: 1px 0;
  list-style-type: none; 
}


