html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #fff;
	line-height: 14px;
	font-size: 80%;
	color: #000;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	/*text-align: center;*/
	margin: 0 10px 0 10px;
	padding: 0 0 0 0;

}

.red {
	color:red;
}

.forumtitle {
color:#e73929;
font-family:Verdana, arial, helvetica;
margin:10px 10px 10px 10px;
font-size:180%;
}

h3 {
font-size:120%;

}
/*
h1 {
  line-height: 14px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
h2 {
  line-height: 14px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

*/

a:link {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: red;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: blue;
	text-decoration: underline;
}

#outerWrapper {
	background-color: #fff;
	width: 100%;
	text-align: left;
	margin: 0 auto 0 auto;
}
#outerWrapper #header {
	background-color: #fff;
	line-height: 15px;
	/*font-size: 18px;*/
	padding: 15px 10px 10px 10px;
	/*font-weight: bold;*/	
	border-bottom: solid 0px #666;
	height: 65px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #fff;
	float: right;
	border: solid 0px gray;
	width: 140px;
	padding: 0px 0px 0px 0px;
	/*height:600px;*/
	margin-top:10px;
}
#outerWrapper #contentWrapper #content {
	padding: 10px 10px 10px 10px;
	margin: 0 140px 0 0;
}
#outerWrapper #contentWrapper .clearFloat {
	display: block;
	clear: right;
}
