@charset "utf-8";
@import url(css/brown/3column.css);

/*
04161311
========================================
HEADER
========================================*/

#header {
	width: 800px ;
	height:286px ;
	text-align: left ;
	background: #fff url("head.jpg") no-repeat center top ;
}



#header img {
	position: absolute ;
	top: 83px ;
	left : 416px ;
height : 61px;
padding-top : 61px ;
overflow : hidden ;
display : block ;
}

#header a > img { height : 0px ; }



body #header h2 a, body #header p {
	color : #999 !important ;  
}



hr { clear:none; }


/* New Table
-----------------------*/
.content .newtable {
font-size: 12px;
margin : 0px ;
}

.content .newtable th {
background-color : #b0c4de ;
font-weight : normal ;
color : #666 ;
padding : 3px ;
white-space : nowrap ;
text-align : left ;
border : double 1px #555;
}

.content .newtable td {
background-color : #fff ;
color : #666 ;
padding : 3px ;
border : double 1px #555;
}

table.newtable textarea {
	width : 300px ;
}

table.newtable {
	width : 420px ;
}


