body
{
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #FFF;
}

img.logo
{
  border: 0px;
	vertical-align: middle;
}

a.top, a.top:link, a.top:active, a.top:visited
{
  color: #666;
	text-decoration: none;
}
a.top:hover
{
  color: #000;
	text-decoration: none;
}

a.copy, a.copy:link, a.copy:active, a.copy:visited
{
  color: #666;
	text-decoration: underline;
}
a.copy:hover
{
  color: #000;
	text-decoration: underline;
}

td.topleft
{
  width: 20px;
	height: 20px;

	font-size: 0px;
	background-color: #33AAFF;
	background-image: url(images/topleft.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
}
td.bottomright
{
  width: 20px;
	height: 20px;

	font-size: 0px;
	background-color: #33AAFF;
	background-image: url(images/bottomright.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
}
td.topright
{
  width: 20px;
	height: 20px;

	font-size: 0px;
	background-color: #33AAFF;
	background-image: url(images/topright.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
}
td.bottomleft
{
  width: 20px;
	height: 20px;

	font-size: 0px;
	background-color: #33AAFF;
	background-image: url(images/bottomleft.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
}
td.blue
{
	background-color: #33AAFF;
}

td.InnerTL
{
	background-color: #FFFFFF;
	background-image: url(images/inner-tl.png);
	background-position: top left;
	background-repeat: no-repeat;
}

td.ContentTL
{
	padding-top: 0px;
	padding-left: 0px;
	border: 0px;

	background-color: #FFFFFF;
	background-image: url(images/content-tl.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#toplogo
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border: 0px;

	width: 700px;
	height: 50px;
	background-color: #FFFFFF;
	vertical-align: middle;
}

#top
{
	margin-top: 25px;
  margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;

  padding-top: 0px;
  padding-bottom: 25px;
  padding-left: 0px;
  padding-right: 0px;

	border-top: 0px;
	border-bottom: 1px solid #333;
	border-left: 0px;
	border-right: 0px;

	width: 700px;
	background-color: #FFF;
	vertical-align: middle;
	color: #000;
}

td.toplinks
{
  text-align: right;
  vertical-align: top;
	color: #666;
}

#middle
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	border: 0px;
	margin-left: auto;
	margin-right: auto;

	width: 700px;
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
}

#bottom
{
	margin-left: auto;
	margin-right: auto;
  margin-top: 25px;
	margin-bottom: 0px;

	border-top: 1px solid #666;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;

  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;

	width: 700px;
	height: 40px;
	background-color: #FFF;
	color: #666;
}

td.content
{
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left:  0px;
	padding-right: 0px;

	border: 0px;
}

td.Copyright
{
	text-align: right;
	color: #CCC;
	font-family: arial, sans-serif;
	font-size: 12px;
}
td.CopyrightLinks
{
	text-align: right;
	color: #999;
	font-family: arial, sans-serif;
	font-size: 12px;
}

td.navigation
{
  padding-top: 0px;
  padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 0px;

	text-align: right;
	vertical-align: top;
	color: #333;

	width: 150px;
}

h1
{
  margin-top: 10px;
  margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
