/* "redefine" html tags */
body
{
	margin-right: auto;
	margin-left: auto;
	width: 90%;

	color: #000000;
	background-color: #FFFFFF;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img
{
	border: 0px #000000 solid;
}

#header
{
	clear: both;

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer
{
	clear: both;

	font-size: smaller;
	color: #999999;
	background-color: #FFFFFF;
	text-align: center;

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer a, #twitter_user
{
	text-decoration: underline;
	color: #666666;
	background-color: #FFFFFF;
}
#footer a:hover, #twitter_user:hover
{
	text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;
}
#footer a:visited, #twitter_user:visited
{
	text-decoration: underline;
	color: #666666;
	background-color: #FFFFFF;
}

#content
{
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 0px;
	margin-bottom: 10px;
}

#menuContainer
{
	width: 200px;
	float: left;

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* for skip links -- should not be viewable in "normal" browsers */
.skip
{
	display: none;
}

/* looks for the buttons in the footer */
#footerButtons
{
	list-style-type: none;
	text-align: center;
	display: inline;
	padding: 10px 0px 10px 0px;
}

#footerButtons li
{
	display: inline;
}

/* Twitter stuff */
#twitter, #twitter-no-connection
{
	color: #174B9E;
	position: absolute;
	top: 100px;
	right: 10%;
	width: 250px;
	font-size: 0.75em;
	margin-bottom: 24px;
}

#twitter_status
{
	margin: 0px;
	padding: 5px;
	border: 1px solid #c9c2c1;
	background-color: #ffffff;
}

.twitter_bottom
{
	position: relative;
	margin: 0px;
	padding: 10px 0px 0px 15px;
	top: -2px;
	background: transparent url(tip.gif) no-repeat 22px 0;
}


