﻿/* Common style */
img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6, li {
	font-family: Arial, verdana, Helvetica, sans-serif;
}
h1 {
	font-size: 25px;
	color: #036;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #069;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #069;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	color: #036;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	color: #069;
}
h6 {
	font-size: 13px;
	font-weight: bold;
	color: #036;
	margin: 0px;
	padding: 5px 0px;
}
ul li {
	font-size: 12px;
	list-style-image: url(/images/listing.gif);
	line-height: 18px;
	text-align:justify;
}
ol li{
	font-size: 12px;
	line-height: 18px;
	text-align:justify;	
}
p {
	font: 12px Arial, verdana, Helvetica, sans-serif;
	line-height: 18px;
}
td{
	font: 12px Arial, verdana, Helvetica, sans-serif;
	line-height: 18px;
}
a {
	color: #09C;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
/* Form style */
input {
	border: solid 1px gray;
	margin-right: 2px;
}
.button {
	background: #f0f0f0;
	color: #333;
	font-size: 12px;
	padding: 0 3px;
}
/* Layout Style */
#masthead {
	float: left;
	width: 100%;
}

#boxes {
	background-image: url(/images/box_top1.jpg); background-repeat: no-repeat;
	height: 44px;
}

.texes {
	font-size: 13px;
	font-weight: bold;
	color: #069;
}

.bluetxt{
	font: 12px Arial, verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #069;
}

#boxes_bg  {
	background-image: url(/images/bg_box.jpg); background-repeat: repeat-y;
	
}
#boxes_bottam {
	background-image: url(/images/box_btm.jpg); background-repeat: no-repeat;
	height: 27px;
}

#path_nav {
	clear: both;
	float: left;
	margin-top: 3px;
	width: 960px;
	height: 15px;
	margin-bottom: 3px;
	background: #F0F0F0;
	font: bold 12px verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}
#top_nav {
	clear: both;
	float: left;
	width: 960px;
	height: 30px;
	background: #069;
	font: bold 11px verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
}
#container {
	clear: both;
	width: 100%;
}
#content {
	width: 960px;
}
#left_col {
	margin-top: 30px;
	width: 207px;
	float: left;
	margin-bottom: 30px;
}
#page_content {
	margin-top: 30px;
	margin-right: 30px;
	width: 482px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
}

#page_content1 {
	
	
	width: 512px;
	
	
}

#tblcontent{
	margin-top: 30px;
	margin-left: 30px;
	width:723px;
	float:left;
	margin-bottom: 30px;
}

.tbl{
	width:100%;
	font:11px verdana, Arial, Helvetica, sans-serif;
}

.tbl table{
	border:solid 1px #ccc; border-collapse:collapse;
	width:100%;
}

.first td{	
	background: #f0f0f0;
	font-weight: bold;
	height: 40px;
}

.tblrdata{
	display:block;
	width:50px;
	/*background:#ffff00;*/
	text-align:right;
}

#right_col {
	margin-top: 30px;
	width: 211px;
	float: left;
	margin-bottom: 30px;
}
#footer {
	margin-top: 30px;
	clear: both;
	float: left;
	width: 960px;
	height: 55px;
	border-top: solid 1px silver;
}