﻿
/* CSS layout */
#masthead {
width:780px;
background-image:url('topnav.jpg');
background-repeat:no-repeat;
height:155px;
text-align:left;
}

#container {
	position: relative;
	width:780px;
	background-image:url('backgroundline.jpg');
	background-repeat:repeat-y;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align:left;
}

#page_content {
	margin-left: 194px;
	text-align:left;
}

#footer {
width:780px;
text-align:center;
background-color:#b9cdd9;
}

body
{
 margin:0px 0px 0px 0px;
 border:0px;
}

.licl{
	background-image:url('button1.gif');
	height:17px;
	list-style:none;
	margin-left:2px;
	background-repeat:no-repeat;
	
}

.licl1{
	background-image:url('tab.gif');
	height:25px;
	list-style:none;
	margin-left:2px;
	background-repeat:no-repeat;
	
}

.style4 {
	background-image: url('tab.gif');
	background-repeat:no-repeat;
}


.ulcl{
margin-left:0px;

}


