body	{
	margin:	0px;
	padding: 0px;
	font: 11px verdana, arial, sans-serif;
	color:	#333;
	background : #fff;  
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
    }
	
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:55px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:50px;}


a:link, a:visited 	{
	color:	#45564C;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:active, a:hover	{
	color:	#DDA129;
	text-decoration: underline;
	}
dt 	{
	font-weight: bold;
	}
p,  dl, dt, dd {
	font: 11px/20px verdana, arial, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	}
ol, ul, li {
	font: 11px/18px verdana, arial, sans-serif;
	}
h1	{
	font-size: 16px;
	color: #DDA129;
	background-color: #45564C;
	height: 2em;
	padding: 5px;
	}
h2	{
	font-size: 15px;
	color: #45564C;
	margin-top: 0;
	}
h3	{
	font-size: 16px;
	color: #45564c;
	background-color: #DDA129;
	height: 2em;
	padding: 5px;
	}
h4, .allcaps {
	font-size: 11px;
	color: #333;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-transform : uppercase;
	font-style: normal;
	}

.allcaps a:link, .allcaps a:hover, .allcaps a:active, .allcaps a:visited {
	font-weight: normal;
	text-decoration: none;
}
	
h5	{
	font-size: 12px;
	}
h6	{
	font-size: 12px;
	}
.menu {
	font : 11px/15px verdana, arial, sans-serif;
	letter-spacing : 0.06em;
	border : 1px solid #ccc;
	text-indent : 3px;
	padding: 5px;
	}	
.side {
		float : right;
		font-size : 11px; 
		font-family : verdana, arial, helvetica, sans-serif;
		line-height : 14px;
		padding-bottom : 15px;	
		color : #333;
		}	
.pullquote	{
	font: 11px/15px verdana, arial, sans-serif;
	letter-spacing : 0.06em;
	font-weight : bold;
	}
 .fineprint, .caption	{
	font: 10px/15px verdana, arial, sans-serif;
	color: #999;
	}
b {
	font-weight: bold;
}

input.textbox, input.button, textarea, select.textbox, select.menu    {
	font-size: 11px; 
	font-family: verdana, arial, sans-serif;
 }

input.textbox, textarea, select.textbox, select.menu    {
	border-style:solid;
	background-color: #FFF; 
	color: #666;
}
				   			   
input.button     { 
	font-weight: bold;	
	background-color: #F9C; 
	color: #FFF;
	border-style : outset;
}

div.float 
{
	float: left;
	padding: 5px 0px 0px 0px;
	width: 160px;
	margin: 0px 5px 5px 0px;
	vertical-align : top;
	height : 100px;
	}
  
div.float p {
	text-align: left;
	}
	
div.float img {
	margin: 5px 5px 5px 0px;
	

#sidebar {
	background-color: #DDDDDD;
}

#sidebar h2, #sidebar h3 {
	font-size: 13px;
	margin-bottom: 0;
}
#sidebar h3 {
	margin-top: 1em;
	border-bottom: 1px solid #ccc;
}
#winkform {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#maintext {
	margin-left: 25px;
	padding-right: 25px;
}
#board {
	background-color: #DDCBA6;
	border: thin dotted #45564c;
	width: 250px;
	padding: 0px 10px 10px;
}
#layer3 {
	font-size: .5em;
	line-height: .6em;
}
.smallertext {
	font-size: 10px;
	line-height: normal;
}
