﻿/* ------------- "generic" styles */

* {
         margin: 0;
         padding:0;
}

html {
        font-size: 100%;
}

body {
	margin: 0; padding: 0;
	font: small "Lucida Grande", Arial, sans-serif;
	background: #fff;
	font-size: 80%;
}

a {
	text-decoration: none;
	color: blue;
}

p {
        padding-bottom: 0;
}

a:visited {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: orange;
}

a img {
	border: 0;
}

/* ------------- masthead styles */

#masthead {
	margin-bottom: 1.75em; padding-top: 0px;
	background: #8293bd;
	background-image: url('images/bg_bar.gif');
}

#logo {
       padding: 0em;
}

#date {
       text-align: right;
       padding: 0.5em 0.5em 0.5em 0.5em;
       background: #6a737b;
}

/* ------------- main column styles */

#content {
	float: absolute;
        width: 82%;
	text-align:justify;
        margin-left: 0%;
        display: inline;
}

#content h1 {
        padding-left: 16px;
        padding-bottom: 20px;
	background: #FFF; color: #686397;
	font-size: 1.5em;
}

#content p {
	padding-left: 20px;
	padding-bottom: 20px;
}

#content h1 b {
	color: #B0D742;
}

#content h2 {
	margin: 0.5em 0; padding-bottom: 0.25em;
	border-bottom: 1px solid #B0D742;
	font-size: 1.5em;
	color: #000;
}

#content img.illus {
	float: left;
	margin: 0.2em 0.6em 0.2em 0;
}

#content img.illus2 {
	float: right;
	margin: 1em 1em 1em 0;
}

/* ------------- main column 2 styles */

#content2 {
        float: left;
        width: 82%;
	text-align:justify;
        margin-left: 0%;
}

#content2 h1 {
        padding-left:20px;
	padding: 10px 0px 10px 20px;        
	background: #FFF; color: #686397;
	font-size: 1.5em;
}

#content2 h1 b {
	color: #B0D742;
	padding: 10px 0px 10px 0px;
}

#content2 h2 {
	margin: 0.5em 0; padding-bottom: 0.25em;
	border-bottom: 1px solid #B0D742;
	font-size: 1.5em;
	color: #000;
}

#content2 img.illus {
	float: left;
	margin: 1em 1em 1em 0;
}
#content2 p {
	padding-left: 20px;
	padding-bottom: 20px;
}

/* ------------- sidebar styles */

#sidebar {
	float: absolute;
        width: 25%;
        margin-left: 3%;
        border: 1px solid #aaaaaa;
}

#sidebar form, #sidebar div h3 {
	background: #f9f9f9;
	color: #000000;
}

#sidebar form {
	margin: 0; padding: 0.8em;
}



#sidebar form .text {
	width: 8em;
}

#sidebar div {
	background: #f9f9f9; color: #000000;
	padding: 0 1em 1em;
	margin-top: 0em;
}

#sidebar div h3 {
	font-size: 1.25em;
	margin: 0 -0.8em; padding: 0.4em 0.8em;
}


#sidebar ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px 0px;
	list-style: none;
	}
	
		
#sidebar li.main {
	list-style: none;
	}
#sidebar li.sub {
	list-style: none;
	padding-left: 10px;
	}
#sidebar a {
	text-decoration: none;
	color: #002bb8;
}

#sidebar a:visited {
	text-decoration: none;
	color: #002bb8;
}

#sidebar a:hover {
	text-decoration: underline;
}	
#tip h4 {
	margin: 0 0 0.5em; padding: 0.5em 0;
	font-weight: normal;
}

#tip p:first-line {
	font-style: italic;
}

#tip img {
	display: block;
	margin: 2em auto 0;
}

#trivia table {
	margin: 0 auto;
	font-size: smaller;
}

#trivia caption {
	margin: 1em auto 0;
	font-size: larger;
	font-weight: bold;
}

#trivia td {
	padding: 0;
	border: 1px solid #787A6B;
	background: #5B5D4E; color: #222;
	text-align: center;
}

#trivia table a {
	display: block;
	font-weight: bold;
	color: #FFF;
}

#trivia table a:hover {
	background: #ABD240;
}

/* ------------- footer styles */

#footer {
	clear: both;
	padding: 1.5em 3em;
	background: #6a737b;
	text-align:center;
	color: white;
}

#footer p {
	margin: 0;
}
#footer a {
	color: #333;
	text-decoration: underline;
}