/*=====================================================
================REDEFINED HTML TAGS====================
==================================================== */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	background-color: #999999;
}
p {
	text-align: left;
	margin: 3px;
	padding: 5px;
	font-size: .9em;
}
h1 {
	font-size: 1.2em;
	text-align:left;
	margin: 5px;
}
h2 {
	font-size: 1em;
	text-align:left;
	margin: 5px;
}
h3 {
	font-size: 1em;
	margin: 5px;
}

a {
	text-decoration:none;
}
ul{
	text-align:left;
}
img {
	border: solid 1px #FFFFFF;
	margin:5px;
}
/*=====================================================
==================MAIN CSS LAYOUT======================
==================================================== */
.container {
	width: 800px;
	border: 1px solid #FFFFFF;
	margin:auto;
	background-color: #999999;
	color: #333333;
	overflow:hidden;
}

.site_title {
	float:left;
	margin:10px;
}
.call_out {
	float:right;
	margin:10px;
}
.header {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height:130px;
	width:800px;
}
.header img{
	border: none;
	float:left;
}
.navbar{
	background-color:#333333;
	height:25px;
}
.navbar img{
	margin:0px;
	border: none;
}
.left_column{
	float:left;
	width:400px;
	margin: 10px;
	background-color: #999999;
}
.right_column{
	float:right;
	width:350px;
	margin: 10px;
	background-color: #999999;
}
.text_nav{
	width:800px;
	height:15px;
	float:left;
	margin-top:3px;
	background-color:#333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-weight: bolder;
	font-variant: small-caps;
	text-align:center;
	color: #FFFFFF;
}
.text_nav a{
	color: #FFFFFF;
	text-decoration: none;
}
.baseline{
	width:800px;
	margin:auto;
}
.copyright{
	float:left;
}
.credits{
	float:right;
}
.credits a{
	text-decoration: none;
	color: #333333;
}
.companyname{
	color: #006600;
}

.email{
	color: #FFFFFF;
	font-weight: bold;

}


/*=====================================================
=================PAGE SPECIFIC CSS=====================
==================================================== */

/*====TRADE PAGE ====*/
.trade_open{
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #FFFFFF;
	text-align: center;
}
.trade_open p{
	text-align:center;
}

/*====CONTACT PAGE====*/
.address{
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #FFFFFF;
	text-align: center;
}
.address p{
	text-align:center;
}
table {
	width: 350px;
}
td {
	vertical-align: top;
}

