body 	{
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:black;
	background-color:#DCDCDC;
	}

h1 	{
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:black;
	}

h2	{
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:16px;
	line-height:28px;
	font-weight:900;
	color:black;
	}

h3	{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:11px;
	line-height:11px;
	font-weight:900;
	color:black;
	}

p 	{
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
	#Content>p {margin:0px;}
	#Content>p+p {text-indent:0px;}


pre 	{
	font:11px/20px verdana, arial, helvetica, sans-serif;
	font-style: italic;
	margin:0px 0px 5px 20px;
	padding:0px;
	}
	#Content>p {margin:0px;}
	#Content>p+p {text-indent:0px;}

a 	{
/*	color:#fff;*/
	font-weight: bold;
	text-decoration:none;
/*	text-decoration:underline; */
	font-family:verdana, arial, helvetica, sans-serif;
	}
	a:link {color:#222255;}
	a:visited {color:#222255;}
	a:hover {background-color:#222255;}
	a:hover {color:#DCDCDC;}


td	{	
font:11px/20px verdana, arial, helvetica, sans-serif;
	}

.Header a, .Header a:visited {
	color:#DCDCDC;}			

.Header {
	margin:0px 5px 5px 5px;
	padding:10px 10px 10px 10px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] 
+ [top and bottom border widths] */
	height:38px; /* 14px + 17px + 2px = 33px */
/*	width:1004px; */
	border-style:solid;
	border-color:#333366;
	border-width:2px 2px 2px 0px;
	line-height:11px;
	background-color:#222255;

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



.Content {
	margin:0px 50px 50px 182px;
	padding:10px;
/*        width:800px; */
	}
	
.PicContent {
	margin:5px 5px 5px 5px;
	padding:0px;
	text-align:center;
	}

.Sidepic {
	position:absolute;
	top:100px;
	left:5px;
	}

	
