<!--

BODY {
background : #FFFFFF;
font-family: sans-serif;
margin-right : 2%;

}

/* Style information for Menu */
DIV.menu {
float : right;
border : solid;
border-width : 2px;
border-color : #FF9933;
}

/* Style information for Navbar  */
DIV#nav UL {
	MARGIN: 0px; 
	PADDING: 0px; 
}

DIV#nav LI {
	DISPLAY: inline;
	PADDING-LEFT: 0.5em; 
	BACKGROUND-IMAGE: url(images/nav_div1.png); 
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: left center; 
	FONT-SIZE: 80%;
        FONT-WEIGHT: bold;
}

DIV#nav LI.nobullet {
	BACKGROUND-IMAGE: none; 
}

/* Style information for link text */
A:link {
text-decoration : underline;
}

A:hover, A:focus {
color : white;
background : #FF6600;
text-decoration : underline;
}

A:visited {
text-decoration : underline;
}

/* Style information for headers */
H1, H2 {
font-family : "Comic Sans MS";
color : #FF6600;
}

H3, H4 {
font-family : "Comic Sans MS";
color : #FF6600;
background : #FFCC66;
}

H5 {
font-family : "Comic Sans MS";
font-size : x-small;
font-weight : lighter;
}

BLOCKQUOTE {
background : #FFFFFF;
padding: 0.0em;
margin : 0em 1em 0em 1em;
font-style : italic;
}

TABLE.picFrame { 
	background-color: #FFFFFF; 
	border: 4px;
}

.calendarHeader { font-weight: bolder; color: #CC0000;
                  background-color: #FFFFFF }
.calendarToday { background-color: #FFFFCC}
.calendar { background-color: #FFFFFF }
TD.calendar { min-width: 100px }
.event { font-size: xx-small; width: 100px }

.decor { color: green; }
.twist { color: purple; }
.retail { color: blue; }
.delivery { color: orange; }

-->

