/* Default CSS Stylesheet*/

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: square;
}
#menu {
position: absolute;
top: 165px;
left: 25px;
z-index:100;
width: 100%;
}

#menu dl {
float: left;
width: 12em;
margin: 0 1px;
}
#menu dt {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:	.9em;
font-weight:	700;
font-style:	normal;
cursor: pointer;
text-align: left;
font-weight: bold;
background: #f4a460;
border: 1px solid gray;
width: 11em;
}

#menu dd {
position: absolute;
z-index: 100;
left: 10em;
margin-top: -1.4em;
width: 10em;
background: #A9BFCB;
border: 1px solid gray;
}

#menu ul {
padding: 2px;
}
#menu li a, #menu dt a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:	.9em;
font-weight:	700;
font-style:	normal;
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li {
text-align: left;
background: #FFEFD5;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:	.8em;
font-weight:	700;
font-style:	normal;
text-decoration:	none;
word-spacing:	normal;
letter-spacing:	normal;
text-transform:	none;
}

#menu li a:hover {
text-decoration: underline;

}


#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
h1, h2, h3, h4, h5, h6, TH, THEAD, TFOOT
{
    COLOR: #0033ff;
}
h1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h5, dT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.9em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


a:link	{	
	text-decoration:	none;
	color:	#ff9900;
	}	
		
a:visited	{	
	text-decoration:	none;
	color:	#ff9900;
	}	
		
a:active	{	
	text-decoration:	none;
	color:	#ff9900;
	}	
		
a:hover	{	
	text-decoration:	underline;
	color:	#000000;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

ul li	{
		
	list-style-type:	square;
	
	}	

ul li li	{	
	list-style-type:	disc;
	}	

ul li li li	{	
	list-style-type:	circle;
	}	
	
ol li	{	
	list-style-type:	decimal;
	}	

ol ol li	{	
	list-style-type:	lower-alpha;
	}	

ol ol ol li	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}	

