body {
	margin: 0;
	padding: 0;
	background-image: url(graphics/cantalopebg.jpg);
	background-repeat: yes-repeat;
	
}
#logo{

     position: absolute;
     top: 0px;
     left: 0px;
	 z-index: 2;

}

p, ul, ol, noprint {
	font: 80%/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
}
#content a:link {
	text-decoration: none;
	color: black; 
	background-color: transparent;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-color: #0066CC;
} 

#content a:visited {
	text-decoration: none;
	color: #901602;
	background-color: transparent;
}
#content a:hover {
	color: #black;
	background-color: #DCEEFF;
}


smcap {
	font-variant: small-caps; font-weight: normal; font-size: 175%;
}

#content {
	margin: 10px 260px 0px 230px;
	padding: 10px; 
}
#content h1 {
	text-align: center;
	padding-right: 20px;
	font: 250% Georgia, "Times New Roman", Times, serif;
	color: #D16E19;
}
#content h2 {
	text-align: left;
	padding-right: 20px;
	font: 160% Georgia, "Times New Roman", Times, serif;
	color: #D4690D;
	margin-bottom: 0;
}
#content h2+p {
	margin-top: 0;
}
#content h3 {
	text-align: left;
	padding-right: 20px;
	font: 105% Georgia, "Times New Roman", Times, serif;
	color: #D4690D;
	margin-bottom: 0;
}
#content h3+p {
	margin-top: 0;
}

#content .tip {

	background-color: Beige;

	border: Darkgoldenrod 2px dotted;
	font: 80%/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;

	font: 1em;

	letter-spacing: 1px;

	margin: 15px 0px 15px 0px;

	padding: 15px;

	line-height: 130%;

	width: auto;

}

#content .small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

#content .next  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

#side1 {
	position: absolute;
	width: 190px;
	top: 250px;
	left: 10px;
	padding: 70px 10px 10px 10px;
	background-image: url(graphics//.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#side2 {
	position: absolute;
	width: 220px;
	top: 100px;
	right: 10px;
	padding: 70px 10px 10px 10px;
	border-left: 1px dotted #cccccc;
	background-image: url(/.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#side2 small {
	font: 90% Arial, Helvetica, Times, serif;
	margin: 0;
	color: gray;
	padding-bottom: 4px;
	font-size: 70%;
	font-weight: bold;
}
#side1 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 180px;
}
#side1 li {
	font: 95% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #E7AFAF;
}
#side1 a:link {
	text-decoration: none;
	color: red; #8093CB;
	background-color: transparent;
} 

#side1 a:visited {
	text-decoration: none;
	color: #901602;
	background-color: transparent;
}
#side1 a:hover {
	color: #621313;
}
#footer {
	clear:both;
	font-size: 80%;
	padding-top: 1em;
    text-align:center;
    color: #999;
    background-color: transparent;
}