body {
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	text-align: center;
	font-family: non-serif; 
	font-size: medium
}

p {
	font-family: non-serif;
	font-size: medium;
	color: Black;
}
h1 {
	font-family: non-serif;
	font-size: xx-large;
	color: Blue;
	font-weight: bold;
	text-align: center;
}
h2 { font-size: large; color: blue; font-family: serif; text-align: center}


a:link {font-family: non-serif; font-size: medium; color: blue; text-decoration:underline}
a:visited {font-family: non-serif; font-size: medium; color: blue; text-decoration:underline}
a:hover {font-family: non-serif; font-size: medium; color: blue; text-decoration:underline; }

ol.disc {list-style-type: disc}
ol.1 {list-style-type: upper-roman}
ol.2 {list-style-type: upper-alpha}
ol.3 {list-style-type: lower-alpha}
ol.4 {list-style-type: lower-roman}
ol.5 {list-style-type: decimal}

.container {
	background-color: #ffffff;
	position: inherit;
	margin: 0 auto;
	padding: 0px;
	width: 750px;
	text-align: left;
}

.banner {
	background-color: #ffffff;
	margin: 0px 0px;
	width: 750px;
	height: 100px;
}

.content {
	background-color: #ffffff;
	margin: 0px 0px;
	padding: 0px;
	width: 745px;
	float: left;
}

.leftcolumn {
	background-color: #ffffff;
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 145px;
	float: left;
}

.rightcolumn {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 600px;
	float: right;
}

.footer {
	position: relative;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 750px;
	clear: both;
}

.rightad {
	position: absolute;
	background-color: #ffffff;
	margin: 170px 10px;
}