*, html, body{
	width: 100%;
	color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, 'Trebuchet', sans-serif;
}

a{text-decoration: none;}

#main-navigation, #leftbar, #services, #review, #contact, #footerlogos, #recent_article_area, div#index_leftbar, .pagination, #searchbox, div#mainimg, div#splash, .goright, .styletbl tfoot, .hideit{
	display: none;
}

h1{font-size: 16pt;}

h2{font-size: 14pt;}

h3{font-size: 12pt;}

h4{font-size: 10pt;}

h1, h2, h3, h4, h5{
	padding: 0px;
	margin: 0px;
}

#container{
	position: relative;
	width: 100%;
    text-align: left;
}

#content{
	padding-top: 130px;
	width: 100%;
}

/* Hides from IE5-mac \*/
* html #content {padding-top: 0px;}
/* End hide from IE5-mac */

#text h1, h1#index{font-size: 16pt;}

#text, #index_text, #footer{
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
}

#section{
	left: 0px;
	top: 85px;
	padding: 0px;
	margin: 0px;
	position: absolute;
}

/* Hides from IE5-mac \*/
* html #section {display: none;}
/* End hide from IE5-mac */

#section h1{
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 16pt;
}

#index{ /*like section for home*/
	margin-top: -42px;
	padding-bottom: 19px;
}

/* Hides from IE5-mac \*/
* html #index {display: none;}
/* End hide from IE5-mac */

div#header{
	left:0px;
	top:0px;
	position: absolute;
	font-size: 20pt;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

/* Hides from IE5-mac \*/
* html #header {display: none;}
/* End hide from IE5-mac */
    
#heading{
	padding-bottom: 10px;
	width: 100%;
}
    
#heading p, #heading p a{
	font-size: 20pt;
	padding: 0px;
	margin: 0px;
}

#heading p.parttwo{font-size: 13pt;} /*for header*/

.moveright{margin-left: 225px;} /*for header*/

#footer{
	clear: both;
	border-top: 1px solid #cccccc;
	margin-top: 20px;
	padding-top: 10px;
}

#footer p, #footertext p{
	padding: 0px;
	margin: 0px;
}

/* /////////////////////////////////////////////////// articles, forms, and tables*/

img.mainimg{
	width: 150px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

#mainform{
	width: 50%;
	text-align: left;
}

#subscribe label{
	width: 140px;
	display: block;
	float: left;
	margin-bottom: 10px;
	text-align: right;
}

#subscribe input{
	width: 250px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#subscribe select{
	width: 250px;
	margin-left: 5px;
}

#subscribe input.tick{
	width: 15px;
	margin-left: 5px;
	float: left;
}

#subscribe input.button{
	width: 75px;
	text-align: right;
	clear: left;
}

#tick3{float: left;}

.tick2{
	width: 250px;
	float: left;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.button2{
	text-align: right;
	padding: 0px;
}

table.styletbl{
	background-color: white;
	color: black;
	width: 75%;
	margin-top: 15px;
	border-bottom:1px solid black;
}

.styletbl caption{
	color: black;
	background-color:inherit;	
	font-size:16px;
	text-align:right;
	display:none;
}

th{text-align:left;}

.styletbl thead th{
	color: black;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align:left;
	font-size:16px;
	width: 50%;
	border-bottom:1px solid black;
}

.styletbl tbody th{
	color: black;
	background:inherit;
	font-weight:normal;
	text-align:left;
}

.styletbl tr{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5px;
}

.styletbl tbody td{
	width: 50%;
	padding: 5px;
}

.styletbl table a{
	background-color:inherit;
	display:block;
}

.datecell{
	white-space: nowrap;
	color: black;
	width: 50%;
}
