/*Post-it note script- by javascriptkit.com
Visit JavaScript Kit (http://javascriptkit.com) for script
Credit must stay intact for use*/
#postit{
	position:absolute;
	width:322px;
	visibility:visible;
	z-index:100;
	cursor: pointer;
	background-image: url(images/frame.jpg);
	height: 244px;
	background-repeat: no-repeat;
	background-position: center center;
}

body {
	background-color: #FEEDE6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #804000;
	list-style-position: outside;
	list-style-image: url(images/submenu-star.gif);
	line-height: normal;
}
.text-medium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #804000;
}
.text-xsmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #804000;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
.menubg {
	background-image: url(images/left-bg.jpg);
	background-repeat: no-repeat;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/button-off.png);
	background-repeat: no-repeat;
	line-height: 32px;
	text-align: center;
	background-position: 3px 4px;
	display: block;
}
.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-image: url(images/button-on.png);
	background-repeat: no-repeat;
	line-height: 32px;
	text-align: center;
	background-position: 3px 4px;
	display: block;
}
.menu-Select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-image: url(images/button-on.png);
	background-repeat: no-repeat;
	line-height: 32px;
	text-align: center;
	background-position: 3px 4px;
	display: block;
}
.fancytext {font-family: "Monotype Corsiva", Georgia, "Times New Roman", Times; font-weight: bold; font-size: 24px; color: #804000; }
.text-small {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #804000;
}
.infobox {
	background-color: #EDD981;
	border: 1px solid #996600;
}
.vertline {
	background-image: url(images/vertline.png);
	background-repeat: repeat-y;
	background-position: center center;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDD981;
	border-bottom-color: #EDD981;
}
.text-small-bold {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #804000;
}
