/* @override http://www.politicaldimension.com/pd07a.css */

@charset "UTF-8";

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #A0B7CF;
	margin: 0px;
	padding: 0px;
}
#container  {
	width: 790px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-color: #A0B7CF;
}
#topbar {
	color: #E8E8E8;
	margin-bottom: 25px;
	background-color: #FFFFFF;
}
#header  {
	margin: 0px;
	padding: 0px;
}
#buttonbar {
	background-color: #FFFFFF;
	height: 20px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFFFFF;
}
#mainContent  {
	padding: 0;
	background-color: #FFFFFF;
	width: 790px;
	margin: 0px;
}
#footer  {
	background-color: #A12416;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
	text-transform: capitalize;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 770px;
	margin-left: 0px;
	clear: both;
} 
#tbarart {
	padding-left: 10px;
	height: 117px;
	padding-bottom: 3px;
}
#expertise {
	float: right;
}
.oneColLiqCtrHdr #footer p {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#newsbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #064494;
	height: auto;
	width: 250px;
	text-indent: 3px;
}
#newsboxtext {
	padding-right: 5px;
	padding-left: 5px;
	background-color: white;
}
#indexcontent {
	float: right;
	width: 505px;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a {
	color: #FFFFFF;
}
.textmain {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #0A2547;
	text-align: justify;
	text-indent: 10px;
	padding: 10px;
	margin: 5px;
}
