html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-family: Arial, Helvetica, Trebuchet;
}

#buttonNow
{
text-align: center;
color: black;
background: #cbf0ff;
border: 2px outset #d7b9c9;
visibility: hidden;
}

#container
{
	width: 1024px;
	margin: 0px auto;	
	margin-bottom: 10px;
	min-height: 100%;
	background-image: url(../images/background2.gif);
	background-repeat: repeat-y;

}
#banner
{
}

#sidebar
{
	min-height: 100%;
	width: 200px;
	float: left;
}

#sidebar p
{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: white;
}

#main
{
	height: 100%;
	margin-left: 210px;
	border: 1px solid black;
}

.nav 
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 25px;
	text-align: center;
}

ul.nav a
{
	font-size: 1.5em;
	color: white;
	background-color: #059bc0;
	font-weight: bold;
	text-decoration: none;	
	display: block;
	width: 150px;
	border: 8px groove black;
	margin-top: 5px;
}
#main img
{
	margin: 10px 5px 10px 5px;
	border: 1px solid black;
}

#select1
{
margin-left: 10px; 

}

fieldset
{
	border: 1px solid black;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
}

legend
{
	background: #cbf0ff;
	color: black;
	border: 1px solid black;
	padding: 4px 8px;
	
}

table
{
	width: 100%;
}

th
{
	border: 1px solid black;
}
td 
{
	border: 1px solid black;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px; 
}

input 
{
	margin-top: 2px;
	margin-bottom: 2px;
}
label 
{
font-weight: bold;
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}
select 
{
margin-right: 5px;
}

.submit
{
text-align: center;
}
.submit input 
{
color: black;
background: #cbf0ff;
border: 2px outset #d7b9c9;

}


#select1
{
border: 2px inset black; 
}
.textinp
{
width:3em; 
background: #cbf0ff;
text-align: center;
border: 1px solid black;
}

.textinp18
{
width:12em; 
background: #cbf0ff;
text-align: center;
border: 1px solid black;
}

#pUnit, #iUnit
{
border: 1px solid black;
}


