/* CSS Document */

/* Thanks to The Blue Robot at http://www.bluerobot.com/web/layouts/ for these css layouts which have been borrowed and altered somewhat */
html,body {
 
	background: #ccffff;
	color:black;
	margin:0px; 
	padding:0px;
	text-align:center;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#Header {
	font-size:50px;
	margin:20px 0px 20px 0px;
	padding:17px 0px 15px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:12px;
	background-color:#eee;

/* 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:14px; /* 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:14px;}

#Header p	{
	font-size:14px;text-align:right;padding:23px 10px 0 0
	}
#Content {
	background:#ffffcc;
	/*here is the width control for the content panel to keep A4 pages a standard size */ 
	width:800px;
	margin:10px auto;
	padding:10px;
	}	
#Content h1 {
	font-size: 120%;
	color:#bf6060;
	}
#Content h2 {
	font-size: 110%;
	color: #6092b5
	}
#Content h3 {
	font-size: 105%;
	color: #6092b0
	}
	#Content>p {margin:0px;
	}
#Content>p+p {text-indent:30px;}
#Content p	{color:black;
	font:100%;
	text-align:left;
	line-height: 150%;
	}
.textsize_base
	{font-size:80%}
#Content li	{ list-style-image: url("../i/badge-50.gif");font-size:20px;padding-bottom: 14px;margin-bottom: 10px;
border-bottom: 3px solid #EEEEEE;}
#Content li a:hover	{ list-style-image: url("../i/badge-50-bg.gif");padding:0;text-decoration:none;color:red}

/* here are the heading attributes */
h1 {
	font-size: 120%;
	color:black;
	}
	
h2, h3, h4, h5 {
	font-size: 100%;
	color:grey;
	}
	

.logo{ list-style-image:url("../i/logo.gif");
