


#header {
	height:96px;
}



.table
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	width=165px;
	height=140px;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	left: 1px;
	
	
}

.table thead
{
	text-align:center;
	background-color:#F4A80A;
	color:#fff;
	font-weight:bold;
}
.table tr
{
}

.button {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 1px 0;
	width: 65px;
	margin: 0 5px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}


#links a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#links a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}


#contentarea {
	clear:both;
	padding:5px 0px;
}


#rightbar {
	float:left;
	width:120px;
}

#rightbar h2{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding-left:5px;
	padding-bottom:5px;
}

#rightbar p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 5px;
}


