body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-size: 0.95em;  /* original size was 0.85em  */
	background-color: #ffffcc;
	background-image: url(../images/line_yellow.gif);

}


a:link  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #03F;
	text-decoration: none;
}
a:visited {
	color: #C00;
	}
a:hover {
	color: #C00;
	text-decoration: underline;
	}
a:active {
	color: #03F;
	}




.oneCol #container {
	width: 960px; 
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 0.85em;
}

.oneCol #header {
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


.oneCol #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FC0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 0px;
	margin-right: 20px;
	background-image: url(../images/bg_yellow.jpg);
	background-repeat: no-repeat;
	}

.oneCol #mainContent {
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
		padding: 10px 5px 5px 15px;
		
}
.oneCol #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}

	
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	text-transform: capitalize;
	display: inline;
	color: #333;
	letter-spacing: 3px;
	text-align: left;
	padding-top: 0px;
	padding-left: 25;
	margin-left: 25px;
	margin-top: 25px;	
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: italic;
	display: inline;
}
h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #000;
	display: inline;
	}
	
h4 {
     font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #333;
	left: 15px;
	top: auto;
	right: 5px;
	bottom: auto;
	display: inline;
	letter-spacing: 3px;
	background-position: 25px 35px;
	text-indent: 35;
	height: 25px;
	width: 15px;
	padding: 10px 0px 10px 25px;
}

h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #666;
	display: inline;
	font-style: italic;
}




.contact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}

.title1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 35px;	
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

table.hire td {
	outline-width: 4px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #ffcc33;

}
table.chart td {
	outline-width: 4px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc33;
	empty-cells: hide;
}





 /*  ------------------------------------------------------------------------  */
 
#box-table-a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:center;
	border-collapse:collapse;
	margin:4px;
}
#box-table-a th{
	font-size:1em;
	font-weight:bold;
	background:#FC0;
	border-bottom:2px solid #fff;
	border-top:1px solid #000;
	border-left:2px solid #fff;
	color:#000;
	padding:5px;
}
#box-table-a td{
	background:#fae6aa;
	color:#333;
	font-weight:normal;
	border-bottom:2px solid #fff;
	border-left:2px solid #fff;
	padding:5px;
}
#box-table-a tr:hover td{
	background:#ffcc66;
	color:#900;
	font-weight:bold;
}

.socketcontainer {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.socketleft {
	float: left;
	width: 450px;
	padding: 10px 0;
	background-color: #ffffff;
	margin-left: 10px;
}
.socketright {

	padding: 10px 0;
	width: 450px;
	float: right;
	margin-right: 10px;
	background-color: #ffffff;
}







 /*  ------------------------------------------------------------------------  */
 
#box-table-b{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	width:600px;
	text-align:center;
	border-collapse:collapse;
	margin:4px;
	position: relative;
}
#box-table-b th{
	font-size:1em;
	font-weight:normal;
	background:#fff;
	color:#000;
	padding:5px;
	border: 2px solid #333;
	border-width: 5;
}
#box-table-b td{
	background:#fae6aa;
	color:#333;
	font-weight:normal;
	border-bottom:2px solid #fff;
	border-left:2px solid #fff;
	padding:5px;
}
#box-table-b tr:hover td{
	background:#ffcc66;
	color:#900;
	font-weight:bold;
}
 /*  ------------------------------------------------------------------------  */





#table_images {
	position: relative;
	visibility: inherit;
		border-bottom-width: 5px;
		border-bottom-style: double;
		border-top-width: 5px;
		border-top-style: double;
	border-color: #FC0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#table_images td{
	background:#fff;
	border:5px solid #eee;	
}
#table_images td:hover {
	background:#eee;
	border:5px solid #ddd;
}

.btnDown {
background:url(../images/download_but.gif) no-repeat; width:104px; height:24px; display:block; text-indent:-9999px;
}
.btnDown:hover { 
background-position:bottom; 
}
ul.b {
	list-style-type:square;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 0.1em;
	margin-top: 20px;
}
li {	padding-top: 5px;	}

hr {
	color: #FC0;
	position: fixed;
	padding:0;
	height: 3px;
	width: 900px;
}
 /*  ------------------------------------------------------------------------  */
 
 
 
 
 #table {
	border-collapse: collapse;
	font-family:  Verdana, Geneva, sans-serif;
	font-size:  12px;
	border: 2px solid #CCC;
}
#table td{
		border: 2px solid #CCC; 
 }

.oneCol #sidebar1 .text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-variant: normal;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-style: italic;
}



.text-sml {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.85em;
	color: #000;
}
.text3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: 700;
	color: #C60;
}
.smart-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	color: #C00;
	font-weight: bold;
}
.smart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #000;
}
