@import url("/css/infrastructure.css");
@import url("/css/navigation.css");
@import url("/css/extra.css");


/*#col1 { border: 1px solid black;}
#col2 {border: 1px solid orange;}
#col3 {border: 1px solid red;}
#col4 {border: 1px solid green;}
#col5 {border: 1px solid blue;}
*/
/*    -----------------------   Content  -----------------------   */  
body {
	margin:0;
	padding:0;
	background:white url(/imgs/bg.gif) repeat-x top;
}
#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: #504e4e;
	width: 225px;
	float:left;
	margin:20px 0 0 0;
}
/*#col1 a {
	color: #004e75;
	text-decoration:none;
}
#col1 a:hover {
	color: #004e75;
	text-decoration:underline;
}*/

#col2 {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 630px;
	float: right;
}

#col3 {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 434px;
	float: left;
	border:0px dotted #dfdfdf;
	padding:10px;
	margin:10px 0 0 0;
}
#col3 a {
	color:#187186;
	/* changed from 53b0e5*/
	text-decoration:none;
}	
#col3 a:hover {
	text-decoration:underline;
	color:#187186;
}

#col4 {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 150px;
	float: right;
	margin:20px 0 0 0;
}
#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(/imgs/a_bullet.gif);
	margin:0 0 0 55px;
	padding: 0;
}
#col5 {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 865px;
	float: right;
}

