html
{
}
body.glossary
{
	font-family: Arial, sans-serif;
	font-size: 75%;
	margin: 0; 
	padding: 0;
	line-height:16px;
}
#page_container_glossary
{
	width: 400px;
	padding:0 5px;
	text-align: left;
	overflow: hidden;
	margin:8px auto;
	background: #fff;
    border-width: thick thick thick thick;
    border-spacing: 2px;
    border-style: outset outset outset outset;
    border-color: green green green green;
    border-collapse: separate;
}
#header 
{
    width:400px;
    height:81px;
	background-color:#FFF;
}
#header img
{
	padding:8px;
	float:left;
}
.reset
{
	clear:both;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	height:0;
}
/******************************** (start) ********************************************/
.bodyLG
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	/*line-height: 20px;*/
	color: #666666;
	text-align:justify;
	padding: 0 30px 0 30px;
}
.lgcap
{
    padding:10px 0;
	font-family:"Times New Roman",Times,serif;
	font-size:4em;
	color:#007DB7;
}
.definition dt
{
	font-weight:bold;
}
.definition dd
{
    line-height:15px;
}
.reference
{
	text-decoration:none
}
/******************************** (end) ********************************************/

/******************************** Tabbed Menu (start) ********************************************/
.navigation
{
}
#tab_bar_top
{
    padding:10px 0 0 0;
    height:15px;
}
#tab_bar_top ul
{
    margin:0 0 0 .5em;
    padding:0;
    background:#fff;
    list-style:none;
}
#tab_bar_top ul li
{
    float:left;
    width:28px;
    text-align:center;
    margin-right:1px;
    background:#FBEC5D;
}
#tab_bar_top ul li a
{
    text-decoration:none;
}
#tab_bar_top ul li.nav_selected
{
    background:#007DB7;
}
#tab_bar_top ul li.nav_selected a
{
    color:#fff;
}
#tab_bar_top ul li:hover
{
    background:#00EE00;
}
#tab_bar_bottom
{
    padding:10px 0 0 0;
    height:15px;
}
#tab_bar_bottom ul
{
    margin:0 0 0 .5em;
    padding:0;
    background:#fff;
    list-style:none;
}
#tab_bar_bottom ul li
{
    float:left;
    width:28px;
    text-align:center;
    margin-right:1px;
    background:#FBEC5D;
}
#tab_bar_bottom ul li a
{
    text-decoration:none;
}
#tab_bar_bottom ul li.nav_selected
{
    background:#007DB7;
}
#tab_bar_bottom ul li.nav_selected a
{
    color:#fff;
}
#tab_bar_bottom ul li:hover
{
    background:#00EE00;
}
.tab_bar_footer
{
	background-color: #007DB7;
	margin-left: .5em;
	height: 15px;
	width:376px;
}
#tagline
{
	text-align:center;
	padding:10px 5px;
}
#tagline_img img
{
	width:390px;
	height:49px;
}
.bar_right
{
    margin:0;
}
/******************************** Tabbed Menu (end) ********************************************/

#copyright
{
	text-align:center;
	width:400px;
	color:#666;
	padding:10px 5px;
}
