body {
/*	background-color: #d1dcf2;*/
	background-color: #ccffcc;
/*	background-color: #66FFFF;*/
	color: #000000;

}
/* the font styles for the text */
p,h2,h3,h4,ul,ol,li,div,span,blockquote,body,table,td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006600;

}
p, ul, ol, td {
	font-size: 12px;
}
h1 {
	color: #006600;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
h7 {
	color: #ff0000;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	text-decoration: blink;
}
h2 {
	color: #006600;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 15px 0 0 0;
}

h3, h5, h6 {
	color: #006600;
}
dt {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
dd {
	font-size: 14px;
}

a:link, a:visited {
	color: #006600;
	background-color: #CCFFCC;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	background-color: #006600;
	text-decoration: none;
}

ul {
	list-style-image:   url("images/gb.gif");
	vertical-align: middle;
}

hr {
	height: 5px;
	color: #006600;
}

.content {
	text-align:left;
	width:650px;
}

td#main {
	text-align: left;
}

/* floating elements */

.picright {
float: right;
padding: 0px 0px 10px 10px;
}
.picleft {
float: left;
padding: 0px 10px 10px 0px;
}
