p, font, blockquote, ul, ol, li, span, a
{ font-family: Verdana, Arial, sans-serif; font-size: 12px;  color: #000000; list-style-type: square; }
		
b { font-weight: bold}
i { font-style: italic}

/* H1 { font-style:normal ; font-size: 18px; font-weight: bold; color: #6699CC } */
h1 {font-size: 18px; letter-spacing: 3px; margin: 0; padding: 0; color: #9A6600; font-variant:bold; font-weight:bold; font-family:Arial; border-bottom:1px solid; }
h2 {font-size: 16px; letter-spacing: 3px; margin: 1.5em 0 0 0; padding: 0; color: #690; font-variant:bold; font-weight:normal; font-family:Arial; border-bottom:1px dashed; }
/* H2 { font-style:normal ; font-size: 14px; font-weight: bold; color: #9A6600 } */
H3 { font-style:normal ; font-size: 12px; font-weight: bold; color: #9A6600 }

LI { position: relative; left: -20px; }

body {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}

a {
	text-decoration: none;
	color: #004B97;
}


a:hover {
	text-decoration: underline;
	color: #007CF9;
}

.topmenu { font-size: 12px; font-weight: bold; color: #ffffff; text-decoration: none; margin:0px 0px 32px 0px;}
	A.topmenu:link { color : #ffffff}
	A.topmenu:visited { color : #ffffff}
	A.topmenu:active { color : #000000}
	A.topmenu:hover { color : #F3CE57}
	
#content {
	position:absolute;
	/* margin:110px 280px 16px 190px; */
	top: 120px;
	left: 190px;
	right: 200px;
	width:auto;
	border:0px solid black;
	height: auto ;
	z-index:5;

/* 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;
	}
/* 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>#content {width:auto;}

#navleft {
    padding: 3px;
	position:absolute;
	top:120px;
	background-color: #f1f1f1;
	width:180;
	border:1px dashed #999999;
	height: auto ;
	z-index:5;

/* 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;
	}
/* 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>#navleft {width:180px;}

#navright {
    padding: 3px;
 	position:absolute;
	right: 0px;
	top:120px;
	background-color: #f1f1f1;
	width:180;
	border:1px dashed #999999;
	height: auto ;
	z-index:5;

/* 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;
	}
/* 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>#navleft {width:180px;}

.contentbox {
    padding: 3px;
	position:relative;
	margin-bottom:20px;
	background-color: #f1f1f1;
	border:1px dashed #999999;
	height: auto ;

/* 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;
	}
/* 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>.contentbox {width:auto;}

.contentheader {
	BORDER: black 1px solid;
	BACKGROUND-COLOR: #FFDB9D;
	background-image: url('/images/gradient.gif');
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 20px ;
/* 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;
	}
/* 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>.contentbox {width:auto;}