body {
	margin-top: 20px;
	padding: 0;
	background: #CC0000;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04.jpg) repeat-y left top;
}


/* Header */

#header {
	width: 800px;
	height: 61px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

#header h1, #header p {
	margin: 0;
}

#header h1 {
	float: left;
	color: #FFFFFF;
	font-size: 36px;
	padding-left: 15px;
}

#header p {
	float: left;
	padding: 17px 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}

#header a {
	text-decoration: none;
	color: #F79F1A;
}

#banner {
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;
	width: 800px;
	height: 250px;
	background: url(images/img01.jpg) no-repeat left top;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 0px;
}

#page .bgtop {
	background: url(images/img03.jpg) no-repeat left top;
}

#page .bgbtm {
	background: url(images/img05.jpg) no-repeat left bottom;
}

/* Content */

#content {
	width: 760px;
	margin: 0;
	padding: 5px;
}




/* Footer */

#footer {
	width: 800px;
	height: 60px;
	min-height: 60px;
	background: url(images/img02.jpg) no-repeat left top;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ABABAB;
}

#footer p {
	padding: 20px 0;
}

#footer p a {
	color: #FFB300;
}
.letter {
  background:#FFF;
  width:650px;
  margin:35px; margin-bottom:10px;
  padding:35px;
}



#letter DIV, P {
  font-family:'times new roman', 'times', serif;
  margin:10px;
  padding:10px 50px 10px 50px;
}
P {
  text-indent:22px;
}
IMG {
  border:none;
}
.border {
  border:1px solid black;
}
.nosides {
  padding-left:0px;
  padding-right:0px;
}
.bold {
  font-weight:bold;
}
.italic {
  font-style:italic;
}
.underline {
  text-decoration:underline;
}
.s9  {font-size:9pt; color:Black;}
.s10 {font-size:10pt; color:Black;}
.s11 {font-size:11pt; color:Black;}
.s12 {font-size:12pt; color:Black;}
.s13 {font-size:13pt; color:Black;}
.s14 {font-size:14pt; color:Black;}
.s15 {font-size:15pt; color:Black;}
.s16 {font-size:16pt; color:Black;}
.s17 {font-size:17pt; color:Black;}
.s22 {font-size:22pt; color:Black;}
.s24 {font-size:24pt; color:Black;}
.red {
  color:#F00;
}
.dkred {
  color:#C00;
}
.blue {
  color:#0000EC;
}
.hilight {
  background:#FF0; color:Black;
}
.sans {
  font-family:'arial', sans-serif;
}
.verdana {
  font-family:'verdana', 'arial', sans-serif;
}
.center {
  text-align:center;
}
.right {
  text-align:right;
}
.checked {
  text-indent:20px;
  background:url('images/checkmark.gif') no-repeat 0px 5px;
}
.boxedComment {
  border:2px solid black;
  margin-left:50px;
  margin-right:50px;
  margin-top:10px;
  margin-bottom:10px;
  padding:0px;
  background-color:#FF9;    
}
.boxedComment div {
  padding-left:7px;
  padding-right:7px;
  padding-top:0px;
}
.boxedComment .checked {
  background:url('images/boxedCheck.gif') no-repeat 10px 4px;
}