* {
	margin: 0;
	padding: 0;
	/* border:0; */
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0 auto;
	padding:0;
	font-family: Tahoma;
	font-size:12px;
	color: #333;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

p {
	margin-bottom:10px;
        line-height:1.4em;
}

hr {
	border-top:1px solid #000;	
}

.clearfloat {
	clear:both;
}

div#container {
	width:100%;
	min-width: 997px;
	width: expression((document.compatMode && document.compatMode == "CSS1Compat")?
	(document.documentElement.clientWidth < 995? "995px" : "auto") : (document.body.clientWidth < 995? "995px" : "auto"));
	min-height: 100%;
	margin:0 auto;
	background:#fff;
}

* html div#container {
	height:100%;
}

div#header {
	height:100px;
	margin:5px 5px;
}

div#search {
	height:21px;
	width:100%;	
}

div#banner-area1 {
	margin:auto;
	height:90px;
	width:990px;	
}

table.main {
	width: 100%;
	height: 100%;
	border-collapse: collapse;	
}

#header td#td1 {
	width:265px;
}

#header td#td2 {
	height:71px;
	background:#f5f5f5;	
	text-align:left;
}

#header td#srchcell {
	padding-left:20px;
	padding-right:10px;
}

#header td#srchcell input {
	width:100%;
	height:19px;
	border:1px solid #838383;
}

#header td#btncell {
	width:49px;
}

#header td#navcell {
	width:148px;
	text-align:center;
}

#header td#td3 {	
	padding-left:5px;
	width:306px;
	height:71px;
}

#header td#td4 {
	height:20px;	
}

div#topmenu {
	width:100%;
	position:relative;
}

div#middle {
	margin:0 5px;
	padding-bottom:30px;
}

div#rightcol {
	width:240px;
	margin-bottom:10px;
	float:right;
}

div#content-area td.cell2 span.title-b {
	display:block;
	font-weight:bold;
}

div#rightcol div.bann {
	width:240px;
	margin-bottom:5px;
}


div#empty {
	height:98px;
	background:#fff;
}

div#footer {
	position:relative;
	background:#f5f5f5;
	width:100%;
	height:98px;
	margin:-105px auto 0;
}

div#footer img {
	position:absolute;
	top:14px;
	left:20px;
}

div#footer p {
	position:absolute;
	top:17px;
	left:266px;
}

div#subscribe {
	background:#f5f5f5;
        margin-bottom:5px;
}

div#subscribe span {
	display:block;
	margin-bottom:3px;
}

div#subscribe a {
	display:block;
	margin-top:5px; 
	color:#333;
	text-decoration:underline;
}

div#comein {
	margin-left:20px;
}

div#comein a {
	color:#333;
}

div#auth {
	position:absolute;
	background:#ccc;
	z-index:99;
	border:1px solid #777;
	display:none;
}
.gray2 { font-weight:bold}
