@charset "utf-8";
/* poormanlocker CSS Document */
/* HTML 5 */

/* Universal style rule */
*{
  /* Block all browser default margins and padding */
   margin:0;
   padding:0; 
 }

/* Body text and page background */
body{
     margin: 0px;
     font-family: Verdana, Sans-Serif;
     font-size:.9em;
     color: #000;
     background-color: #3f92d2; /* 09F; /*999;*/
	 padding:1em;
 }

/* for non-HTML5 browsers */
section, article, aside, footer, header, nav, hgroup {
  display:block;
}

/* wrapper div */
div#wrapper {
   width:95%;
   margin:0px auto;
   background-color:#fff;}

/* header */
header{
	background-color: #3f92d2; /* 09F; /*999;*/
	height:auto;
	margin-top: 0;
	padding:.5em;
	height:auto; /* 13em;*/
	border-bottom:solid medium #C00;
}

header h2, header h1, header h4, header h3, header h5 {
 	color:#000;
 	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:.75em;
	}
	
header p{
	font-family: Verdana, Geneva, sans-serif;
	font-size:.7em; 
	font-weight:bold; 
	margin-top:1em;
	line-height:1.5em; 
	color:#000; 
}

nav {
	background-color:#999; /*09f;*/
	clear:both;
	float:left;
	width:12em;
	padding-right:1em;
	margin-right:1em;
	display:block;
	margin-top:0;
	
}

nav ul {
	list-style-type:none; 
	margin-left:0; 
	padding:.5em; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:1.05em; 
	line-height:1.75em;
}
	
nav a:link, nav a:visited {
	color:#fff; 
	text-decoration:none;
}
nav a:hover {
	color:#000; 
	text-decoration:none;
}

nav a#here {color:#000;}	/* for current page--text is color of hover text */


/* all sections */
section {
	background-color: #fff;
	height:auto;
	font-family: Verdana, Geneva, sans-serif;
	padding: .5em 1em 1em 1em;
	margin-left:13em;
	/* clear:both;*/
	/* float:left;*/
}

section p, section ul /*, section h1, section h2, section h3, section h4, section h5*/ {
	padding-left:1em;
	text-align:left;
}

section ul{
	list-style-type:none;
	font-size:.8em;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:1.5em;
}

section ul li {
	list-style-type:none;
	line-height:1.85em;
}

section ul.disc {
	list-style:disc inside;
	font-size:.8em;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:1.5em;
	margin-left:2em;
}
section ul.disc li {
	list-style:disc inside;
	line-height:1.85em;
}

section ol{
	font-size:.8em;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:1.5em;
}
section ol li {
	margin-left:2em;
	line-height:1.85em;
}

footer {
	clear:both;
	background-color:#CCC; /* fff; 09F; 999;*/
	color:#000;
	text-align:center;
	padding: .5em;
	font-family: Verdana, Geneva, sans-serif;
	font-size:.75em;
	border-top:solid thin #C00;
}


/* general */
h1, h2, h3, h4 {
font-family: Arial, Helvetica, sans-serif;
color:#009;
text-align:left;
margin-bottom:.75em;
font-weight:bold;
}

h1 {font-size:2.25em;}
h2 {font-size:1.65em;}
h3 {font-size:1.35em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}

/* all links */
a {
	text-decoration:none;
}

/* new & visited links */
a:link, a:visited{
   color: #006;
   outline-style:none;
 }

/* hover links */
a:hover{
color: #03F; 
}

p{
	font-family: Verdana, Geneva, sans-serif;
	font-size:.9em; 
	margin-bottom:1em;
	line-height:1.5em; 
	color:#000; 
}

.bold {font-weight:bold;}
.it {font-style:italic;}
.boldit {font-weight:bold; font-style:italic;}
.small {.8em;}
.tiny {.7em;}
