@charset "utf-8";
/* CSS Document */


body {
font-family:"Segoe UI", Arial, sans-serif;
font-size:13px;
line-height: 1.5;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 761px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #597b29;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #225ab9; 
	margin: 0; 
	padding: 5px 25px;
	
border-bottom: thin solid #de7143;
	
}
.dots {border-bottom:dotted;
text-align:left;}
.oneColFixCtrHdr #container h1{
font-size:18px;}
.oneColFixCtrHdr #container h2{
font-size:15px;}

.oneColFixCtrHdr #header img {vertical-align:middle;}


.oneColFixCtrHdr #mainContent {
	margin:0;
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #597b29;
}
.oneColFixCtrHdr a:link {
	
font-size:14px;
text-decoration: none; 
color: #fff;
background-color: #597b29;
}
.oneColFixCtrHdr  a:hover
{
color: #ccc;
background-color: #597b29;
}
.oneColFixCtrHdr  a:visited
{
color: #ccc;
background-color: #597b29;
}

.oneColFixCtrHdr #ubdprint a:link {
	
font-size:14px;
text-decoration: none; 

color: #fff;
background-color: #597b29;
}
.oneColFixCtrHdr #ubdprint a:hover
{
color: #ccc;
background-color: #597b29;
}
.oneColFixCtrHdr #ubdprint a:visited
{
color: #ccc;
background-color: #597b29;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#597b29;

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer 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 */
}
.oneColFixCtrHdr #footer ul
{
margin: 0;
padding: 2px 0;
list-style-type: none;


}

.oneColFixCtrHdr #footer  li{
display: -moz-inline-block;
display: inline;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.oneColFixCtrHdr #footer ul li a {
font-size:14px;
text-decoration: none; 
padding: 0 1em;
color: #fff;
}

.oneColFixCtrHdr #footer ul li a:hover
{
color: #ccc;

}

