body {
	background-color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8em;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}



div#outer {
	width: 997px;
	background-color:#eeeeee;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0;
	background-image: url(../images/websitetemplatebackground_bottom%20copy.jpg);
	background-position: 0px 92px;
	background-repeat: no-repeat;
	height: 863px;
}

div#header {
	padding: 0px;
	margin: 0px;
	text-align: center;
	top: 0px;
	height: 92px;

}

div#nav {
	width: 170px;
	float: right;
	padding-top: 120px;
	padding-right: 65px;
}
#twitter_update_list {
	display: inline;
	top: 0px;
	position: relative;
}
#twitter_update_list li {
	background-color: #F8F8F8;
	margin-top: 5px;
	padding: 2px;
	margin-bottom: 5px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

#twitter_update_list li span {
}
.largeFont {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	color: #0662AF;
	font-weight: bold;
}



a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #0966B3;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #0966B3;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #3FA4F5;
	text-decoration: none;
	font-weight: bold;
}


div#main {
	margin-left: 7%;
	margin-top: 60px;
	padding: 0px;
	margin-right: 30%;

}

div#footer {
	padding: 15px;
	margin: 0px;
	border-top: 0;

}

ul, li {
	list-style-type: none;
}

#twitter-icon {
	display: block;
	right: -10px;
	top: 150px;
	width: 133px;
	height: 80px;
	position: absolute;
	background-image: url(../images/social_icons/twitter.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#twitter-icon span {
	display:block; text-indent: -999px;
		background: url(../images/social_icons/twitter.png) no-repeat left top;
	width: 133px;
	visibility: hidden;
	height: 45px;
	position: relative;
}
.dropDown {
	display: none;
	position: absolute;
	background-color: #CCC;
	left: 0px;
	padding-right: 40px;
	padding-left: 10px;
}
#categories-menu .dropDown li {
	line-height: 18px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	padding-left: 10px;
}

/* follow link for twitter */
#twitterlink {
	display: block;
	position: relative;
	width: 170px;
	height: 49px;
	text-decoration: none;
	background-image: url(../images/TwitterGuy.png);
	background-repeat: no-repeat;
	background-position: 0px -53px;
	margin: 0 0 -25px 0;
}
#twitterlink span {
  position: absolute;
}
#twitterlink:hover {
  background-position: 0px -53px;
}
#twitterlink strong {
  display: block;
  position: absolute;
  width: 170px;
  height: 53px;
  background: url(../images/TwitterGuy.png) no-repeat 0px 0px;
}
#twitterlink:hover strong {
  left: 0px;
  top: -49px;
}
