* {
	font-family: verdana, arial, sans-serif;
}
body, table, textarea, input, select {
		font-size: 11px;
		font-weight : normal;
		font-style : normal;
		font-family: verdana, arial, sans-serif;
		margin: 0px;
}
body {
 		background: #EFEFEF;
		padding: 0px;
		margin: 0px;
}
#container {
 		background: white;
		border: 1px solid #999999;
		border-bottom: 0px solid #999999;
}
/* Headers */
#header .border {
    height: 50px;
    width:  100%;
    padding: 0px;
		border: 0px solid #000000;
		background: url(../images/banner.gif) no-repeat;
}
#header-title {
	text-align: right;
	padding: 18px 20px 0px 0px; 
	color:#FFFFFF;
	float: right;
	border: 0px solid #000000; 	
}
#header-title b {
	color: white;
}

#subheader .border {
	text-align: right;
	height: 24px;
	padding: 0px; 
	padding-right: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #999999;
	background: url(../images/searchbar-bk.gif); 	
}
#subheader ul {
	list-style-type: none;
	text-align: right;
	padding: 4px;
	margin: 0px;
	position: relative;
}
#subheader li {
	display: inline;
	text-align: center;
	margin: 5px 2px 5px 2px;
}
#subheader li a {
	padding: 3px 4px 3px 4px;
	border:  1px solid black;

	color: black;
	background: #fefefe;

	text-decoration: none;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	padding-top: bottom;
}
/* Footer */
#footer .border {
   	background: url(../images/searchbar-bk.gif); 	
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
		height: 24px; 		
		padding: 0px;		
    margin-top: 0px;
}
#footer #copyright {		
	width: 100%;
	text-align: center;
	color: #999999;		
	font-size: 10px;
	padding: 5px 0px 0px 0px;	
}	

/* First Column */
#column1  {
  	background-color: #EBEBEB;
		border-right: 1px solid #999999;
}

.nav-header {
    padding: 8px 0px 8px 0px;
   	background-color: #D7D7D7;
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
		font-weight: bold;
		text-align: center;
}

/* Center column */
#column3 table
{
    border: solid #999999 1px;
    border-collapse: collapse;
    vertical-align: top;
}
#column3 th, #column3 td
{
    border: solid #999999 1px;
    padding: 5px 8px, 0px, 8px;
		vertical-align: top;
}
#column3 th
{
    background: #D7D7D7 url(../images/searchbar-bk.gif);
}


