/* Based on an original design by Andreas Viklund (http://andreasviklund.com). 
Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4;
}

#headergraphic {
	margin: 0 10px 20px 160px;
	border: 0;
	padding-right: 20px;
}

h1 {
color: #ff0000;
line-height: 130%;
text-align:center;
}

h2 {
color: #cc0000;
line-height:: 110%;
}

h3 {
color: #cc0000;
line-height:: 110%;
font-size: 1.3em;
margin: 0 0 10px 0;
}

#homelink a {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
margin-bottom: 4px;
font-weight: bold;
height: 20px;
text-decoration: none;
color: blue;
display: block;
padding: 6px 0 0 4px;
background: #ffffff;
border-left: 0px solid #ffffff;
}	

#homelink a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

#navbar {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#navbar ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#navbar li {
margin-bottom: 4px;
}

#navbar li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: blue;
display: block;
padding: 6px 0 0 10px;
background: #ffffff;
border-left: 4px solid #ffffff;
}	
	
#navbar li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}

#wrap {
background: #ffffff;
color: 303030;
margin: 0 auto;
width: 760px;
}

#content {
margin: 0 10px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
color:ff0000;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

#highlight {
background: #FFFF00;
}

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

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

a img {
border: 0;
}

#johnsonbox {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	width: 525px;
	background-color: #ffffcc;
	border-style: solid;
	border-color: black;
	border-width: thin;
}

#johnsontitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	font-size: large;
}

#johnsontext {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}

#bluequote {
	font: "Courier New", Courier, monospace;
	color: #0000FF;
	font-size: 130%;
}


#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
