@charset "UTF-8";
/* CSS Document */

body {
	background-color: #BFBFBF;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #325C1B;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #325C1B;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
} 

.pside {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.logopad {
	padding-left: 10px;
	padding-top: 10px;
}

.slidepad {
	padding-right: 10px;
	padding-top: 10px;
}

.padright {
	padding-right: 10px;
}

.padleft {
	padding-left: 10px;
}

.spirals {
	background-image: url(images/spiralHeader.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.btnPad {
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
}

.slidePlace {
	padding: 14px;
}

.contentTable {
	padding-bottom: 8px;
	padding-top: 8px;
	background-color: #F5FFF1;
}

.sidebar {
	background-color: #CEE4C2;
	border: dotted;
	border-width: 1px;
	border-color:#999999;
}

.imggreen {
	background-color: #CEE4C2;
	border: dotted;
	border-width: 1px;
	border-color:#999999;
	padding: 4px;
}