html
{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body {
	background-color: #F2F6DF;
	background-image: url(/images/template/wrapper_r1_c1.jpg);
	background-repeat: repeat-x;
margin: 0;
padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 960px;
  max-width: 800px;
	height: 100%;
}
td img {display: block;}
body,td,th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #707070;
}
#container {
  width: 800px;
  height: 100%;
}
.background_left {
background-image: url(/images/template/left.jpg);
background-repeat: repeat-y;
background-position: top left;
}
.background_right {
background-image: url(/images/template/right.jpg);
background-repeat: repeat-y;
background-position: top right;
}

/* BEGIN header footers */
#headerlogo { }
#nav
{
	height:39px;
	text-align:center;
	background-image: url(/images/template/bar.jpg);
	color: #666666; 
	letter-spacing: .1em; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
}
#nav a:link			{	color: #666666; text-decoration: none;}
#nav a:visited	{	color: #666666; text-decoration: none;}
#nav a:hover		{	color: #758cd3; text-decoration: underline;}
#nav a:active		{	color: #666666; text-decoration: none;}
#nav a:link {
	color: #707070;
}
#nav a:visited {
	color: #999999;
}
#nav a:hover {
	color: #9db511;
}
#nav a:active {
	color: #CCFF00;
}
#outer_content {
  height: 100%;
}
.content
{
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 
	padding-left: 10px;
	padding-right: 5px;
	background: white;
	background-repeat: repeat-x;
	background-position: bottom;
}
.content a:link {
	color: #707070;
}
.content a:visited {
	color: #999999;
}
.content a:hover {
	color: #758cd3;
}
.content a:active {
	color: #CCFF00;
}
.content h1 {color:#b0b68c; font-weight: bold; font-family: "Book Antiqua", Palatino, Bookman, serif; margin-top: .4em; margin-bottom: .2em; font-size: 1.4em;}
.content h2 {font-size: 1em; font-weight: bold;}

.button { color: #808000; font-family: monospace; padding-left: 4px; padding-right: 4px;}

#footer
{
	background-color: white;
	font-size: .9em;
	letter-spacing: 0em;
	height: 70px;
	font-family: "New York", serif;
	vertical-align: bottom;
}
#footer h1 {color:#b0b68c; font-weight: bold; font-family: "Book Antiqua", Palatino, Bookman, serif; margin-top: .4em; margin-bottom: .2em; font-size: 1.4em;}
.fineprint {font-size: .8em; letter-spacing: 0em;}

@media screen {
.print { display: none !important; }
}

@media print {
.print { display: block !important; }
.noprint { display: none !important; }
#headerlogo { display: none !important; }
#nav { display: none !important; }
#footer { display: none !important; }
body { width: 100%; background-image: none; background-color: white;}
}


/*
@media print {
.print { display: none !important; }
#headerlogo { display: none !important; }
.noprint { display: none !important; }
#nav { display: none !important; }
#footer { display: none !important; }
}
*/

/* messages */
.notice
{
color:#000;
font-size:1em;
font-family:"New York","Arial Black",Arial,san-serif;
font-weight:400;
text-shadow:#f5e5e5 2px 3px 2px;
background:#f0f0ff;
border-color:#f0f0f0;
border-style:solid;
border-width:1px;
margin:.5em;
padding:.1em .2em;
}

.error
{
color:red;
font-size:1.1em;
font-family:Arial,san-serif;
font-weight:bold;
text-shadow:#f5e5e5 2px 3px 2px;
background-color:#ffffb0;
border-color:black;
border-style:dashed;
border-width:2px;
margin: .5em;
padding: 2em;
padding-left: 1em;
padding-right: 1em;
}

/* debug */
.print_a
{
  border-color: #888;
  border-style: solid;
  border-width: 1px;
  background-color: #eee;
  overflow: scroll;
  max-width: 800px;
  margin: 10px;
  padding: 10px;
  font-size: .9em;
  display: block;
  white-space: pre;
}

.upgrade_notice {
font-size: 8pt;
color: black;
background-color: #e0e0e0;
}

#bookmarks
{
	background: #f8f8f8;
  padding-bottom: 2px;
  font-size: 8pt;
  text-align: center;
}
#bookmarks .delicious{
	background:url(http://static.delicious.com/img/delicious.small.gif) no-repeat 0 0;
	margin:6px 0 4px 0;
	padding:0 4px 6px 0 ;
  padding-left: 18px;
/*	background:url(/images/icons/delicious.gif) no-repeat 0 0; */
}
#bookmarks .diigo{
	background:url(/images/icons/stumbleupon.gif) no-repeat 0 0;
	margin:6px 0 4px 0;
	padding:0 4px 6px 0 ;
  padding-left: 18px;
}
#bookmarks .facebook{
	background:url(/images/icons/facebook.gif) no-repeat 0 0;
	padding:0 4px 6px 0 ;
  padding-left: 18px;
}

form input, form textarea, form select {
padding: 2px;
border: solid 1px #c0c0c0;
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
border-radius: .5em;
}

.geo {
text-align: center;
font-size: 7pt;
font-family: sans-serif;
}