body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
	background-color: #999999;
	margin-top: 4px;
}
.container {
	text-align: left;
	width: 700px;
	background-image:    url("images/background.gif");
	background-repeat: repeat-y;
	padding-bottom: 10px;
}
p {
	padding-left: 25px;
	line-height: 1.5em;
	text-indent: 10pt;
	padding-right: 20px;
}
h2 {
	padding-left: 20px;
	font-size: large;
	letter-spacing: .2em;
}
.right {
	width: 200px;
	float: right;
	margin: 20px 15px 15px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #ADB8DC;
}
ul {
	list-style: 	none;
}
.right li a {
	display: 		block;
	text-decoration:none;
	margin-left: 	-30px;
	padding-left: 	5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.banner1 {
	background-image:    url("images/banner1.gif");
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
}
h3 {
	padding-left: 20px;
	font-size: medium;
	letter-spacing: .2em;
	font-style: italic;
}
ol {
	line-height: 2em;
	list-style-type: decimal;
}
a:link {
	text-decoration:none;
	color: #333399;
}
a:visited {

	text-decoration:none;
	color: #333399;
}
a:hover {


	text-decoration:none;
	color: #6699CC;
}
a:active {

	text-decoration:none;
	color: #333399;
}

