body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #0B3148;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 754px;
	background-color: #DCDEDE;
}


#outside_wrapper {
	margin: 0 auto;
	padding: 10px;
	background-color: #ADAFB3;
	width: 754px;
}

#banner {
	width: 754px;
}

#imagebanner {
	width: 754px;
	background-color: #FF6600;
}

#leftcol {
	width: 525px;
	color: #EC4E1C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left: 50px;
  }
  
#leftcol p {
	width: 170px;
	font-size: 12px;
	font-style: normal;
	font: Arial, Helvetica, sans-serif;
	line-height:15px;
}
  
#leftcol h1 {
  width: 170px;
  background-color: #000066;
  font-size: 13px;
  font-style: normal;
  font: Arial, Helvetica, sans-serif;
  line-height: 14px;
}

#leftcol a{
	color: #EC4E1C;
	text-decoration: none;
  
}

#leftcol a:hover{
	color: #333333;
  
}

.container{
	width: 85%;
	float: left;
	background-color: transparent;
	margin-left: 70px;
}

.previous {
	color: #EC4E1C;
	font-weight: normal;
	font-size: 11px;
}

.previous a{
	color: #EC4E1C;
	text-decoration: none;
}

.previous a:hover{
	color: #666666;
}

#content {
	margin-left: 0px;
	margin-right:10px;
	font-style: normal;
	font: Arial, Helvetica, sans-serif;
	text-align:left;
}

#content p {
	font-size: 12px;
	font-style: normal;
	font: Arial, Helvetica, sans-serif;
	line-height:15px;
	margin-left: 5px;
	margin-right: 15px;
	text-align: justify;
}

#content a{
	color: #0B3148;
}

#content a:hover{
	color: #ED5A25;
}

.content_table {
	font-size: 12px;
	font-style: normal;
	font: Arial, Helvetica, sans-serif;
	line-height:15px;
	margin-left: 5px;
	margin-right: 15px;
	text-align: left;
}

.content_table a{
	color: #EC4E1C;
	
}


#content h1 {
	font-size: 14px;
	color: #0B3148;
	margin-left:5px;
	margin-top: 10px;
	line-height:18px;
}

#content h2 {
	font-size: 12px;
	color: #EF652F;
	margin-left: 10px;
	margin-right: 10px;
    line-height:18px;
}

.leftimage {
	float: left;
	margin-right: 10px;
}

.rightimage {
	float: right;
	margin-left: 15px;
	border: 1px solid #000000;
	width: 150px;
}

#footer {
	background-color: #0B3148;
	clear: both;
	padding-bottom: 0px;
	padding-top: 12px;
}

#legals {
	text-decoration: none;
	margin: 0 auto;
	padding: 5px 0 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #486576;
	width: 754px;
}

#legals a {
	color: #486576;
	text-decoration: none;
	margin: 0;
	padding: 5px 0 5px 0;
	margin-top: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#legals a:hover {
	color:#DCDEDE;
}

#bannernumber {
	height: 42px;
	background-image: url(../images/Wa2NumberBar.gif);
	background-repeat: no-repeat;
	align: center;
}

#nav_wrap {
	width:754px;
	background-color: #0B3148;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* menu */


#chromemenu{
	width: 99%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	width: 100%;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
	padding: 4px 0;
}

#chromemenu ul li{
	display: inline;
}

#chromemenu ul li a{
	color: #DCDEDE;
	padding: 4px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DCDEDE;
}

#chromemenu ul li a:hover{
	color: #ED5C25;
}

/* footer menu */


#footermenu{
	width: 99%;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0B3148;
	color: #FFFFFF;
}

#footermenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#footermenu ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#footermenu ul li{
display: inline;
}

#footermenu ul li a{
color: #DCDEDE;
padding: 4px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DCDEDE;
}

#footermenu ul li a:hover{
	color: #ED5C25;
}
