/* 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;
}

form, fieldset, legend, label, input, textarea, select  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
    color: #000000;
}
fieldset {
	margin:1em 0;
}
legend {
	font-size:10px;
	color:#45619C;
	font-weight:bold;
	margin-bottom:4px;
}
input {
	display:block;
	width:175px;
	float:right;
	margin-bottom:10px;
}
label {
	display:block;
	text-align:left;
	float:left;
	width:500px;
	padding:4px 20px 2px 0;
	margin-right:1em;
	font-weight:bold;
}
.checkbox {
	width:2em;
}
br {
	clear:left;
}

input#button {
	width:75px;
	font-size:12px;
	color:#666;
	font-weight:bold;
	background-color:#F0BB4E;
	background-color:F0BB4E;
	border:2px outset #F27E4D;
}



/* 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;
}
