/* CSS */


/* HTML Tags */

body {
	background-color: #CEE6FF;
	background-image: url(../images/bkgd2.gif);
}


p {
	color: #000000;
	font-family: "Times New Roman";
	font-size: 14px;
}

a {
	text-decoration: underline;
	color: #000;
	font-family: "Times New Roman";
	font-size: 14px;
}

h1 {
	text-align: center;
	color: #000000;
	font-family: "English111 Vivace BT";
	font-size: 14pt;
}
h2 {
	text-align: center;
	color: #000000;
	font-family: "Times New Roman";
	font-size: 14px;
	/*padding-top: 0.1in;*/
}
h3 {
	text-align: left;
	color: #000000;
	font-family: "Times New Roman";
	font-size: 14px;
}

/* IDs */

#logo {
	width:660px;
	margin:0 auto;
}

#mainbody {
	width:600px;
	margin:0 auto;
}
#mainbody ul {
	margin:0;
	padding:0;
	color: #000000;
	font-family: "Times New Roman";
	font-size: 14px;
}
#mainbody li {
	margin-bottom:1em;
	margin-left:0;
	list-style-type: disc;
	list-style-position: outside;
}

#tabledata {
	color: #000000;
	font-family: "Times New Roman";
	font-size: 14px;
}
#tabledata p {
	margin-bottom:1em;
}

/* Header - NOTE: Backup only */

#menu {
	text-align: center;
	background-image: url(http://www.leticiainc.com/images/menu_bkgd.jpg);
	color: #000000;
	font-family: "Times New Roman";
	font-weight: bolder;
	font-size: 14px;
}
#menu a {
	text-decoration: none;
	color: #000000;
	font-family: "Times New Roman";
	font-weight: bolder;
	font-size: 14px;
}


/* Footer */

#footer {
	margin-top:6em;
}
#footer p, #footer a {
	text-align: center;
	color: #000000;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 10px;
}


/*Specialty Decorations */

.highlight {
	text-align: left;
	color: #333300;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 14px; 
}


#notes {
	margin-top:6em;
	color: #000000;
	font-family: "Times New Roman";
	font-size: 12px;
}