<style type="text/css"> 
<!-- 
* {margin:0px; padding:0px;}  
body { 

margin: 0px auto; 
height: auto; 
width: 100%; 
align:center;
} 
A
{
    FONT-SIZE: 9pt;
    COLOR: #261600;
    TEXT-DECORATION: none
}
A:active
{
    FONT-SIZE: 9pt;
    COLOR: #ff3300;
    TEXT-DECORATION: none
}
A:hover
{
    FONT-SIZE: 9pt;
    COLOR: #ff8000;
    TEXT-DECORATION: none
}
#header {
	BACKGROUND: url(../../upfile/1/logo.jpg) no-repeat; MARGIN: 0px 20px 0px 0px; WIDTH: 98%; HEIGHT: 120px;align:center
}
#menu {
	HEIGHT: 28px; TEXT-ALIGN: right
}
#menu UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: right; PADDING-BOTTOM: 0px; MARGIN: 0px 3px 0px 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; HEIGHT: 28px
}
#menu UL LI {
	FLOAT: left; HEIGHT: 28px
}
.menuA:link {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; BACKGROUND: url(menu_main.jpg) 0px 0px repeat; FLOAT: left; PADDING-BOTTOM: 0px; COLOR: #493107; LINE-HEIGHT: 210%; PADDING-TOP: 0px; HEIGHT: 28px; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.menuA:visited {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; BACKGROUND: url(menu_main.jpg) #e3ce96 0px 0px; FLOAT: left; PADDING-BOTTOM: 0px; COLOR: #493107; LINE-HEIGHT: 210%; PADDING-TOP: 0px; HEIGHT: 28px; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.menuA:hover {
	BACKGROUND: url(menu_main.jpg) #e3ce96 0px -28px; COLOR: #493107
}
.menuL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url(menu_left.png) #e3ce96 no-repeat; PADDING-BOTTOM: 0px; WIDTH: 5px; PADDING-TOP: 0px
}
.menuR {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url(menu_right.png) #e3ce96 no-repeat; PADDING-BOTTOM: 0px; WIDTH: 8px; PADDING-TOP: 0px
}
.menuDiv {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url(menu_div.png) #e3ce96 no-repeat; PADDING-BOTTOM: 0px; WIDTH: 4px; PADDING-TOP: 0px
}
.leftbar { 
border: 0px; 
margin: 2px; 
padding: 0px; 
float: left; 
height: auto;
width: 18%; 
TEXT-ALIGN: top;
BACKGROUND: url(leftnav.gif)
} 
.leftfoot { 
height: 2px;
BACKGROUND: url(leftline.gif);
MARGIN: 0px;
padding: 0px;
} 
.Ptitle {
	PADDING-LEFT: 8px; FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND: url(../../IMAGES/sidebar.gif) #f0ecd0; MARGIN: 0px; LINE-HEIGHT: 180%; HEIGHT: 30px; TEXT-ALIGN: left
}

.mainBox { 
border: 1px #F8BB9E;
margin: 2px; 
padding: 0px; 
float: left; 
height: auto;
width: 60%; 
} 
.mainBox h1 { 
float: left; 
height: 30px; 
width: 100%; 
color: #FF0000; 
padding: 1px; 
background-color: #F9F1D5; 
font-size:large; 
MARGIN-right: 2px;
FONT-FAMILY: verdana;
} 
.buttom {
BACKGROUND: url(dot.gif) #f0ecd0; MARGIN: 0px; HEIGHT: 2px; width: 100%
}
.mainContent{
MARGIN: 0px; 
width: 98%;
font-size:small;
overflow:hidden;

}
.titleA:link {
FONT-WEIGHT: bold; COLOR: #333333; FONT-FAMILY: verdana,  ; TEXT-ALIGN: left; TEXT-DECORATION: none;font-size:medium
}
.titleA:visited {
FONT-WEIGHT: bold; COLOR: #333333; FONT-FAMILY: verdana,  ; TEXT-ALIGN: left; TEXT-DECORATION: none;font-size:medium
}
.titleA:hover {
FONT-WEIGHT: bold; COLOR: #333333; FONT-FAMILY: verdana,  ; TEXT-ALIGN: left; TEXT-DECORATION: none;font-size:medium
}
.rightbar { 
border: 1px dashed #F8BB9E; 
margin: 2px; 
padding: 0px; 
float: left; 
height: auto;
width: 18%; 
} 
/*lawyer black and white style**********************************/

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #25231f;
	margin: 0;
	padding: 0;
	color: #ffffff;
}
a{
	color: #f6e8ac;
	text-decoration: none;
	}
.twoColFixRtHdr #container { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #25231f;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	height:234px;
	background: #f6e8ac; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(rightColumnBg.jpg) no-repeat left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 15px 0 30px;
	margin-top:10px;
}
.twoColFixRtHdr #mainContent {
	float:left;
	width:500px;
	padding: 0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	height:180px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#25231f url(headmenu_bg.jpg) top left repeat-x;
	text-align:right;
	margin-top:30px;
	font-size:9px;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#logo {
	height: 234px;
	width:770px;
	margin:0 auto;
}

.nav{
	float:left;
	margin-top:200px;
	margin-left:10px;
	height:34px;
}

.nav ul{
	list-style:none;
	display: inline;
	margin:0;
	padding:0;
}
.nav li{
	float:left;
	margin-right:1px;
}

.nav li a{
	display:block;
	color:#ffffff;
	text-decoration:none;
	padding: 11px 20px 10px 20px;
	border:1px solid #181615;
	border-bottom:0px;
	background: #25231f url(headmenu_bg.jpg) bottom left no-repeat;
}

.nav a:hover{
	background:#2c2a25;}

#profile{
	font: 11px normal Georgia, "Times New Roman", Times, serif;
	}

#profilepic{
	overflow:hidden;
	/*background:url(images/accountant/upload/profile.jpg) top left no-repeat;*/
	border: 3px solid #3d3931;
	height:244px;
}

.newsList{
	line-height:1.5em;
	overflow:hidden;
}

.newsList ul{
	margin:0;
	padding:0;
	list-style:none;
}

.newsList li{
	margin:0;
	padding:0;
	list-style:none;
}

li.title{
	padding:15px 0 4px; 0;
	background:url(headmenu_bg.jpg) bottom left repeat-x;
	width:450px;
	font-size:12px;
	color:#fc6a03;
	margin-bottom:8px;
}

li.title a{
	color:#fc6a03;
}

.featureList ul{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
li.features{
	width:125px;
	float:left;
	display:block;
	list-style:none;
	margin:0;
	padding-top:6px;
	padding-right:20px;
}
dl.features{
	width:125px;
	margin:0;
	padding:0;
	float:left;
	display:block;
	list-style:none;
}
.features dt{
	width:125px;
	padding:0;
	margin:0;
	border:3px solid #3d3931;
	overflow:hidden;
}
.features dd{
	width:125px;
	margin:0;
	padding:0;
	line-height:1.3em;
	text-align:center;
}

.searchbox{
	border:0px;
}

-->end of black and white
.clear{clear:both}
--> 
</style> 
