/**************** body and tag styles ****************/
	body {
	  margin: 0px auto 20px auto;
	  background-image: url(images/bg2.jpg);
	  background-repeat:repeat-x;
	  background-color: #fdebc0;
	  text-align:center;
	  color:#102566; /*blue*/
	  }
	#bodydiv {
	width:780px;
	background-color: #FFFFFF;
	margin: 0px auto;
	}
	#buttons {
	margin-top:0px;
	width: 780px;
	height: 20px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#ef3e42;
	text-align:left;
	}
	
	#buttons a {
	  margin-top:10px;
	  margin-bottom:10px;
	  color: #ffffff;
	  text-decoration: none;
	  font-weight: bold;
	  padding-right:10px;
	  padding-left:10px;
	  }

	#buttons a:hover {
	  color: ffffff;
	  font-weight: bold;
	  text-decoration: underline;
	  }
	
	#container {
	  clear:both;
	  width: 780px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-image: url(images/bg.jpg);
	  background-repeat:repeat-y;
	}
	  
	#container2 {
	  width: 746px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  }
		
	h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size: 16px;
	  color:#102566; /*blue*/
	  margin-top:0px;
	  margin-bottom: 5px;
	  }
		
	h2 {
	  color: #e32b38;
	  font-size: 14px;
	  font-family: Arial, Helvetica, sans-serif;
	  margin-bottom: 2px;
	  }
	h3 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size: 14px;
	  color:#102566; /*blue*/
	  margin-top:0px;
	  margin-bottom: 5px;
	  
	  }	
	h4 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 24px;
	  color:#ffffff; /*blue*/
	  padding-top:10px;
	  margin-top:0px;
	  }  
	
	a {
	  color: #ffffff;
	  /*background-color: #FFFFFF;*/
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  color: ffffff;
	  font-weight: bold;
	  text-decoration: underline;
	  }

/**************** images styles ****************/		
	a img{
	  border: none;
	  }


/**************** header styles ****************/
	#header {
	  width: 780px;
	  height:141px;
	  background-image:url(images/header.jpg);
	  background-repeat:no-repeat;
	  border: 0px;
	  padding-bottom: 0px;
	  padding-top: 0px;
	  clear: both;
	  color:#ffffff;
	  font-size:10px;
	  line-height:12px;
	  text-align:left;
	  }
	#header p { 
	  margin-top: -20px;
	  margin-left: 30px;
	  color: #999999;
	  }

/**************** content styles ****************/
	#content {
	  float: left;
	  width: 450px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 20px;
	  text-align:left;
	  color:#102566;
	  }
	
	#content p {
	  padding-bottom: 10px;
	  }
	  
	#content a {
	  color: #ef3e42;
	  text-decoration: none;
	  font-weight: bold;
	  }

	#content a:hover {
	  color: #ef3e42;
	  font-weight: bold;
	  text-decoration: underline;
	  }  
/**************** sidebar styles ****************/
	#sidebar {
	  float: right;
	  width: 286px;
	  padding: 0px;
	  margin-left: 0px;
	  margin-bottom: 0px;
	  text-align:left;
	  }
		
	#sidebar p {
	  color:#000000;
	  padding-bottom: 10px;
	  margin-top: 5px;
	  }
	#sidebar a {
	  color: #102566;
	  text-decoration: none;
	  font-weight: bold;
	  }

	#sidebar a:hover {
	  color: #102566;
	  font-weight: bold;
	  text-decoration: underline;
	  }  
	  
/**************** footer styles ****************/
	#footer {
	  clear: both;
	  padding-top:10px;
	  margin: 0px;
	  width: 780px;
	  background-color:#e32b38;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  text-align: center;
	  }