/* CSS Document */
body {
	color: #333845;
	font-family: "trebuchet ms", arial, sans serif;
	background-color: #FFFFFF;
}	
/*rounded corners */
.raised {
  background:transparent; 
  width:100%;
  }
.raised h1, .raised p {
  margin:0 10px;
  }
.raised h1 {
  font-size:16px; 
  color:#f85D66;
  }
.raised p {
  padding-bottom:0.5em;
  
  }
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {
  display:block; 
  overflow:hidden;
  font-size:1px;
  }
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {
  height:1px;
  }
.raised .b2 {
  background:#F5F6F3; 
  border-left:1px solid #D8D8D8; 
  border-right:1px solid #D8D8D8;
  }
.raised .b3 {
  background:#F5F6F3; 
  border-left:1px solid #D8D8D8; 
  border-right:1px solid #D8D8D8;
  }
.raised .b4 {
  background:#F5F6F3; 
  border-left:1px solid #D8D8D8; 
  border-right:1px solid #D8D8D8;
  }
.raised .b4b {
  background:#F5F6F3; 
  border-left:1px solid #D8D8D8; 
  border-right:1px solid #D8D8D8;
  }
.raised .b3b {
  background:#F5F6F3; 
  border-left:1px solid #D8D8D8; 
  border-right:1px solid #D8D8D8;
  }
.raised .b2b {
  background:#F5F6F3; 
  border-left:1px solid #D8D8D8; 
  border-right:1px solid #D8D8D8;
  }
.raised .b1 {
  margin:0 5px; 
  background:#fff;
  border-left:1px solid #D8D8D8; 
  border-right:1px solid #D8D8D8;
  border-top:1px solid #D8D8D8; 
  }
.raised .b2, .raised .b2b {
  margin:0 3px; 
  border-width:0 2px;
  border-color: #D8D8D8;
  }
.raised .b3, .raised .b3b {
  margin:0 2px;
  }
.raised .b4, .raised .b4b {
  height:2px; margin:0 1px;
  }
.raised .b1b {
  margin:0 5px; background:#D8D8D8;
  }
.raised .boxcontent {
  display:block;  
  background:#F5F6F3; 
  border-left:1px solid #D8D8D8; 
  border-right:1px solid #D8D8D8;
  }
/*end of rounded corners */

.navbar {
	text-align: center;
	font-size: 18px;
	font-family: "trebuchet ms", arial, sans serif;
}	
.navbar a:link  {
	padding: 0.2em 1.5em;
	color: #333845;
	text-decoration: none;
}
.navbar a:visited {
	padding: 0.2em 1.5em;
	color: #333845;
	text-decoration: none;
}
.navbar a:active {
	padding: 0.2em 1.5em;
	color: #333845;
	text-decoration: none;
}
.navbar a:hover {
	color: #FF4A0E;
	text-decoration: none;
}	
.footer {
	text-align: center;
	font-size: 12px;
	padding: 2px 5px;
}
.footer a:link {
	text-decoration: none;
	color: #333845;
	font-weight: bold;
}
.footer a:visited {
	text-decoration: none;
	color: #333845;
	font-weight: bold;
}
.footer a:active {
	text-decoration: none;
	color: #333845;
	font-weight: bold;
}
.footer a:hover {
	text-decoration: none;
	color: #FF4A0E;
	font-weight: bold;
}		
h1 {
	font-size: 16px;
	padding: 1em 0.5em 0 2em;
	margin: 0;
	font-weight: bold;
	color: #FF4A0E;
	text-align: left;
}	
h2{
	font-size: 14px;
	padding: 1em 0.5em 0 2.2em;
	margin: 0;
	font-weight: bold;
	color: #333845;
	text-align: left;
}	
p {
	font-size: 12px;
	padding: 0.5em 1em 0.2em 2.8em;
	margin: 0;
	text-align: left;
}	
.content a:link {
	color: #FF4A0E;
}
.content a:visited{
	color: #FF4A0E;
}
.content a:active {
	color: #FF4A0E;
}
.content a:hover {
	color: #333845;
}	
div.box1 {
	border-right: 1px solid #D8D8D8;
}	
td.flash {
	padding: 0.2em;
	margin: 0.2em;
}
.bottom {
	padding-top: 0.3em;
	margin:0;
}	
ul {
	color: #333845;
	font-family: "trebuchet ms", arial, sans serif;
	font-size: 12px;
	text-align: left;
	padding: 0.2em 4em;
	margin: 0;
}	
li {
	padding: 0.1em 1em 0.1em 2em
	margin: 0;
}	


