/* Stylesheet for George Benthien's Web Site */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(write013.jpg);
	background-repeat: repeat;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#wrapper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/* Header */

#hdr {
	background-color: #e6e6e6;
	height: 100px;
	margin-bottom: 50px;
	margin-top: 20px;
	border-bottom: solid 5px #9f9f9f;
	border-right: solid 5px #9f9f9f;
	border-top: solid 1px #808080;
	border-left: solid 1px #808080;
	text-align: center;
}

#hdr h1 {
	padding-top: 10px;
	color: #800000;
	font-size: 2em;
}

#hdr h2 {
	color: #808080;
	font-size: 1.4em;
}


/* Navigation Menu */

#navcontainer { 
	float: left; 
	width: 16em;
	font-size: 1em;
} 

#navmenu h2 {
	background-color: #000;
	color: white;
	text-align: center;
	padding: .25em 0;
	font-size: 1.4em;
	border-bottom: solid 2px #9f9f9f;
}

#navmenu ul { list-style-type: none;}

#navmenu a {
	display: block;
	padding: .5em 0 .5em 15px;
	background-color: #036;
	color: #fff;
	text-decoration: none;
	border-bottom: solid 2px #9f9f9f;
}

#navmenu a.u_r_here {
	color: #00bfff;
}

#navmenu a:hover { 
	background-color: #0082ff;
	color: #fff;
}

#navmenu ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100%;
	display: none;
}

#navmenu li {
	position: relative;
	background-color: #036;
	color: #fff;
}

#navmenu li li a{
	background-color: #ffe860;
	color: #000;
	display: block;
}

#navmenu li li a:hover {
	background-color: #fff5bb;
	color: #000;
}

#navmenu li:hover {
	background-color: #1589ff;
}

#navmenu ul li:hover ul {
	display: block;
}
/* Contents*/

#content { 
	margin: 0 0 0 20em; 
	font-size:1em;
}  /* main content region */ 

#content h2 {
	margin: 0;
	background-color: #000;
	color: #fff;
	padding: 0.25em 0 0.25em 1.75em;
	text-align: left;
	font-size: 1.4em;
}

#content ul { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

#content li { 
	padding: .5em 0; 
	margin: 0; 
	color: #000;
 }

#content .section {
	background-color: #fff;
	color: #000;
	margin-bottom: 3em;
	padding: 1em 2em;
	border-bottom: solid 5px #9f9f9f;
	border-right: solid 5px #9f9f9f;
	border-top: solid 1px #808080;
	border-left: solid 1px #808080;
}

.section ul#bullet {
	list-style-type: disc;
	padding: 0.5em 0 0.5em 3em;
	margin: 0;
}

a { text-decoration: none; font-weight: bold;}

#content a:link {color: #0000cc;}

#content a:visited {color: #0000cc;}

#content a:hover {color: #6699ff;}

#content a:active {color: #ff00cc;}

a .alt { display: none; }

.underline { text-decoration: underline; }

a.heading {
	font-size: 1.2em;
}

p {
	line-height: 150%;
	color: #000;
	margin-bottom: 1em;
}

.imageBorder {
	border: 2px solid #000;
}

#photo {
	float: left;
	margin-right: 20px;
	padding-top: 10px;
}

.center {
	text-align: center;
	border: none;
	line-height: normal;
	margin: 20px;
}

.padright { padding-right: 2em; }

#adobeReader {
	text-align: center;
	margin-top: 1em;
}

img {
	border: 0;
}

