body {
	font: 11px Arial, Verdana,Helvetica, sans-serif;
	background: #057EC3;
	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: #666666;
}

a img {
	border: 0;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid white;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 0px;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	height: 230px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 10px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#6699CC;
	color: White;
	text-align: center;
}
.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: 0 /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

.oneColFixCtrHdr #footer a {
	color: white;
}

.oneColFixCtrHdr #left-column {
	width: 186px;
	float: left;
	margin: 0px;
	padding: 0;
	background: #D7EDFB;
}

#language {
	float: right;
	margin: 0px;
	padding: 0;
	#background: #D7EDFB;
}

.oneColFixCtrHdr #right-column {
	width: 545px;
	float: right;
	margin: 5px 0px;
	padding: 5px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	 clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#menu a{
	color: #006699;
	text-decoration: none;
}

#menu a:hover{
	color: #F4A61E;
	text-decoration: none;
}

a{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #F4A61E;
	text-decoration: none;
}


#menu ul{
	margin-top: 20px;
	margin-bottom: 30px;
}

#menu ul li{
	list-style: none;
	margin: 0 0 0 -20px;
	padding: 0;
	background-image: none	
}


#menu ul li.separador{
	list-style: none;
	margin: 0 0 0 -40px;
	#line-height: 10px;
	font-size: 1px;
	
}

#menu ul li.separador img {
	vertical-align: middle;
}

.box-front {
	background: url(../img/bg_1.gif);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 247px;
}

.box-front .title{
	background-color: #4D80B7;
	padding: 0 0 0 10px;
}

.box-front .container {
	color: #006699;
}

.box-front .container ul {
	margin-top: 10px;
}

.box-front .container ul li{
	list-style: none;
	margin: 0 0 0 -25px;
	padding: 2px 0 2px 15px;
	background: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

.link-solways{
	color: #F4A61E;
}

h1 {
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F4A61E;
}

li {
	margin: 0 0 0 -35px;
	padding: 2px 0 2px 15px;
	list-style: none;
	background-image: url(../img/bullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
}