@charset "utf-8";
/* CSS Document */
@charset "utf-8";
	
/* Color Legend */


/* Reset */

html, body { margin: 0; padding: 0; border: 0;  background: transparent; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, img, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {	display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, b, i, u, strike { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #000; }

h1 {
	font-size: 22px;
	text-align: center;
	margin-top:15px;
	margin-bottom: 0px;
	font-family: "Lucida Handwriting";
	font-weight: bold;
	color: #00F;
}
h2 {
	font-size:12px;
	text-align:center;
	font-family:"Lucida Handwriting";
	font-weight:bold;
	color:#804000;
	padding-top: 5px;
	line-height: 125%;
}
h3 {
	font-size: 15px;
	color: #FF0;
	font-weigth: 600;
	font-face: "lucida handwriting";
	font-style: italic;
	font-family: "Lucida Bright";
	text-align: center;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 5px;
}
h4 {}
h5 {
	font-size:17px;
	padding-top: 35px;
	padding-left: 12px;
	padding-bottom: 0px;
	font-family: "Lucida Handwriting";
	font-weight: bold;
	color: #F00;
}
h6 {
	font-size: 18px;
	color: #F00;
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	font-family: "Lucida Handwriting";
	 
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }


/* Text Elements */

p           	{
	color:#000;
	font-size:12px;
	line-height:150%;
	text-align: center;
	font-weight: bold;
	margin:0px;
	
}
body	{					
							background-image:url(../images/backing.gif);
							margin-top: 20px;
							margin-bottom: 20px;
							text-align:center;
						}
/* banner starts*/	   
#banner 					{
							width: 1025px;
							border-top-right-radius: 50px;
							border-top-left-radius: 50px;
							-moz-border-top-right-radius: 50px;
							height: 200px;
							text-align: center;
							padding: 0px;
							margin-top: 0px;
							margin-right: 0px;
							margin-left: 0px;
							color: #00F;
							margin-bottom:-12px;
}
#bannertext {
							width: 1025px;
							background-image:url(../images/LETTER-HEAD.png);
							background-repeat:no-repeat;
							height: 200px;
							margin-left:auto;
							margin-right:auto ;
							margin-top: 18px;
							text-align: center;
							background-color: #FFFFCD;
							border-top-left-radius:50px;
							border-top-right-radius:50px;
							-webkit-border-top-left-radius: 50px;
							-moz-border-top-right-radius: 50px;
							-webkit-border-top-right-radius: 50px;
							-moz-border-top-left-radius: 50px;					
	
}								
#bannertext h1              {
	padding-top: 25px;
}								
/*banner ends*/