/* CSS Document */


/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Trebuchet MS, Verdana, Arial, Sans-Serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    COLOR: #333333;
}


P
{
    FONT-FAMILY:  Trebuchet MS, Verdana, Arial, Sans-Serif;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    COLOR: #333333;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #985219;
}
H1	{	
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size:	1.2em;
	font-weight:	800;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size:	1.1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size:	.9em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size:	.8em;
	font-weight:	700;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	.8em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	.8em	;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	underline;
	color:	#985219;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#985219;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#000000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#000000;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	.8em;
	}	

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;
	}	


	
#sidebar UL
{
		margin:0px;
		padding:0px;
		list-style-type:none;
		
}

#sidebar
{   
	FONT-FAMILY:  Trebuchet MS, Verdana, Arial, Sans-Serif;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    COLOR: #333333;
}


#sidebar h2{
	padding: 0px;
	margin:0px;
        padding-top:10px;
        margin-top:10px;
}



#menu_view {
	margin-left: 10px;
	padding: 0;
	font-weight:bold;
	text-transform: none;
	word-spacing: normal;
	letter-spacing: 1.5px;
    FONT-SIZE: .7em;
}

#menu_view a {
	color: #ff9933;
	text-decoration: none;

}
#menu_view a:hover {
	color: #985219;
}



#menu_view ul {
	list-style-type: square;

}
#menu_view li {
	padding: 0 0px 0 15px;
	margin: 0;
	display: inline;
}

#menu_view li a {
	color: #cc9966;
	text-decoration: none;
}

#menu_view li a:hover {
	color: #985219;
}