﻿body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #F7F3EC;
	font-size: small;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: black;
}
H1	{	
	font-family: "Trebuchet MS", 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: "Trebuchet MS", 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: "Trebuchet MS", 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: "Trebuchet MS", 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: "Trebuchet MS", 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: "Trebuchet MS", 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;
	}	
		
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:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
*/	
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;
	}	
	
CAPTION
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:x-small;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal
}

/**************************************************************************************************************
 * Master Page
 *************************************************************************************************************/	
#master_container                       /* The big container */
{
    position:absolute;
    top: 0;
    left:0;
    width:100%;
}
    
#header                                  /* The header container -- slot #1 */
{
    background-image : url("../../images/slice_1.gif");
    /*position:absolute;
    top: 0;
    left:0;*/
    width:100%;
    height:100px;
}    

.header_img1
{
    position:absolute;
    top: 0;
    left:0;
    width:760px;
    height: 150px;
} 

#menu_top                                /* The Top Menu -- slot #2 */ 
{
    background-color:#0BCFFB;
    border-top: solid 2px #C4B567;
    border-bottom: solid 1px #C4B567;
    /*position: absolute; 
    left: 0px; 
    top: 144px;*/
    width:100%;
    text-align:center;
}   

.menuitem_top_static
{
    background-color: #0BCFFB;
    /*border-left: groove 1px #C4B567;*/
    /*border-right: groove 1px #C4B567;*/
    /*border: groove 1px #C4B567;*/
    /*HorizontalPadding="20px"*/
    padding-left:20px;
}

.menuitem_top_dynamic
{
    background-color: #0BCFFB;
    border-left: groove 1px #C4B567;
    border-right: groove 1px #C4B567;
    border-top: groove 1px #C4B567;
    border-bottom: groove 1px #C4B567;
    text-align:left;
}

#breadcrumb                              /* The Breadcrumb -- slot #3 */ 
{
    background-color:#F7F3EC;
    /*border-bottom: solid 1px #C4B567;*/
    border-top: solid 2px #C4B567;
    padding-top: 5px;
    padding-left: 10px;
    /*position: absolute; 
    left: 0px; 
    top: 169px;*/
    width:100%;
}    

#middle                                  /* The Middle -- slot #4: Consists of middle_menu and content */ 
{
    /*position: absolute;
    top:195px;
    left:0;*/
} 

.middle_table
{
    border-top: solid 2px #C4B567;
}
    
.middle_menu
{
    width:150px;
    background: #343434;
    float: left;
    /*height:100%;*/
} 

.menuitem
{
    /*border-bottom-color:#C4B567;*/
    /*border-bottom-color:#ff3030;*/
    border-bottom-color:#C4B567;
    border-bottom-style:groove;
    border-bottom-width:1px;
    /*
    BorderColor="#C4B567"  
    BorderStyle="Groove"
    BorderWidth="1px" 
*/
}
    
.menuitem_mid
{
    background-color:#0BCFFB;
}

.content
{
    float:left;
    width:auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #F7F3EC;
}  

#bottom_menu                             /* The Bottom Menu -- slot #5 */ 
{
    clear:both;
    position:static;
    background: #EDDDBF;
    border-top: solid 1px #C4B567;
    border-bottom: solid 1px #C4B567;
    /*border-bottom: solid 1px black;*/
    height: 30px;
    width:100%;
    text-align:center;
}
/*
#menu_horiz                              
{
    color: White;
    background-color: #85420D;
    width:100%;
    border-top: solid 1px #C4B567;
}
*/


.menuitem_bottom
{
    background-color: #EDDDBF;
}

#footer                                  /* The Footer -- slot #6 */ 
{
    /*clear: both;
    position:relative;*/
    width:100%;
    border-top: solid 2px #C4B567;
    font-size:x-small;
    color: #452411;
    text-align:center;
    /*border-top:solid 1px black;*/
    height: 50px;
} 

/* ***************************************
 * Content Table items
 ***************************************** */
SPAN.big_cap
{
    COLOR: #cc0033;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
}

SPAN.normal
{
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
}

DIV.normal_indent_30
{
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    padding-left: 30px;
}

DIV.pixCaption
{
	COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    text-align:center;
}	

DIV.pixCaption2
{
	COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    text-align:center;
}