/* ----- start:body ----- */
body {
 	margin:0;
 	padding:0;
 	font-family:Georgia, "Times New Roman", Times, serif;
 	font-size:12px;
 	text-align:center;
 	color:#000;
 	background-color:#fff;
 	background-image:  url('/content/images/bg.gif');
 	background-repeat: repeat-y;
 	background-position: top center;
 }

.maintitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size:30px;
	color: #000000; 
	}
	
.subtitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size:24px;
	color: #000000; 
	}
	
.letter {
	color:#000000;
	font-family:"Courier New", Courier, mono;
	font-size:16px;
	margin:0 30px 0 30px;
	}
	
.red {color: #CC0000;}


.bodytext {
	color:#333365;
	font-size:14px;
	font-family:Verdana, Arial, sans-serif;
	}
	
.pad {
	padding:20px 50px 20px 50px;
	}
	
#headcontainer {
	width:780px;
	margin: 0 0 0 0px; 
	padding:0 0 0 0; 
	}

li { 
	margin-left:25px;
	margin-right:25px;
	text-align:left; 
	list-style-type:none;}
/*  line-height:25px; } */

ul { 
	margin:0; 
	padding:0 0 0 30px;
	}
	
#footerbreak {
  clear:both;
  width:780px;
  text-align:center;
  margin:0 auto;
  padding-top: 20px; }

#footer {
  position:relative;
  width:780px;
  margin:0;
  padding:0 0 10px 0;
  text-align:center;
  background: url('/content/images/footerbg.gif') repeat-x top center; }
	
#footerall { 	
	background: #F9F9EC url('/content/images/footerbottom.gif') no-repeat top center;
	height:110px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}

