body, p, td, select, option, input, textarea {
	font-family: arial, helvetica, sans-serif;
	color:black;
	font-size:12px;
}

h1 {
	margin-top:0px;
	font-weight:bold;
	font-size:14px;
	margin-bottom:3px;
}

h2 {
	margin-top:0px;
	font-weight:bold;
	font-size:12px;
	margin-bottom:0px;
}

h3 {
	margin-top:0px;
	font-weight:bold;
	font-size:14px;
	margin-bottom:3px;
	color:#B7B793
}

.error {
	color:#FF0000;
}

/************************************************************************/
/*Article styles */

#article {
	width:770px;
}

.art_author {
	font-size:12px;
	font-weight:bold;
	color:#666666;
	margin-top:0px;
}

/*class for co contact details table*/
.author_contacts {
	width:100%;
}

/*div for author name and co details if any*/
#author_details {
	width:50%;
	height:60px;
	vertical-align:top;
}

#author_details td, a {
	color:#444444;
	font-size:9px;
}

#author_details a {
	text-decoration:none;
}

#author_details a:hover {
	text-decoration:underline;
}

.address  {
	border-right:1px #696969 solid;
}

.phonefax  {
	border-right:1px #696969 solid;
}

.emailweb  {
}

.art_logo {
	float:right;
	vertical-align:top;
}

.art_title {
	font-size:22px;
	font-weight:bold;
	margin:0px;
}

.art_subtitle {
	margin-top:5px;
	font-size:12px;
	font-weight:bold;
	line-height:17px;
}

.art_text {
	font-size:12px;
}

/*table class for laying out article and pics - tried in css but gave up*/
.main_article {
	width:100%;
}

/************************************************************************/
/*site layout */
body {
	background-color:#FFFFFF;
	text-align:left;
}

#site {
	width:770px;
	border:1px solid #000000;
	vertical-align:top;
}

.header_table {
	width:100%;
	height:90px;
	border-bottom:1px solid #000000;
}

.main_logo {
	width:270px;
	height:65px;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #000000;
}

.logo2 {
	width:45px;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #000000;
}

.banner {
	width:455px;
	height:65px;
	text-align:center;
	vertical-align:middle;
}

td.nav {
	height:25px;
	background-color:#B7B793;
}

/*LINKS IN NAV*/

#nav A {
	font-size:14px;
	padding:4px;
	line-height:24px;
	TEXT-DECORATION: none;
	color:black;
	height:100%;
	margin:0px;
	border-right:2px solid #E8E8E8;
	background-color:#B7B793;
}

#nav A:hover
{
	background-color:#E8E8E8;
}

#cur_nav A
{
	background-color:#FFFFFF;
}

/************************************************************************/
/*MAIN CONTENT BELOW HEADER - tried and failed in css!*/
.main_table {
	width:100%;
}

.side {
	width:270px;
	background-color:003300;
}

.main {
	width:500px;
	height:1000px;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-top:10px;
}

/************************************************************************/
/*list of categories in sidebar*/
#categories {
	width:100%;
	height:100%;
}

#categories td, a {
	color:#444444;
	font-size:12px;
}

#categories a {
	text-decoration:none;
}

#categories a:hover {
	color:#000000;
}

.cat_name {
	width:100%;
	border-bottom:1px solid #444444;

}

/************************************************************************/
/*search box in sidebar*/
#search {
	width:100%;
	height:45px;
}

/************************************************************************/
/*features in sidebar*/
#features {
	width:100%;
	height:90px;
	/*border-bottom:1px dotted #000000;*/
}

/************************************************************************/
/*content (text probably) in sidebar - just sponsors now! */
#side_text {
	width:100%;
	/*height:90px;*/
	border-bottom:1px dotted #000000;
	font-size:12px;
}

/************************************************************************/
/*company directory*/
.directory strong {
	font-weight:bold;
	color:#000000;
	font-size:12px;
}