html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 90%;
}

h1 {
 	font-size: 18px;
}

h2 {
	font-size: 14px;
	margin: 0;
	padding-bottom:10px;
}

p {
	font-size: 13px;
}

#main_wrapper {
	width: 850px !important;
	width: 850px;
	position: relative;
	margin: 0 auto;
	border: none;
	text-align: left;
	background-image: url("../images/striped_bg.jpg");
	border: 1px solid #0057a3;
}

#left_column {
	float: left;
	text-align: center;
	width: 152px;
	color: white;
}


.left_list {
float: left;
		width: 150px;
		border-top: 2px solid #FFFFFF;
		
		}

#right_column {
 	float: left;
 	width: 698px;
	background-color: white;
}

#content {
	background-color: white;
	height: 100%;
}

.contact_info {
	font: 13px;
	width: 130px;
	color: white;
	padding-right: 15px;
	text-align: left;
}

.contact_info a:link {
	color: white;
	text-decoration: none;
}

.contact_info a:visited {
	color: white;
	text-decoration: none;
}

.contact_info a:hover {
	color: white;
	text-decoration: underline;
}

#header_contact_info {
	margin-top: 27px !important;
	margin-top: 21px;
	float:left;
	text-align: right;
	color: white;
}

#navbar {
	background-image: url("../images/standard_valve_07.jpg");
}

#navbar td {
	height: 30px;
	text-align: center;
}

#navbar td a:link {
	color: white;
	font-size: 90% !important;
	font-size: 11px;
	text-decoration: none;
}

#navbar td a:visited  {
	color: white;
	font-size: 90% !important;
	font-size: 11px;
	text-decoration: none;
}

#navbar td a:hover  {
	color: #0159a3;
	background-color: white;
	font-size: 90% !important;
	font-size: 11px;
	text-decoration: underline;
}

#markets_list {
	list-style-type: none;
	color: white;
	text-align: left;
	margin-left:0px;
	padding-left:5px;
}

.leftnav {
	list-style-type: none;
	color: white;
	text-align: left;
	margin-left:0px;
	padding-left:5px;
}

.leftnav a:link {
	color: white;
	text-decoration: none;
	font-weight:bold;
	
}

.leftnav a:visited {
	color: white;
	text-decoration: none;
	font-weight:bold;
	
}

.leftnav a:hover {
	color:#cccccc;
	text-decoration: none;
	font-weight:bold;
	
}

#footer {

}

.footer_nav {
	margin: 5px;
	padding: 0;
}

.footer_nav .nav_seperator {
	color: #0159a3;
}

.footer_nav td a:link {
	color: #0159a3;
	font-size: 11px;
}

.footer_nav td a:visited {
	color: #0159a3;
	font-size: 11px;
}

.nav_seperator {
	width: 2px;
	color: white;
}

.required {
	color: red;
}

a.content_link, ul.content_list, table.form {
	font-size: 13px;
}

