@import url("/css/infrastructure.css");
@import url("/css/navigation.css");
/*    -----------------------   Content  -----------------------   */  
body {
	background: white;
}
#content {
	text-align: left;
	float:left;
	background: url(/imgs/content_bg.gif) no-repeat 0px 0px;
}
#contentend {
	float: left;
	padding: 0px 0px 80px 0px;
	background: url(/imgs/end.gif) no-repeat center bottom;
}
#contentdivide {
	float:left;
  	margin-top: 5px;
  	margin-bottom: 5px;
}
#contentdivide #left {
	width: 290px;
	float: left;
}
#contentdivide #right {
	width: 100px;
	float: right;
}

#col1 {
	font: normal 11px/13px  arial, verdana, sans-serif;
	color: black;
	width: 300px;
	float:left;
	display:none;
}
#col1 a {
	color: #004e75;
	text-decoration:none;
}
#col1 a:hover {
	color: #004e75;
	text-decoration:underline;
}

#col2 {
	font: normal 12px/15px  verdana, sans-serif;
	color: black;
	width: 620px;
	float: right;
}

#col3 {
	font: normal 12px/15px  verdana, sans-serif;
	color: black;
	width: 610px;
	float: left;
}
#col3 a {
	color: green;
	text-decoration:none;
}	
#col3 a:hover {
	text-decoration:none;
	color: white;
	background: #663300;
}

#col4 {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: black;
	width: 225px;
	float: right;
}
#col4 a {
	color: #ae852a;
	text-decoration:none;
}
 #col4 a:hover {
	color: #ae852a;
	text-decoration:underline;
}
 #col4 ul  {
	margin: 0 0 0 15px;
	padding: 0;
}
#col4 ul li {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #5a451b;
	list-style-image: url(images/a_bullet.gif);
	margin:0 0 0 55px;
	padding: 0;
}
#col5 {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 950px;
	float: right;
}
