@charset "iso-8859-1";

/* ************************* */
/* CONSCIOUSNESS STYLE SHEET */
/* ************************* */

/* ------ */
/* LAYOUT */
/* ------ */
#topDIV {
	position: relative;
	background: url(../images/consc_stripetop.gif) no-repeat bottom left;
	height: 120px;
	padding-left: 300px; }

#mainDIV {
	background: url(../images/consc_stripe.gif) no-repeat top left;
	padding-left: 200px; padding-top: 50px;
	margin-right: 10%; }


/* -------------- */
/* ELEMENT STYLES */
/* -------------- */
a {	color: #2737b7; }
a:hover { color: #00249f; }

h1 {
	font-size: 1.8em;
	background-color: #9fcff7;
	border-left: 3px solid #2737b7; border-right: 3px solid #2737b7;
	padding: 5px 10px; }
h1 .subtitle {
	font-size: .8em;
	font-style: italic;
	font-weight: normal; }
p.back-to-index {
	text-align: right;
	padding-right: 3px; }
p.back-to-index a:hover {
	text-decoration: none;
	padding-left: 4px;
	border-bottom: 1px solid #2737b7;
	border-left: 6px solid #2737b7; }

#local-menuDIV {
	margin-top: 15px;
	font-size: 1.2em;
	color: #2737b7; }
#local-menuDIV a {
	margin-left: 15px; margin-right: 15px;
	padding: 1px 3px; }
#local-menuDIV a:hover {
	text-decoration: none;
	background-color: /* out?? #d5c008 */ #2737b7; color: white; }
	
h2 {
	margin: 5em 0px 1em 0px;
	padding: .3em;
	border-bottom: 1px solid;
	font-size: 1.3em;
	color: #2737b7; }

h3 {
	margin-top: 3em; margin-bottom: .5em;
	font-size: 1.2em;
	color: #2737b7; }

img.to-top { margin-top: 10px; }

div.copyright {
	color: #333;
	font-size: .8em;
	margin-top: 4em;
	border-top: 2px solid #2737b7;
	padding-top: 1.5em;
	text-align: center; }
