body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the 
#container selector */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Verdana, Georgia;
	font-size: 10pt;
	color: #616161;
}




.category{
	font-family:Tahoma, Arial, Verdana, Georgia;
	color: #40b9c5;
	font-size: 12pt;
	font-weight:bold;
	}
	
.boldlinks{
	font-family:Tahoma, Arial, Verdana, Georgia;
	color: #003e45;
	font-size: 10pt;
	font-weight:bold;
	text-decoration:none;
	}
	
.boldlinks:hover{
	font-family:Tahoma, Arial, Verdana, Georgia;
	color: #40b9c5;
	font-size: 10pt;
	font-weight:bold;
	text-decoration:none;
	}
	
.smalllinks{
	font-family:Tahoma, Arial, Verdana, Georgia;
	color: #003e45;
	font-size: 10pt;
	text-decoration:none;
	}
	
.smalllinks:hover{
	font-family:Tahoma, Arial, Verdana, Georgia;
	color: #40b9c5;
	font-size: 10pt;
	text-decoration:none;
	}	

.smalllinks1{
	font-family:Tahoma, Arial, Verdana, Georgia;
	color: #616161;
	font-size: 10pt;
	text-decoration:none;
	}
	
.smalllinks1:hover{
	font-family:Tahoma, Arial, Verdana, Georgia;
	color: #40b9c5;
	font-size: 10pt;
	text-decoration:none;
	}



	
a.squarebutton{
background: transparent url('../images/square-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
/* LHS */
.lhs{margin:2px 0 0 0;background:#F4F4F4;}
.lhs,.lhsad{width:100%;}
.lhs a{color:#1f527b;}
.lhs a:link,.lhs a:visited,.lhs a:active{text-decoration: none;color:#665f6e;font-family:arial;font-weight:bold;display:block;padding:2px 0 2px 5px;line-height:15px;}
.lhs a:hover{background:#d8d8d8;font-weight:bold;display:block;line-height:15px;}

.lhs .lhssqs a:link,.lhs .lhssqs a:visited,.lhs .lhssqs a:hover,.lhs .lhssqs a:active{font-family:arial;color:#fff;padding:2px 0px 2px 8px;background:#665f6e url("/images/template/square.gif") repeat-y top right;}

.lhsfoot a:link,.lhsfoot a:visited,.lhsfoot a:active{font-family:arial;color:#fff;TEXT-ALIGN:right;padding:0px 8px 0px 4px;background: url("/images/template/square1.gif") repeat-y top right;}

.lhsfoot a:hover,.lhstop a:hover{font-family:arial;color:#ea7c2f;TEXT-ALIGN:right;padding:0px 8px 0px 4px;background: url("/images/template/square.gif") repeat-y top right;}





div.lhssqs {font-family:arial;color:#fff;padding:2px 0px 2px 8px;background:#665f6e url("/images/template/square.gif") repeat-y top right;}

div.lhsfoot {font-family:arial;color:#fff;padding:2px 8px 2px 2px;}
div.lhstop {font-family:arial;color:#1e376c;padding:0px 8px 0px 4px;TEXT-ALIGN:right;background: url("/images/template/square1.gif") repeat-y top right;}

.lhs .lhssq a:link,.lhs .lhssq a:visited,.lhs .lhssq a:hover,.lhs .lhssq a:active{font-family:arial;color:#fff;padding:2px 0px 2px 8px;background:#665f6e;}

.lhsb,.lhssqs,.lhsnlp{	
	font-weight:bold;
	border-bottom:2px solid #fff;
	font-family:arial;font-size:12px;
}
