html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}


body {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	background-color: #666666;
	color: #000000;
	text-align: center;
	line-height: 1.8em;
}

#wrapper {
width: 770px;
background-color:#FFFFFF;
margin:10px auto;
border: 1px solid #000000;
text-align:left;
background-image:none;
background-repeat:repeat-y;
}

#banner {
	height: 160px;
	background-image: url(../Images/landtechlogo.jpg);
	background-repeat: no-repeat;
	border-bottom-style:solid;
	border-bottom-color: #000000;
}


#leftcol #nav ul {
	background-color: transparent;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
	border: 1px solid #000000;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
	display: none;
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;*/
}

 

#leftcol #nav ul li {
padding: 0;
margin: 0; 
}


#leftcol #nav ul li a{
background-color: #869BCC;
border-bottom: 1px solid #000000;
color: #000000;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
}


#leftcol #nav a:hover, #leftcol #nav a:focus { 
background-color: #003366;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}


#content{
	margin-left: 30px;
	width: 550px;
	margin-right: 60px;
}

#content p{
font-size: 80%;
margin: 20px;
}

#content h1{
font-size: 130%;
color: #000000;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 110%;
color: #000000;
padding: 0;
margin: /*100px 0 0*/ 20px;
}

.leftimage{
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
}

.rightimage{
	margin-bottom: 20px;
	float: right;
	margin-left: 15px;
	border: 1px solid #000000;
	width: 150px;
}

/*.clearit{
clear: both;
background-color:#00FF66;
width: 200px;
}*/


#footer{
border-top: 1px solid #000000;
background-color: #FFFFFF;
color: #FFFFFF;
clear: both;
}

#footer p {
	font-size: .9em;
	padding: 3px;
	line-height: 1.8em;
	color: #000000;
}

#leftcol{
	margin-left: 10px;
	margin-top: 20px;
	width: 170px;
	margin-bottom: 20px;
	float: left;
	display: none;
}

#content p.right{
float: right;
}

.container{
width: 99%; 
float:right;
}


a:hover {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-size: medium;
}

form { width: 450px; }

fieldset{ 
padding:10px;
border:1px solid #003366;
margin-bottom:15px; }


input,textarea {
background-color:#869bcc; 
border: 1px solid #006666;
margin: 4px; }

/*styles the input fields*/

label { 
color:#000033; }

legend{ 
padding:10px; /*gives a bit of padding between the border and the text*/
color:#000066;
font:16px bold Verdana,Geneva,Arial,Helvetica,sans-serif; }

.submitbutton {
border: 1px solid #003366; 
background-color:#869bcc;
}


/*#printinfo {
	border: 1px solid #999999;
}*/	