body {
	background-color: #E1E1E1;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 11pt;
}

#logo {
	background-color: #0080FF;
	text-transform: uppercase;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #0080FF; 
	font-size: 14px;
}
#logo a {
	color: #ffffff;
	background-color: #0080FF;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
/*	padding-left: .5em;	this line F's netscape 4.x*/
/*	padding-right: .5em;	this line F's netscape 4.x*/
}
#logo a:hover {
	color: #000000;
	background-color: #E2E7F0;
}
#logo img {
	border: 0px;
}
#logo p {
	padding: 0px;
	margin: 0px;
	padding-right: 2em;
	color: white;
}

#content {
	background-color: #ffffff;
	padding: 0em;
	margin: 0px;
/*	border: 2px solid #000000;*/
/*	border-top: 0px;*/
}
#content A {
	color: #0080FF;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content H1 {
	color: #0080FF;
	font-weight: bold;
	font-size: 2em;
	margin: 0px;
	text-align: center;
}
#content H2 {
	color: #0080FF;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0px;
	text-align: center;
}
#content HR {
	color: #0080FF;
}
#content P {
	margin: 1em;
/*	margin-bottom: 0px;*/
	margin-bottom: 1em;
}
#content TH {
	color: white;
	background-color: #0080FF;
	font-weight: bold;
	text-align: center;
}
#content UL {
	font-size: .85em;
	list-style-image: url('http://www.creativecart.com/images/pics/bulletbl.gif');
	list-style-type: disc;
	padding-right: 1em;
}

.LeftNavPane {	/ * Any changes here should be in #LeftNav too */
	color: #ffffff;
	background-color: #0080FF;
	margin: 5px;
	font-size: .9em;
	font-weight: bold;
}
#leftnav {
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px;
	color: #ffffff;
	background-color: #0080FF; 
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
#leftnav A {
	color: #ffffff;
	background-color: #0080FF;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#leftnav a:hover {
	color: #000000;
	background-color: #E2E7F0;
}
#leftnav P {
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid white;
}

#footer {
	background-color: #E1E1E1;
	padding: 1em;
	font-size: .7em;
	padding-top: 5px;
	margin-top: 0px;
	text-align: center;
	border: 0px;
	border-top: 2px solid black;
}
#footer A {
	color: blue;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer H5 {
	font-size: 1em;
	margin: 0px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}

