body {
	font-family: “Trebuchet MS”, Tahoma, Arial, sans-serif;
	font-size: 14px;
	margin:0px;
	padding:0px;
	background-image:url(../images/grey-background.png);
	text-align:center;
}
p, li {
	font-family: “Trebuchet MS”, “Lucida Sans Unicode”, “Lucida Grande”,” Lucida Sans”, Arial, sans-serif;
	font-size: 14px;
	line-height:20px;
	padding-left:10px;
}
a, a:link, a:visited {color:blue;}

#wrapper {
	background-image: url(../images/pole-background.png);
	background-repeat: repeat-y;
	text-align-left;
	width:1030px;
	margin-left:auto;
	margin-right:auto;
}

#topad {
	text-align:center;
}

#updatebox {
	width:336px;
	background-color:#DD1B1E;
	border-radius: 14px;
	padding:0px 3px 3px 3px;
	margin-bottom:15px;
	color:white;
	}
	
#updatebox a:link, #updatebox a:visited {
	color:#fff;
	text-decoration:none;
}
#updatebox a:hover {
	color:#fff;
	text-decoration:underline;
}
#updatebox h2 {
	margin-top:3px;
	text-align:center;
}
#updatebox ul {
	list-style-type: square;
	margin-left:1.3em;
	padding-left:0px;
}
#updatebox li {
	font-size:12px;
	font-weight:bold;
	 padding-left:1px;
	 line-height:15px;
	 padding-bottom:6px;
	 padding-right:3px;
}


#maincontainer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 168px;
	padding-right:10px;
	padding-top:3px;
	text-align:left;
	width:850px;
}

#sidebar {
	width:336px;
	float:right;
	margin-left:15px;
	margin-bottom:20px;
}


.quote {
	background: url(/images/quote-open.gif) no-repeat;
	color: #555;
	margin: 0 0 1em 13px;
	padding: 10px 50px 12px 45px;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	color: #222222;
	font-family:“Trebuchet MS”, Tahoma, Arial, sans-serif;
	border:1px dotted #999;
	background-color:#ddd;
	border-radius: 14px;
	padding:0px 13px 3px 13px;
}
h2 {
	font-family:“Trebuchet MS”, Tahoma, Arial, sans-serif`;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin-top:25px;
	overflow:hidden;
	background-color:#f33;
	border-radius: 14px;
	padding:3px 13px 3px 13px;
}

/* TOPNAV1 */
#topnav1 {
	background-color:#000;
	border-radius: 6px 6px 0px 0px;;
	padding:2px 12px;
	font-weight:bold;
	font-size:14px;
	color:white;
	line-height:26px;
	width:640px;
	margin-left:30px;
}

#topnav1 a, #topnav1 a:link {
	color:#fff;
	text-decoration:none;
	margin-bottom:12px;
	padding:0px 8px 0px 8px;
	margin-bottom:6px;
	border-right:1px dotted white;
}

#topnav1 a:visited {
	color:#fff;
	text-decoration:none;
	background-color:#f33;
}

#topnav1 a:hover {
	color:#fff;
	background-color:#f33;
}

/* TOPNAV2 */
#topnav2 {
	background-color:#c00;
 	border-radius: 0px 0px 12px 12px;
	margin-left:20px;
	width:700px;
	padding:2px 7px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:12px;
	color:white;
	line-height:20px;
}

#topnav2 a, #topnav2 a:link {
	color:#fff;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	margin-bottom:6px;
	border-right:1px dotted white;
}

#topnav2 a:visited {
	color:#fff;
	text-decoration:none;
	background-color:#f33;
}

#topnav2 a:hover {
	color:#fff;
	background-color:#f33;
}
.lastlink {border:none !IMPORTANT;}


.top-page-image {
	width:480px;
	border-radius:15px;
	border:5px solid #ccc;
	}

.imageright {
	margin-left:15px;
	float:right;
	border-radius:15px;
	border:5px solid red;
	}

.separator {
	border-bottom:1px dotted #999999;
	padding-bottom:13px;
	overflow:hidden;
		}

div#footernav {
	border-top:4px solid red;
	padding-top:4px;
	}	
#footernav a, #footernav a:link,  #footernav a:visited {
	white-space:nowrap;
	color:#900;
}

#footernav a:hover {
	text-decoration:none;
	color:black;
}

.footer {
	font-size: 10px;
	font-weight: bold;
	padding-top: 18px;
	padding-bottom:12px;
	margin:0px;
}


#didyouhear {
	padding:5px;
	padding-left:12px;
	font-weight:bold;
	border-radius:12px;
	background-color:orange;
		overflow:hidden;
		text-align:center;
	}
	
#didyouhear a:link, #didyouhear a:visited, #didyouhear a:hover {
	color:white;
}