/*-------Standard--------*/

body {
	 width: 860px;
	 min-width: 860px;
	 margin: 0px auto;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #000000;
	 text-align: center;
	 background-image: url(images/to_use/bg.jpg);
	 }
	 
#container {
		   width: 860px;
		   background-color: #FFFFFF;
		   }
		   
h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   color: #2d448c;
   }
   
a:link {
		color: #ff002c;
		text-decoration: none;
		}
		
a:visited {
		color: #ff002c;
		text-decoration: none;
		}
		
a:hover {
		color: #ff002c;
		text-decoration: underline;
		}
	 
/*-------Row 1--------*/

#row1 {
	  width: 860px;
	  height: 29px;
	  color: #FFFFFF;
	  padding-top: 10px;
	  background-image: url(images/new_01.gif);
	  }

#row1text {
		  width: 840px;
		  text-align: right;
		  }
		  
/*-------Row 2--------*/

#row2 {
	  width: 860px;
	  height: 71px;
	  }
	  
#image2 {
		width: 207px;
		height: 71px;
		background-image: url(images/new_02.gif);
		float: left;
		}
		
#image3 {
		width: 460px;
		height: 71px;
		background-image: url(images/new_03.gif);
		float: left;
		}
		
#image4 {
		width: 193px;
		height: 71px;
		background-image: url(images/new_04.gif);
		float: left;
		}
		
/*-------Row 3--------*/


#row3 {
	  width: 860px;
	  height: 71px;
	  }
	  
#image5 {
		width: 207px;
		height: 71px;
		background-image: url(images/new_05.gif);
		float: left;
		}
		
#image6 {
		width: 460px;
		height: 71px;
		background-image: url(images/new_06.gif);
		float: left;
		}
		
#image7 {
		width: 193px;
		height: 71px;
		background-image: url(images/new_07.gif);
		float: left;
		}		
		
/*-------Row 4--------*/


#row4 {
	  width: 860px;
	  height: 26px;
	  }
	  
#image8 {
		width: 226px;
		height: 26px;
		background-image: url(images/new_08.gif);
		float: left;
		}
		
#image9 {
		width: 117px;
		height: 26px;
		float: left;
		}
		
#image10 {
		 width: 114px;
		 height: 26px;
		 float: left;
		 }
		
#image11 {
		 width: 131px;
		 height: 26px;
		 float: left;
		 }
		
#image12 {
		 width: 114px;
		 height: 26px;
		 float: left;
		 }
		
#image13 {
		 width: 158px;
		 height: 26px;
		 float: left;
		 }		
		 
/*-------Row 5--------*/


#row5 {
	  width: 860px;
	  clear: left;
	  background-color: #FFFFFF;
	  }
	  
#leftside {
		  width: 180px;
		  float: left;
		  padding: 10px;
		  }
		  
#titlecontainer {
				width: 174px;
		  		border: 1px solid #ff002c;
				}
		  
#tiptitle {
		  width: 174px;
		  background-image: url(images/to_use/tip_title.gif);
		  height: 32px;
		  }
		  
#tipbody  {
		  width: 168px;
		  font-family: Arial, Helvetica, sans-serif;
		  font-size: 10px;
		  color: #4c4c4c;
		  text-align: left;
		  padding: 3px;
		  }
		
#mainregion {
		    width: 640px;
		    float: left;
			padding: 10px;
			text-align: left;
		    }
			
/*-------Footer--------*/

#footer {
		height: 25px;
		width: 860px;
		background-color: #474747;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #b5b5b5;		
		clear: left;
		padding-top: 10px;
		}
		
#footer a:link {
			   color: #fff;
			   text-decoration: none;
			  }

#footer a:visited {
			   color: #fff;
			   text-decoration: none;
			  }
			  
#footer a:hover {
			   color: #fff;
			   text-decoration: underline;
			  }
.image {
	float: left;
	padding-right: 10px;
	padding-left: 5px
	}	
	
.button {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		background-color: #535353;
		}
		
.imageright {
	float: right;
	margin: 15px;
	}	
	
.link_spacing {
padding-right: 25px;
float: left;
padding-top: 4px;
}