body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
                background-color: #ffffff;
	margin: 10px;
                background-image:url('main_bgnblgrey.gif');
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
                
}

a:link, a:visited, a:active {
	color: #e67c28;
	text-decoration: none;
                font-size: 11px;
                font-weight: bold;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
                font-size: 11px;
                font-weight: bold;
}
form {
	margin: 0;
}
h1, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
                font-family: Arial;
	font-size: 20px;
	color: #e67c28;
                font-weight: bold;
}
h2  {
	margin: 5px 0px 5px 0px;
                font-family: Arial;
	font-size: 13px;
	color: #e67c28;
                font-weight: bold;
}

.header {
	background-color: #333333;
	height: 140px;
                font-size: 11px;
	color: #333333;
                text-align: bottom;
	border-width: 2px 2px 2px 2px;
                border-style: solid;
                border-color: black black black black; 

                
}
.menu {
	background-color: #000000;
	padding: 10px;
	width: 150px;
                vertical-align: top;
                background-repeat: no-repeat;
                border-width: 0px 2px 0px 2px;
                border-style: solid;
                border-color: black black black black;
                                  
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
                             
}
.current {
	font-weight: bold;
}
.content {
	background-color: #333333;
	padding: 20px;
	height: 400px;
	vertical-align: top;
                border-width: 0px 2px 0px 0px;
                border-style: solid;
                border-color: #000000;

}
.footer {
	background-color: #000000;
	text-align: center;
                font-size: 9px;
	height: 10px;
                

}