@charset "utf-8";
.yui-panel-container{
z-index:9999;
}

body  {
				font: 100% Calibri, Tahoma, Arial, Helvetica, sans-serif;
				background: #FFF;
				margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
				padding: 0;
				text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
				color: #111;
	
}

/* a, input tags */
a, input {		font-weight:normal;
				text-decoration:none;
				background-color:#eee; 
				margin:1px 1px 2px 1px;
				padding:1px 1px 2px 1px;
				border:1px solid #ccc;
				color:#0033CC;
}

a:hover, input:hover {
				font-weight:normal;
				text-decoration:underline;
				background-color:#EFD1FC; 
				border:1px solid #0000CC;
				color:#0033CC;
}
#header a, #header input{
				background-color:#bbb;
				text-decoration:none;
				border:1px ridge #ddd;
				color:#000099;
				padding:2px 5px 3px 5px;				
}

#header a:hover, {
				background-color:#ddd;
				text-decoration:underline;				
}				
#header a:hover, #header input:hover {
				border:1px inset #fff;				
				color:#0000DD;
				cursor:pointer;				
}
#header input:hover {
				background-color:#e2e2e2;
				text-decoration:none;				
}




/* header option buttons */
#options	{color:#653483;
			font-weight:bold;
}

				
/* UL and li tags and classes */				
ul {		margin:8px 30px 15px 40px;
			padding:2px 2px 8px 35px;
			border:1px solid #eee;
			list-style:circle outside;
			line-height:30px;
}				
ul ul {	margin:5px 30px 12px 30px;
			padding:4px 0;
			list-style:disc ;
			outline:0px;	
			border:0px;
}				
ul ul li {	color: #444;
			margin:-5px;
			padding:0;
			list-style:inside inherit;		
			outline:0px;	
			border:0px;
}				

ul.box {	margin-left:140px;
			width:400px;
			background-color:#e2e2e2;
			outline:1px solid #CCC;
}

ul.box a {	border:0px;
			background-color:#f2f2f2;

}
#sidebar ul{margin:0 0 0 0;
background-color:#f2f2f2;
}
#sidebar ul ul{margin:0 0 0 12px;
}
a.resources {
			margin:5px 20px 15px 40px;
			width:50%;
			display:block;
}



/* P tag */
p{text-indent:20px;
				margin:5px 10px 4px 30px;
}
p.disclaimer {background-color:#eee;
				outline:1px solid #ccc;
				padding:3px;
				line-height:1.2em;
				
}

span.styledbr{margin:5px 10px 4px 30px;
			text-indent:20px;
}


/* h1 h2 h3 h4 h5 tags */
h1{			margin:20px 10px 6px -2px;			
			color:#5F1081;
			font-weight:bold;
			border-bottom:1px solid #ccc;
}

h2{			margin:15px 30px 12px 10px;			
			color:#555;
			display:block;
			border-bottom:1px solid #ddd;
}

h3{			margin:8px 15px 4px 22px;			
			color:#777;
			border-top:1px solid #eee;			
}

h4{			margin:5px 2px 0 9px;			
			color:#5F1081;
}


/* tip poop-down box */
.tip{		display:block;
			background-color:#FFFFDD;
			padding:1px 2px 1px 2px;
			color:#777;
			border-bottom:1px solid #ccc;
			border-top:2px solid #eee;			
			margin:0 0 auto;		
}
.tip:hover { background-color:#FFFFEE;
}

/*breadcrumb navigation */
.breadcrumb{z-index:900;
			word-spacing:.07em;
			font-size:90%;
			margin-top:1px;
			background:#F4F8FF;
			border-top:1px solid #bbb;
			border-bottom:1px solid #ddd;
			padding:2px 0 5px 4px;
			letter-spacing:.055em;
}

.breadcrumb,
.breadcrumb a{
			border:0px;}

/* Language different than the one listed */
.foreigntext{	font-size:-10%;
				color:#999;
				border-bottom:1px dashed #ccc;
}

img.top{
	position:relative;
	padding-top:30px;
}


/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.pagebody #container { 
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.pagebody #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.pagebody #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.pagebody {	margin:0 20px 0 20px;
			background-color:#f5f5f5;
			background-image:url('../images/body-background.png');
			background-repeat:repeat-x;
}

.print-only{
	display:none;
}

#header{
	height:40px;
	padding:2px 5px 0 5px;
}
#options{ 
	top:9px;
	padding-top:8px;
	display:inline;
	margin-left:-2px;
	position:absolute;
	font-size:90%;
}
#search{
	top:10px;
	right:20px;
	display:inline;
	position:absolute;
}
#shell{
	background:#fff;
	height:100%;
	display:block;
	z-index:10;
	min-width:500px;
}
#logo{
	top:0px;
	position:relative;
	margin:0 0 0 0;
	height:171px;
	width:100%;
	background-image:url('../images/0408-logo-background.jpg');
	background-repeat:repeat-x;
}
#logo-image{
	position:relative;
	background-image:url('../images/0408-logo.jpg');
	background-position:left;
	background-repeat:no-repeat;
	width:100%;
	max-width:896px;
	height:171px;
	z-index:999;
}

#bodyContent{
	outline:1px solid #ccc;
	border:0;
	margin:0px 1px 0px 1px;
	background-color:#fff;
	min-height:1000px;
	z-index:800;
	min-height:532px;
}

#sidebar{
	position:absolute;
	background-image:url('../images/0408-sidebar.jpg');
	margin-left:-1px;
	background-repeat:no-repeat;
	height:532px;
	width:260px;
	z-index:750;
}

#mainContent {
	border:0;
	margin:0 0 0 0;
	position:relative;
	padding-left:260px;
	background-color:#fff;
	background-image:url('../images/0408-sidebar-background.jpg');
	background-repeat:repeat-y;
}
#image1{
	background:url('/images/0408-index.jpg') no-repeat;
	width:291px;
	height:212px;
	float:right;
	margin:-25px 2em 0em 1em;
}


#contentTextBody{
	padding:0 10px 10px 20px;
	line-height:1.8em;
}

#footer{
	border-top:1px solid #eee;
	background-image:url('../images/footer_background.gif');
	background-repeat:repeat-x;
}



