/* Layout Copyright Pamela Lehmann 2009.*/
/*See help file (help.html) in the root directory of the site for an explanation of the css used here.*/



/* BODY*/

body {
	background-color: #BBCCDD; 
	font-size: 100%;
	} 
	
/* TEXT */
	/* Note: Text appears smaller on a Mac than on a PC, so font size has not been set, allowing for the browser defaults. Headings are made larger using em (1em = default font size).*/

img {
	border-style: none;
	}
	
p {
	color: #000000;
	margin-left: 20px;
	font-size: 1em;
	line-height: 100%; 
	}

	/* LINKS */
	
a:link {
	color: #114444; 
	text-decoration: underline;
	}

a:visited {
	color: #114444; 
	text-decoration: underline;
	font-style: italic;
	}

a:hover {
	color: #114444; 
	text-decoration: underline;
	font-weight: bold;
	}

a:active {
	color: #114444;
	text-decoration: underline;
	font-weight: bold;
	}

	/* HEADINGS */
h1 {
	color: #114444;
	font-weight: bold;
	font-size: 2em;
	}

h2 {
	color: #114444;
	font-weight: bold;
	font-size: 1.5em;
	}

h3 {
	color: #114444;
	font-weight: bold;
	font-size: 1.25em;
	}
	
h4 {
	color: #114444;
	font-weight: bold;
	font-size: 1em;
	}

	/* CLASS */
	
.center {
	text-align: center;
	}
	
.bold {
	font-weight: bold;
	}
	
.italic {
	font-style: italic;
	}
	
.indent {
	margin-left: 40px;
	}

.noindent {
	margin-left: 0px;
	}
	
/* DIV BOXES*/

#header	{
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
	height: 150px;
	max-width: 1000px;
	text-align: center;
	}
	
#menu	{
	position: relative;
	padding: 8px;
	margin: 0px;
	top: 150px;
	float: left;
	width: auto;
	}
	
#body	{
	position: relative;
	padding: 3px;
	margin: 0px;
	top: 150px;
	float: left;
	max-width: 70%;
	background-color: #CCDDEE;
	border: solid #225555;
	}
	
div.img	{
	margin: 2px;
	width: 200px;
	min-height: 300px;
	float: left;
	text-align: center;
	position: relative;
	display: inline;
	}

#caption	{
	margin: 2px;
	width: auto;
	height: auto;
	text-align: center;
	}