@import url("/css/infrastructure.css");
@import url("/css/navigation.css");
@import url("/css/extra.css");
/*    -----------------------   Content  -----------------------   */  
body {
	background:black;
	margin:0;
	padding:0;
 }
 #wrapper {
	width: 100%;
	background: white url(/imgs/top_bg.jpg) repeat-x;
	float:left;
}
#header {
	background: url(/imgs/top.jpg) no-repeat 0px 0px;
	height:78px;
	float:left;
}
#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: 1000px;
	float:left;
}
#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: 1000px;
	float: left;
}

#col3 {
	font: normal 12px/15px  verdana, sans-serif;
	color: #4b4b4b;
	width: 688px;
	float: left;
}
#col3 a {
	color:#98c83e;
	text-decoration:none;
}	
#col3 a:hover {
	text-decoration:underline;
	color:#98c83e;
}

#col4 {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #757575;
	width: 280px;
	float: right;
	padding:0 0 0 20px;
	margin:80px 0 0 0;
	border-left:1px solid #eeeeee;
}
#col4 a {
	color: #4b4b4b;
	text-decoration:none;
}
 #col4 a:hover {
	text-decoration:underline;
}
 #col4 ul  {
	margin: 0 0 0 10px;
	padding: 0;
}
#col4 ul li {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #757575;
	list-style-image: url(/imgs/a_bullet.gif);
	margin:0 0 0 15px;
	padding: 0;
}
#col5 {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 950px;
	float: right;
}