/* CSS Document */

body {
	background-color: #cccccc;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}

h1 {
	font-size: x-large;
	border-bottom: 2px solid #666666;
	padding: 3px;
	margin-top: 0px;
}

.droolstyle {
	font-size: 36pt;
	font-weight: bold;
	font-style: italic;
}

.style2 {
	color: #000000;
}

.style3 {
	font-size: 16pt
}

body,td,th {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11pt;
	color: #333333;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer img {
	position: absolute;
	bottom: 0px;
	margin-left: 50%;
}

#rightpane {
	float: right;
	width: 320px;
	margin: 0px 20px 0px 20px;
}

#description {
	border: 1px groove #333333;
	margin-right: 370px;
	font-size: 12px;
	padding: 10px;
}
