body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #011B53;
}
#container {
	width: 838px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 15px;
	border: 1px solid #EA5011;
}



#box_navigation {
	background-color: #E6E6E6;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #011B54;
	line-height: 100%;
}
#box_navigation ul {
	padding: 0px;
	margin: 0px;
}
#box_navigation li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #E6E6E6;
	text-align: left;e
}
#box_navigation li a {
	display: block;
	border-left: 6px solid #EA5011;
	background: #B9BEC9;
	text-decoration: none;
	color: #011B54;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#box_navigation li a:hover {
	border-left: 6px solid #EA5011;
	color: #EA5011;
	background: #FFFFFF;
}

/* HACK SO THAT THE NAVIGATION LIST DISPLAYS CORRECTLY IN IE ON WINDOWS */

/*hide from ie-mac\*/ 
* html #box_navigation li { 
    height: 1px; 
    } 
/* end hack */ 
  
/*hide from ie-mac\*/ 
* html #box_navigation a { 
    height: 1px; 
    } 
/* end hack */ 



#footer {
	clear: both;
	text-align: center;
	padding: 5px;
}
#leftcolumn {
	width: 199px;
	margin-right: 1px;
	float: left;
}
#rightcolumn {
	float: right;
	width: 638px;
	clear: none;
}
.title h1 {
	font-size: 14px;
	background-color: #B9BEC9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin: 0px;
}
.title {
	background-color: #EA5011;
	padding-left: 6px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.txt {
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
}
h2 {
	font-size: 14px;
	color: #F25212;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.txt li {
	list-style-type: disc;
}
a {
	font-weight: bold;
	color: #EA5011;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.txt ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.fullbreak {
	clear: both;
}
.orangetxt {
	color: #EA5011;
}
