/*margin and padding on body element
 can introduce errors in determining
 element position and are not recommended;
 we turn them off as a foundation for YUI
 CSS treatments. */

h1, h2
{
	font-size: 116%;
	color: #333366;
	text-transform: uppercase;
	font-weight:bold;
}
h3
{
	color: #333366;
	font-weight:bold;
	margin-bottom:0.33em;
}
strong{
	font-weight:bold;
}

/*Change default size of left column to 220 by dividing 220 by 13 and by 13.3333 for IE */ 

.yui-t2 .yui-b {
    float: left;
    width: 0em; 
	* width: 0em;
}

/*Set margin of main content area to new left column size plus 0.1 em for standard browsers and IE */ 

.yui-t2 #yui-main .yui-b {
    margin-left: 5.0em; 
	* margin-left: 17.70em;
}

/*Removes default 10 px left and right margins on doc3 yui layout, removes most of scroll bars, and sets the width where window will have a h scroll */ 
#doc3 {
	margin: auto;
	overflow: hidden;
	min-width: 650px;
}

/*
yui-button a{
	margin:0 -5px 0 2px;
}
*/


/*Expands center div to eliminate large 1-2 em margin*/
/*.yui-ge DIV.first {	WIDTH: 76%!important;}
*/

/* styles for content tabs */ 
/*
.yui-nav a {
    text-decoration: none;
    color: black;
    padding: 0 5px 0 5px;
    font-size: 108%; // 14px
	margin-bottom:1px;
} 
.yui-nav li {
    border: solid 1px orange;
    border-bottom: none;
} 
.yui-nav .selected {
    border-bottom: none;
    background-color: #f7d29b;
    font-weight: bold;
} 
.yui-nav .selected a{
	margin-bottom:2px;
}
*/
/*
.yui-content {
    height: 100%;
}
*/

