body 	{
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-family: georgia, Verdana, sans-serif;
	text-align: center;
	color: #333;
	background: #F8F8F4;
	}
/*/*/a{}
body p {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body p {
  font-size: small;
}
/* */

/* layout */
img 		{ background: url(/images/graphics/loading.gif) no-repeat 50% 50%; }
.no_img		{ background-image: none; }

#container 	{ margin: 0 auto; width: 760px; text-align: left; }
#button		{ width: 150px; }
#content	{ width:610px; padding-top:8px; }
#footer		{ clear: both; font-size: .8em; width:100%; text-align:center; font-weight:bold; }
#head		{ position:relative; left:170px; margin-top:10px; margin-bottom:20px; }
.column 	{ position: relative; float: left; }

#print_side	{ display: none; }


#headbadge	{
	position:relative; 
	top:-130px;
	left:100px;
	}

h1 	{
	font-size:.95em;
	font-weight:bold;
	font-family:georgia;
	text-transform:uppercase;
	letter-spacing:.1em;
	}
h2 	{ 
	font-size:1em; 
	text-align:center; 
	margin-top:0em; 
	background-color:#EFEFE0; 
	border: #E0E7B9 solid 2px; 
	padding:3px; 
	font-family:georgia; 
	text-transform:uppercase; 
	letter-spacing:.1em;
	color: #000;
	}
h3	{
	font-size:14px; 
	font-weight:bold;
	}

side.h3	{
	font-size:14px; 
	font-weight:bold;
	margin-left:15px;
	}

div.float { 
	float: left; 
	width:198px;
	}
div.float2 {
	float: left; 
	width:396px;
	}
div.float3 { 
	float: left; 
	width:198px; 
	margin-left:7px;
	}
div.float2x { 
	float:left; 
	width:300px;
	}
div.minifloat {
	float:left; 
	width:90px; 
	margin-right:6px;
	}
.clear	{
	clear: both;
	}

/* --[ links ]------------------------------- */

a img, a:hover img {
	background-color: #F8F8F4;
  	text-decoration: none;
  	}

a:link {
  	color: #3080CB;
  	text-decoration: none;
  	}
a:visited {
	color: #AAB080;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	background-color: #3080CB;
	text-decoration: none;
	border: none;
	}

/* --.sbox a:visited:after {
	content: "\00A0\221A";
	color:red;
	}
- */

/* --[ sidebar ]------------------------------- */

/* rounded box style */

.sbox {
	text-transform:uppercase;
	letter-spacing:.05em;
	font-size: 85%;
	width: 140px;
	margin-top: 14px;
	margin-bottom: 14px;
	background: #EFEFE0 url(../images/css/sbox_s.gif) repeat-y top left;
	}
.sbox-inner {
	background: url(../images/css/sbox_b.gif) no-repeat bottom left;
	}
.sbox h3 {
	margin: 0;
	padding: 15px 20px 0 24px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 110%;
	color: #E97E00;
	background: url(../images/css/sbox_t.gif) no-repeat top left;
	}

/* microformats list */

.sbox dl#list {
	margin-left: 10px;
	}

.sbox dl#list dt {
	margin-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
	}

.sbox dl#list dd {
	margin: 0 0 8px 15px;
	}

.sbox dt {
	margin-left: -15px;
	text-decoration:underline;
	color: #5A6A0C;
	}

.sbox dl#list dd.page {
	margin-left: 0px;
	padding-left: 15px;
	background: url(../images/css/sbox_a.gif) no-repeat 0 3px;
	font-weight: bold;
	color: #6F6172;
	}

/* news announce box style */

.news {
	float:right; 
	width: 140px;
	margin-top:1px;
	margin-left:6px;
	text-align:center;
	background: #EFEFE0 url(../images/css/sbox_s.gif) repeat-y top left;
	}
.news-inner {
	background: url(../images/css/sbox_b.gif) no-repeat bottom left;
	}
.news h3 {
	margin: 0;
	padding: 10px 10px 0 10px;
	font-family: "Trebuchet MS", sans-serif;
	color: #E97E00;
	background: url(../images/css/sbox_t.gif) no-repeat top left;
	}

/* polaroids */

.mini_polaroid_base 	{ 
			position:relative; 
			width:95px; 
			height:110px; 
			margin-left:10px; 
			padding:5px; 
			background:white; 
			border:1px solid black; 
			text-align:center; 
			font-weight:bold;
			}

div.mini_polaroid_base a img {

	margin-bottom:7px; 
	color: #fff;
	background-color: #fff;
	text-decoration: none;
	border:1px solid black; 
	}
div.mini_polaroid_base a:hover img{
	color: #fff;
	background-color: #3080CB;
	text-decoration: none;
	}

.polaroid_base 	{
		width:170px; 
		height:180px; 
		float:left; 
		padding:10px; 
		padding-bottom:15px; 
		background:white; 
		border:1px solid black; 
		text-align:center; 
		font-weight:bold;
	}
.polaroid_base2 	{
		width:120px; 
		height:330px; 
		float:left; 
		padding:8px; 
		padding-bottom:15px; 
		background:white; 
		border:1px solid black; 
		text-align:center; 
		font-weight:bold;
	}

.border	{
	border: solid black 3px;
	}

.border2 {
	border: solid black 1px;
	}

.badge	{
	position:relative; 
	top:30px;
	}
.badge2	{
	position:relative; 
	top:-50px;
	}
.box	{
	border: solid black 1px; 
	padding: 2px; 
	font-size:1em; 
	background-color: #737062; 
	margin: 1px;
	}
.hi	{ 
	font-style:italic; 
	font-weight:bold;
	}
a.d		{ cursor: help; color:blue; }
a.d:hover	{ text-decoration: underline; }
