@import url("/css/infrastructure.css");
@import url("/css/navigation.css");
@import url("/css/extra.css");
body {
	background:#218fc0;
}
#content {
	text-align: left;
	float:left;
	background: url(/imgs/content_bg.jpg) no-repeat 0px 0px;
}
#contentend {
	float: left;
	padding: 0px 0px 20px 0px;
	background: url(/imgs/content_end.jpg) 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  Times New Roman, Times, serif;
	color: #5c512f;
	width: 170px;
	float:left;
	margin:0 0 0 20px;
}
#col2 {
	font: normal 12px/15px  Times New Roman, Times, serif;
	color: #5c512f;
	width: 560px;
	float: right;
}
#col3 {
	font: normal 13px/15px Arial, Helvetica, sans-serif;
	color: black;
	width: 330px;
	float: left;
	margin:80px 0 0 0;
}
#col4 {
	font: normal 12px/15px  Times New Roman, Times, serif;
	color: #5c512f;
	width: 100px;
	float: right;
}
#col5 {
	font: normal 12px/15px  Times New Roman, Times, serif;
	color: #5c512f;
	width: 760px;
	float: left;
}

#col1 a, #col2 a, #col3 a, #col4 a, #col5 a {
	color: #990000;
	text-decoration:none;
}
#col1 a:hover, #col2 a:hover, #col3 a:hover, #col4 a:hover, #col5 a:hover {
	text-decoration:underline;
}

/* Ordered Lists */
#col1 ul, #col2 ul, #col3 ul, #col4 ul  {
	margin: 0 0 0 15px;
	padding: 0;
}
#col1 ul li, #col2 ul li, #col3 ul li, #col4 ul li {
	list-style-image: url(imgs/a_bullet.gif);
	margin:0 0 0 15px;
	padding: 0;
}