body {
	background-color: #eeeeee;
	font: normal 13px Helvetica, Arial, sans-serif;
}

h1 {
	margin: 20px auto;
	font: bold 30px "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	color: #E0E0E0;
	text-shadow: #FBFBFB 1px 1px;
	letter-spacing: 12px;
	padding-left: 12px;
	text-align: center;
}

h2 {
	text-align: right;
	font: bold 20px "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	color: #E6E6E6;
	text-shadow: #FFFFFF 1px 1px;
	letter-spacing: 6px;
	background-color: #FBFBFB;
	margin: 0px -20px -15px -20px;
	padding: 15px 50px;
	
}

#loading {
	width: 100%;
	height: 100%;
	margin: 80px auto;
}

#loading img {
	display: block;
	margin: 50px auto;
}

#wrapper {
	width: 640px;
	padding: 0px;
	margin: 0px auto;
	background-color: #ffffff;
	border: 1px solid #868686;
}

ul.nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #868686;
	background-repeat: repeat-x;
	background-image: url(/images/filter-bar-gradient.png);
	background-color: #DCDCDC;
	padding: 0px;
	list-style: none;
	width: 100%;
	height: 24px;
	margin: 0px;
}

ul.nav li a, ul.nav .current {
	text-align: center;
	font: bold 12px "Lucida Grande", Helvetica, Arial, sans-serif;
	text-decoration: none;
	float: left;
	height: 17px;
	width: 110px;
	margin: 4px 5px;
	display: block;
}

ul.nav li a {
	color: #2E2E2E;
	text-shadow: #E7E7E7 1px 1px;
}

ul.nav li a:hover {
	color: #FFFFFF;
	text-shadow: #5A5A5A 1px 1px;
	background-image: url(/images/nav-highlight.png);
	background-color: #909090;
}

ul.nav li a:active, ul.nav li a.current:active {
	color: #FFFFFF;
	text-shadow: #5A5A5A 1px 1px;
	background-image: url(/images/nav-down.png);
	background-color: #717171;
}

ul.nav li a.current {
	color: #FFFFFF;
	text-shadow: #5A5A5A 1px 1px;
	background-image: url(/images/nav-current.png);
	background-color: #909090;
}

#content {
	vertical-align: top;
	margin: 0px 20px 15px 20px;
}

a, a:visited {
	color: #333333;
}

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

.newsfeed_header {
	background-image: url(/images/odd-background-gradient.png);
	margin: -16px -20px 0px -20px;
	padding: 10px 20px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #eeeeee;
}

#twitter_div {
	margin: 0px -20px -16px -20px;
	padding: 0px;
}

ul#twitter_update_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul#twitter_update_list li {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #eeeeee;
	padding: 10px 20px;
}

.app-info a {
	text-decoration: none;
}

.app-info {
	cursor: pointer;
	text-align: left;
	min-height: 98px;
	margin: -15px -20px;
	padding: 10px 20px;
}

.app-info.odd {
	background-image: url(/images/odd-background-gradient.png);
}

.app-info.even {
	background-color: #FCFCFC;
}

.app-info.even:hover {
	background-color: #f3f5fc;
}
.app-info.odd:hover {
	background-color: #f1f4fc;
	background-image: url(/images/odd-background-gradient-hover.png);
}

.app-info h3 {
	margin-top: 6px;
	color: #333333;
}

.app-info img {
	float: left;
	margin-right: 20px;
	width: 96px;
	padding: 0px;
	/*background-image: url(/images/app-highlight-well.png);*/
}


.app-more {
	font-size: 11px;
	color: #333333;
}

#ZoomImage {
	background-color: #eeeeee;
}

hr {
	margin: 15px -20px;
	height: 1px;
	padding: 0px;
	background-color: #eeeeee;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
}

.form {
	background: #fcfcfc;
	color: #000000;
	font: normal 12px Veranda, Helvetica, Arial, sans-serif;
	border: 1px solid #cccccc;
}

.form:hover {
	background: #ffffff;
}

.formHili {
	font-weight: bold;
	font-style: italic;
	color: #808080;
}

textarea.form {
	float: left;
	width: 524px;
	max-width: 524px;
	height: 100px;
}

.bigQuote {
	font-family: Georgia, serif;
	color: #666666;
	font-size: 60px;
	padding: 5px;
	height: 20px;
	float: left;
}

.message-postview {
	margin: 10px -20px 10px 20px;
	padding: 0px 20px;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #fcfcfc;
}

#footer {
	border-top: 1px solid #eeeeee;
	background-color: #FBFBFB;
	width: 100%;
	height: 35px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-size: 11px;
	letter-spacing: 2px;
	color: #999999;
	text-align: center;
	text-decoration: none;
}

#footer .top-line {
	background-color: #cccccc;
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
}

#footer .faux {
	margin-top: -20px;
}

.w3cValid {
	font-size: 10px;
	letter-spacing: 1px;
	margin-top: 5px;
}

#footer .corner {
	width: 10px;
	height: 10px;
}

#footer .left {
	margin: 35px 0px 0px -1px;
	background-image: url(/images/bottom-left-corner.png);
	float: left;
}

#footer .right {
	margin: 35px -1px 0px 0px;
	background-image: url(/images/bottom-right-corner.png);
	float: right;
}