@charset "utf-8";
img {
	border: 0px;
	border-color: #FFFFFF;
	outline-style: none;
	outline-width: 0px;
}

a {
	color: #EE8616;
} 
a:link {
} 
a:visited {
} 
a:hover {
	color: #FAB66C;
} 
a:active {
	color: #FAB66C;
} 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #333333;
	background-image: url(../img/background.jpg);
	background-color: #BCBDBF;
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 10px;
	line-height: 1.7em;
}
h1 {
	color: #365F91;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
h2 {
	color: #003366;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 18px 0px 18px;
	margin: 0px;
}
h3 {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 18px 18px;
	line-height: 1.7em;
	margin: 0px;
}
.zeropad{
	padding: 0px;
	margin: 0px;
}
hr {
	color: #D8D8D8;
	margin: 4px 0px 8px 0px;
}

.topspace{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.dashed{
	border-bottom: dashed #D8D8D8 1px;
	border-top: dashed #D8D8D8 1px;
}
.dashedLeft{
	border-left: dashed #D8D8D8 1px;
	text-align: center;
}
.dashedTop{
	border-top: dashed #D8D8D8 1px;
}
.dashedBottom{
	border-bottom: dashed #D8D8D8 1px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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:0px;
    font-size: 1px;
    line-height: 0px;
}
.orange {
	color: #ee8616;
	font-weight: bold;
}
.bigorange {
	color: #ee8616;
	font-weight: bold;
	font-size: 14px;
}
.language {
	font-size: 11px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}
.topnav {
	font-size: 11px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}
.topnav a {
	text-decoration: none;
	color: #333333;
} 
.topnav a:link {
} 
.topnav a:visited {
} 
.topnav a:hover {
	color: #EE8616;
} 
.topnav a:active {
	color: #EE8616;
} 
.current {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333333;
} 
.mainnav {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	text-align: center;
}
.mainnav a {
	color: #999999;
	text-decoration: none;
} 
.mainnav a:link {
} 
.mainnav a:visited {
} 
.mainnav a:hover {
	color: #333333;
 	border-bottom: 4px #063E78 solid;
} 
.mainnav a:active {
	color: #333333;
} 
.sidenav {
	font-size: 12px;
	color: #999999;
}
.sidenav a {
	color: #999999;
	text-decoration: none;
} 
.sidenav a:link {
} 
.sidenav a:visited {
} 
.sidenav a:hover {
	color: #365F91;
} 
.sidenav a:active {
	color: #365F91;
} 
.special {
	color: #365F91;
}
.special a {
	color: #365F91;
	text-decoration: underline;
} 
.special a:link {
	text-decoration: underline;
} 
.special a:visited {
} 
.special a:hover {
	color: #999999;
} 
.special a:active {
	color: #999999;
} 
.special_bold {
	color: #365F91;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.special_bold a {
	color: #365F91;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
} 
.special_bold a:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
} 
.special_bold a:visited {
} 
.special_bold a:hover {
	color: #999999;
} 
.special_bold a:active {
	color: #999999;
} 
.footer {
	padding: 0px 0px 0px 0px; 
	background:#333333;
	text-align: right;
} 
.footer a {
	color: #FFFFFF;
} 
.footer a:link {
	color: #FFFFFF;
} 
.footer a:visited {
	color: #FFFFFF;
} 
.footer a:hover {
	color: #ee8616;
} 
.footer a:active {
	color: #ee8616;
} 
.footer td {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
.button {}
.right {
	text-align: right;
}
.blurb {
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 20px;
}
.promo {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.small {
	margin: 0px;
	line-height: normal;
}
.countryLink {
} 