﻿html
{
	height: 100%;
}

body
{
	height: 100%;
	background-image: url('images/woodfloor.jpg');
	font-family: "myriad", "lucida grande", "trebuchet ms", san-serif;
	font-size: 75%;
}

.top
{
	background-color: #E3BD00;
	height: 20%;
}

#name
{
	padding: 0.5em;
	color: black;
	font-family: "times new roman", "centar", serif;
	font-size: 175%;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	word-spacing: 0.5em;
}

.middle
{
	position: relative;
	min-height: 100%;
}

* html .middle
{
	height: 100%;
}

#nav
{
	float: left;
	width: 20%;
}

#menu 
{
	color: white;
	background-color: #005400;
	font-family: "trebuchet ms", "verdana", "arial", "helvetica", sans-serif;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.1em;
	list-style: outside;
	list-style-type: none;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 0px;
	margin-top: 2em;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

#menu li
{
	padding: 0.5em;
}

#menu a:link, #menu a:visited, #menu a:active
{
	color: white;
	text-decoration: none;
}

#menu a:hover
{
	list-style-type: circle;
	background-color: white;
	color: black;
}

#content
{
	background-color: #c8c8c8;
	margin-bottom: 1em;
	margin-left: 25%;
	margin-right: 0px;
	margin-top: 2em;
	padding: 1em;
}

#content1
{
	background-color: #c8c8c8;
	height: 1600px;
	margin-bottom: 1em;
	margin-left: 25%;
	margin-right: 0px;
	margin-top: 2em;
	padding: 1em;
}

#content2
{
	background-color: #c8c8c8;
	height: 1100px;
	margin-bottom: 1em;
	margin-left: 25%;
	margin-right: 0px;
	margin-top: 2em;
	padding: 1em;
}

/*#content p
{
	font-family: "myriad", "lucida grande", "trebuchet ms", san-serif;
	font-size: 75%;
}*/

/*#content1 p
{
	font-family: "myriad", "lucida grande", "trebuchet ms", san-serif;
	font-size: 75%;
}*/

#content h1
{	color: #008291;
	font-family: "arial", "helvetica", sans-serif;
}

#content h2
{
	color: #0000E0;
	font-family: "arial", "helvetica", sans-serif;
	text-align: center;
}

#content h1 img
{
	border: 1px;
	border-color: red;
	float: left;
	padding: 1em;
	vertical-align: middle;
}

#tablediv
{	
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

#content table
{
	width: 97%;
	border: 1px solid black;
	border-spacing: 0px;
}

#content .rowa
{
	border: 1px solid black;
	background-color: #ffffff;	
}

#content .rowb
{
	border: 1px solid black;
	background-color: #c0c0c0;
}

#content1 ul
{
	display: inline;
	list-style: none;
	width: 100%;
}

#content1 li
{
	padding: 1.5em;
	float: left;
	width: 40%;
}

.stayleft
{
	width: 200px;
}

.stayright
{
	margin-left: 270px;
}

.stayright img
{
	float: left;
	margin-left: -250px;
}

.stayright1
{
	margin-left: 270px;
	font-size: 110%;
	font-family: 'helvetica', 'arial', sans-serif;
	color: #B32700; 
	font-weight: bold;
}



.stayright1 img
{
	float: left;
	margin-left: -250px;
}

#imgarc
{
	position: relative;
	margin-top: 0px;
	margin-left:-250px;
	padding: 0px;
	float:left;
}



#bottom
{
	position: relative;
	background-color: #969696;
	clear: both;
}

.footer
{
	color: #ffffff;
	font-family: "arial", "helvetica", sans-serif;
	font-size: 100%;
}

.footer a
{
	text-decoration: none;
}