body
{
	direction: ltr;
	color: black;
	background-color: white;
	font-family: sans-serif;
	text-align: left;
}

div#main
{
	width: 848px;
	margin-left: auto;
	margin-right: auto;
}

div#header
{
	width: 848px;
	height: 111px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#header .bstlink
{
	color: #888888;
	text-align: left;
	text-decoration: none;
	position: relative;
	top: -40px;
	left: -280px;
	font-size: 14px;
	font-weight: bold;
}

#header .bstlink:hover
{
	color: #CC3333;
}

div#nav
{
	clear: both;
	margin: 3px 0 0 0;
	height: 2em;
}

div#nav ul
{
	list-style: none;
	display: inline;
	padding: 0;
}

div#nav li
{
	background: url(/images/tab.png);
	width: 141px;
	height: 37px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 2em;
	color: white;
	font-weight: bold;
	font-size: 11pt;
}

div#nav a
{
	color: white;
	display: block;
	text-decoration: none;
	outline: none;
}

#nav .current a
{
	color: #99CC00;
}

div#content
{
	margin: 20px 20px 0 20px;
}

#content h3
{
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0;
}

div#clear
{
	clear: both;
}

div#footer
{
	clear: both;
	color: white;
	background-color: #DCDCDC;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
}

div#footer p
{
	font-size: small;
	color: white;
	background-color: #767676;
	text-align: center;
	direction: ltr;
	margin: 0px;
	padding: 0;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

.dogimage
{
	z-index: 10;
	width: 340px;
	height: 0px;
	position: relative;
	top: 0px;
	left: 600px;
}

th
{
	text-align: left;
}

.content2
{
	height: 601px;
}

.align_far
{
	text-align: right;
}

.hide
{
    display: none;
}

.signout
{
	position: relative;
	top: -40px;
	left: -350px;
}
