@media print {
   BODY {background: white;}

	 .leftnav{
	 width:0px;
	 visibility:hidden;
	 display:none;
	 }

	 .menutable{
		width:0px;
		visibility:hidden;
			 display:none;
	 }
	 
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

A:link {
	color: #670C88;
	}
	
A:visited {
	color: #670C88;

}

.style1 {
	font-size: xx-small;
	color: #CCCCCC;
}

A:active
{ }
A:hover
{
	color: #999999;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B78C79;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;

}

.box2 {
	padding: 5px;
	border: 3px solid #FFCC99;

}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.boxgold {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B78C79;
	border-right-color: #B78C79;
	border-bottom-color: #B78C79;
	border-left-color: #B78C79;
	padding: 2px;

}
.bigpurple {
	font-size: 18px;
	color: #670C88;
}
.boxright {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-right-color: #B78C79;
	border-top-style: none;
	border-top-color: #670C88;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #B78C79;
	border-left-color: #670C88;

}
.borderright {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-right-color: #670C88;
	border-top-style: none;
	border-top-color: #EFE3D7;
	height: auto;
	width: auto;
	border-bottom-style: solid;
	border-bottom-color: #EFE3D7;


}
.box3 {

	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EFE3D7;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
.medpurple {
	font-size: 16px;
	color: #670C88;
}
.passion {
	background-image: url(Images/passionlight.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.leftnav{
	/*background-image: url(../images/leftnav.jpg);*/
	background: url(Images/leftnav3.jpg);
	background-color:#CD9967;
	background-position:right;
	background-repeat:repeat-y;
	width:150px;
}
.footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC9A67;
	padding-top:5px;
	margin-top: 20px;
}


#menu {
margin-top:5px;
margin-left: 1px;

}

#menu a:link, #menu a:visited{
	text-decoration: none;
	width: 8.5em;
	display: block;
	position: relative;
	font-size:1.1em;
	color:#222222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4CAAF;
}
#menu a:hover{
	color:#660066;
	font-weight:bold;
	/*background-color: #E9D2BC;*/
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul .in{
	padding-left: 7px;
	background: 0 url(Images/in.gif) no-repeat 6px;
}
#menu ul .out{
	padding-left: 8px;
	background-image: url(Images/out.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	
}
#menu li {
	font-size: 1em;
	color: #CCCCCC;
	list-style-type:none;
	margin-left: 6px;
  padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size:1.1em;
}

#menu ul li ul li {
	font-size:.9em;
	position: relative;
	display:block;
	padding-left:1.1em;
}

#menutable{
	width:150px;
}
	
