html {
	height: 100%;
}

body {
	background-color: White;
}

p, h1, h2 {
	margin: 0;
	padding: 0;
}

#main {
	margin-left: -445px;
	left: 50%;
	width: 990px;
	z-index: 0;
}

#sticky {
	position: absolute;
	margin: 0 auto;
	top: 12px;
	right: 28%;
	height: 133px;
	width: 200px;
	z-index: 10;
	background: transparent url(images/stickynote_small_clean.png) no-repeat left top;
}

#sticky img, img {
	border: 0;
}

#stickytext {
	color: #666;
	width: 170px;
	margin: 16px 12px 12px 12px;
}

#stickytext p {
	font: 10px/15px Tahoma, Verdana, sans-serif;
}


.outerborder {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
td {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
p {
	font-family: Tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 22px;
}

h1 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
h2 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6633;
	text-decoration: underline;
}

a:hover {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #77BCFF;
	text-decoration: none;
}

