/*-------------------------------------------------
 Imported Styles
-------------------------------------------------*/
@import url("base.css");


/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/

body
	{
	margin: 0;
	padding: 0;
	background: #7A7F69 url(../img/bkd_green_notebook.jpg);
	text-align: center;
	font: small/1.6em verdana, arial, sans-serif;
	color: #666;
	}
	
/* Normal links */
a:link, a:visited {
	color: #c90;
	text-decoration: underline;
	}

a:hover, a:visited:hover {
	color: #333;
	text-decoration: underline;
	}

/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent;
	}


/*-------------------------------------------------
HEADING TEXT ELEMENTS
-------------------------------------------------*/

h1 {
	font-size: 48px;
	font-weight: normal;
	color: #000;
	}

h2 {
	margin: 30px 0 20px 0;
	padding: 10px 0 0 0;
	font-size: 30px;
	font-family: 'Lucida Grande', arial, helvetica, sans-serif;
	border-top: 4px solid #dedede;
	height: 50px;
  	height/* */:/**/36px;
  	height: /**/36px;
	font-weight: normal;
	color: #c90;
	}

h3 {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
	line-height: 1.5em;
	}

h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	}

h5 {	
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 80%;
	font-weight: normal;
	color: #666;
	}

h6 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #c30;
	}

p {
	margin: 0 0 1.0em 0;
	font-size: 12px;
	line-height: 1.5em;
	}

p.first {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: 16px;
	color: #999;
	}

li {
	list-style: square;
	font-size:11px;
	}


/*-------------------------------------------------
MISCELLANEOUS
-------------------------------------------------*/

select {
	font: 11px verdana, arial, sans-serif;
	background-color: #efefef;
	}

div.spacer {
	clear:both;
	height: 1px;
	overflow: hidden;
	}
	
img { border: none; }
hr { display: none; }
