/***********************************************/
/* HTML tag styles                             */
/***********************************************/
* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}


html { 
	overflow-y: scroll; 
	} 

body {
	font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Sans Serif;
	background-color:#F47B20;
	color: #505050;
	
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0066CC;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

#h2_blue{
 font: bold 114% Arial,sans-serif;
 font-size:24px;
 color: #0066CC;
 margin: 0px;
 padding: 0px;
}

h3{
	font: bold 100% Arial,sans-serif;
	color: #CCCC33;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

#h3_orange{
	font: bold 100% Arial,sans-serif;
	font-size:18px;
	color: #FF6600;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
	list-style-type: square;
	text-indent: 15px;
	font-size: small;
	padding: 3px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap, #column, #siteInfo {
	width: 800px;
	margin: 0 auto;
	}
	
#wrapLeft {
	width: 250px;
	float: right;
	margin: 0px 0px 0px 0px;
}


#column {
	margin: 0px 0px 0px 0px;
	}
		
/***********************************************/
/* Recipe LeftNav Divs                         */
/***********************************************/
#leftNav {
	color: #cccccc;
	width: 250px;
	background-color: #FFFFFF;
	margin-top: 0px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#content {
		padding: 10px 0px 0px 0px;
		text-align: center;
		background-color: #000000;
		}

#content img {
		margin: 0px 0px 0px 0px;
		}


/*************** login styles *****************/

#login{
	float: right;
	width: 800px;
	height: 25px;
	font-size: small;
	color: #CCCC33;
	margin: 0px 0;
	padding-top: 2px;
	padding-right: 2px;
	background: #0066CC;
	text-align: right;
	
}

#login input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#login a:link, #login a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#login a:hover{
	margin: 0px;
}



/************* globalNav styles ****************/

#globalNav{
color: #cccccc;
width: 100%;
background-color: #FFFFFF;
margin-top: 5px;
}

#logo{
}

#logo img{
border-style: none;
}

#globalLink{
	
}

#globalLink tr, #globalLink td {
text-align: center;

}

#globalLink img{
text-decoration: none;
border-style: none;
}

#globalLink a:link, #globalLink a:visited {
color: #0066CC;
text-decoration: none;
}

#globalLink a:hover{
text-decoration: underline;
}


/************** pageName styles ****************/

#pageName{
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-top:2px solid #ccd2d2;
	border-bottom:1px solid #ccd2d2;
	text-align: center;
	background-color: #FFFFFF;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	width: 132px;
	height: 62px;
}

/************** pageNav styles ****************/

#pageNav{
	float:right;
	width: 200px;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	background-color: #CCCC33;
}

#pageNav h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageNav img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	width: 132px;
	height: 62px;
}

#Nav_content {
	padding: 18px 0 0 0px;
	text-indent: 10px;
	}
#Nav_content h3 {
	margin-bottom: 2px;
	color: #999999;
	}
	
#Nav_content a {
	color: #999999;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:4px 3px 5px 10px;
	}
	
#Nav_content a:hover {
	background:#f47b20;
	color:#666666;
	}

ul#short_list {
	list-style: none;
	margin-bottom: -6px;
	padding: 7px 0;
	padding-top: 7px;
	border-top: 1px solid #eaeaea;
	}
	
ul#short_list li {
	padding-bottom: 12px;
	}

/************** pageCell styles ****************/

#pageCell{
background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageCell h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

/************** siteInfo styles ****************/

#siteInfo{
	font-size: small;
	color: #CCCCCC;
	margin-top: 0px;
	text-align: center;
	background: #0066CC;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a:visited, #siteInfo a:link {
	font-size: small;
	color: #CCCCCC;
	}
#siteInfo a:hover {
text-decoration: underline;
}

#indent_ul {
	width: 48em;
	padding: 40px;
	text-align:left;
	}

#top_of_page1 {
   text-align:center;
   font-size:24px;
   underline-thickness:40;
   color:#0066FF;
   font-family:Verdana;
   background-color:#FFFFFF;
   }

#top_of_page2 {
   text-align:center;
   font-size:22px;
   underline-thickness:40;
   color:#ff6600;
   font-family:Verdana;
   background-color:#FFFFFF;
   }   
   
#table_ul {
   text-align:left;
   font-size:19px;
   underline-thickness:40;
   color:#ff6600;
   font-family:Verdana;
   background-color:#FFFFFF;   
   }   

#table_ul_center {
   text-align:center;
   font-size:19px;
   underline-thickness:40;
   color:#000000;
   font-family:Verdana;
   background-color:#FFFFFF;   
   }
   
#table_ul2 {
   text-align:left;
   font-size:20x;
   underline-thickness:40;
   color:#ff6600;
   font-family:Verdana;
   background-color:#FFFFFF;   
   }      
#table_li {
   text-align:justify;
   font-size:15px;
   underline-thickness:40;
   color:#000000;
   font-family:Verdana;
   mso-bidi-font-weight: normal;
   background-color:#FFFFFF;   
   }   
   
#table_li2 {
   text-align:left;
   font-size:16px;
   underline-thickness:40;
   color:#000000;
   font-family:Verdana;
   mso-bidi-font-weight: normal;
   background-color:#FFFFFF;   
   }      
   
#table_li2_center {
   text-align:center;
   font-size:16px;
   underline-thickness:40;
   color:#000000;
   font-family:Verdana;
   mso-bidi-font-weight: normal;
   background-color:#FFFFFF;   
   }        
   
#table_li2_justify {
   text-align:justify;
   font-size:16px;
   underline-thickness:40;
   color:#000000;
   font-family:Verdana;
   mso-bidi-font-weight: normal;
   background-color:#FFFFFF;   
   }       
/********************* end **********************/
#wrapLeft #leftNav #Accordion1 .AccordionPanel .AccordionPanelContent a {
	color: #CCFF00;
}
