/* CSS Document */
body, div, h2, h3, h4, p, dl, dt, dd, img, form, fieldset {
   margin:0px;  
   padding:0px; 
   border:0px;
}


.BackGround {
	background-image: url(BG1.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
}

#nav {
	width: 220px;
	list-style-type: none;
	font-weight:bold;
	line-height: 20px;
	background-position: right;
}

#nav a {
	list-style-type: none;
	background-color:#999966;
	text-decoration:none;
	color: #fff;
	display: block;
	width: 200px;
	height: 15px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-position: right;
	text-align: right;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #990000;
	font-weight: lighter;
	line-height: normal;
}


#nav a:hover {
list-style-type: none;
background:#fff;
color:#000;
text-decoration: none;
}
.TedFacts {
	font-size: 12px;
	line-height: normal;
}
.TedFactsHeader {
	font-size: 18px;
	line-height: 28px;
}
.greyBorder {
	padding: 2px;
	border: 1px solid #CCCCCC;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990000;
	font-weight: normal;
	line-height: 25px;
}

a:link {
	color: #333333;
	font-weight: bold;
}

a:hover {
	color: #990000;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #333333;
}



.form {
	list-style-type: none;
	background-color:#000000;
	text-decoration:none;
	color: #fff;
	display: block;
	width: 180px;
	height: 300px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: right;
}

