html, body {
	background: rgb(0, 0, 0);
	color: #ffffff;
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	opacity: 1.00;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
}

#header
	{
	height: 50px;
	margin-bottom: 10px;
}
		
#sidebar
{
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

#container2{
	padding: 0;
	margin: 0 auto;
        background: transparent url(images/trans1.png) repeat;
        border: 1px solid #bbb;
	z-index: 3;
}

#nav {
	width: auto;
	padding: 0;
	margin: 0 auto;
	font: bold 11px Verdana, sans-serif;
	height: 16px;
}
										#nav li {
   list-style: none;
   margin: 0;
   padding-top: 3px;
   padding-bottom: 3px;
   border: 1px solid #bbb;
   border-bottom: none;
   display: inline;
}

#nav li a {
   padding: 3px;
   border-bottom: none;
   background: transparent url(images/trans2.png) repeat;
   margin: 0;
   text-decoration: none;
}
																				#nav li a:link { color: #b8b4c6; }
										#nav li a:visited { color: #b8b4c6; }
										#nav li a:hover {
   color: #fff;
   background: transparent url(images/trans1.png) repeat;
}
										#nav li a#current {
	background: transparent url(images/trans1.png) repeat;
	border-bottom: 1px solid #424046;
	z-index: 4;
	color: #fff;
}	

#container
{
	margin: 0 30px 10px 210px;
}

#content
{
	padding: 20px 30px 10px 20px;
}

#box{
position: relative;
width: 200px;
border: none;
background-color: #aaaaaa;
color: #000000;
font-size: small;
padding: 5px;
margin: 5px;
border-width: thin;
border-color: white;
border-style: dotted;
float: right;
}

#footer
{
	clear: both;
	height: 50px;
	margin-bottom: 10px;
	text-align: center;
}


h1 {
	display: none;
}

h2 {
	color: #ffffff;
	font-family: 'ArialMT', 'Arial', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	opacity: 1.00;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #d4d4d4;
	text-decoration: underline;
}

th {
	background: #aaaaaa;
}

label {
	margin-right: 10px;
	display: block;
	width: 10em;
	text-align: right;
	float: left;
}

.narrowinput { width: 4em; }

.wideinput { width: 20em; }

.total {
	background: #aaaaaa;
	text-align: right;
}

.contact {
	font-size: 11px;
	line-height: 12px;
	padding-left: 10px;
}

.attrib {
	text-align: right;
	font-style: italic;
}

#button {
	border-width: thin;
	border-color: white;
	border-style: solid;
	background: #aaaaaa;
	padding: 2px;
	font-size: small;
	text-decoration: none;
	color: black;
}

