#header_wrap {
	background: url(header_bg.gif) top repeat-x;
	height: 92px;
	}

body #header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
height:92px;
width:760px;
		}
		#header a#logo {
			display: block;
			width: 300px;
			height: 64px;
			background: url(logo.gif) top left no-repeat;
			float: none;
			padding: 0px;
			margin: 0px;
			}
			#header a#oef_logo {
				display: block;
				width: 160px;
				height: 64px;
				background: url(oef_logo.gif) top left no-repeat;
				float: none;
				padding: 0px;
				margin: 0px;
				}

                #header .app_pending {
                  position:absolute;
                  top: 10px;
                  right: 12px;
                  display: block;
                  height: 24px;
                  line-height: 24px;
                  color: #fff;
                  text-decoration: none;
                  background: transparent url('icon_clock.gif') no-repeat;
                  padding-left: 30px;
                  }

		#header div#userinfo {
			position: absolute;
			top: 0;
			right: 0;
			width: 460px;
			text-align: right;
			color: #FFF;
			line-height: 12px;
                        margin: 42px 12px 0 0;
			}
			#header div#userinfo a {
				color: #FFF;
				text-decoration: none;
				}
				#header div#userinfo a:hover {
					color: #FF0000;
					}
		#header ul {}
			#header ul li {
				display: block;
				float: left;
				}
				#header ul li a {
					display: block;
					padding-top: 4px;
					text-align: center;
					color: #FFF;
					font-weight: bold;
					font-size: 11px;
					line-height: 24px;
/*					font-family: Verdana;
					font: bold 11px/24px "Verdana" sans-serif;*/
					text-decoration: none;
					outline: none;
					margin: 0;
					}
					#header ul.internal li a {
						width: 118px;
						background: url(tabs_internal.gif) 0 0 no-repeat;
						}
						#header ul.internal li a:hover { background: url(tabs_internal_hover.gif) 0 0 no-repeat; }
						#header ul.internal li a.disabled { color: #F06666; }
						#header ul.internal li a.disabled:hover { background: url(tabs_internal.gif) 0 0 no-repeat; }
						
					#header ul.external li a {
						width: 177px;
						background: url(tabs_external.gif) 0 0 no-repeat;
						}
						#header ul.external li a:hover { background: url(tabs_external_hover.gif) 0 0 no-repeat; }
					#header ul.internal li a.last { background: url(tabs_internal.gif) 0 -28px no-repeat; }
					#header ul.internal li a.right_shadow { background: url(tabs_internal.gif) right -56px no-repeat;	}
					#header ul.internal li a.left_shadow { background: url(tabs_internal.gif) left -84px no-repeat;	}
					#header ul.internal li a.last_left_shadow { background: url(tabs_internal.gif) 0 -112px no-repeat; }
					#header ul.internal li a.active, #header ul.internal li a.active:hover { background: url(tabs_internal.gif) 0 -140px no-repeat;	}

					#header ul.internal li a.disabled_last, #header ul.internal li a.disabled_last:hover { color: #F06666; background: url(tabs_internal.gif) 0 -28px no-repeat; }
					#header ul.internal li a.disabled_right_shadow, #header ul.internal li a.disabled_right_shadow:hover { color: #F06666; background: url(tabs_internal.gif) right -56px no-repeat;	}
					#header ul.internal li a.disabled_left_shadow, #header ul.internal li a.disabled_left_shadow:hover { color: #F06666; background: url(tabs_internal.gif) left -84px no-repeat;	}
					#header ul.internal li a.disabled_last_left_shadow, #header ul.internal li a.disabled_last_left_shadow:hover { color: #F06666; background: url(tabs_internal.gif) 0 -112px no-repeat; }

					#header ul.internal li a.last:hover { background: url(tabs_internal_hover.gif) 0 -28px no-repeat; }
					#header ul.internal li a.right_shadow:hover { background: url(tabs_internal_hover.gif) right -56px no-repeat;	}
					#header ul.internal li a.left_shadow:hover { background: url(tabs_internal_hover.gif) left -84px no-repeat;	}
					#header ul.internal li a.last_left_shadow:hover { background: url(tabs_internal_hover.gif) 0 -112px no-repeat; }
					
				#header ul.internal li.messages a {
					width: 52px;
					background: url(tabs_internal.gif) 0 -168px no-repeat;
					}
					#header ul.internal li.messages a.right_shadow { background: url(tabs_internal.gif) 0 -196px no-repeat; }
					#header ul.internal li.messages a.active, #header ul.internal li.messages a.active:hover { background: url(tabs_internal.gif) 0 -224px no-repeat; }
					#header ul.internal li.messages a.no_new_active, #header ul.internal li.messages a.no_new_active:hover { background: url(tabs_internal.gif) -66px -224px no-repeat; }
					#header ul.internal li.messages a.no_new { background: url(tabs_internal.gif) -66px -168px no-repeat; }
					/* Add Disabled State */
					#header ul.internal li.messages a.disabled, #header ul.internal li.messages a.disabled:hover { background: url(tabs_internal.gif) 0 -252px no-repeat; }
					#header ul.internal li.messages a.new { background: url(tab_messages_animation.gif) 0 0 no-repeat; }
					#header ul.internal li.messages a.new_right_shadow { background: url(tab_messages_animation.gif) 0 -28px no-repeat; }
					#header ul.internal li.messages a.no_new_right_shadow { background: url(tabs_internal.gif) -66px -196px no-repeat; }
					
					#header ul.internal li.messages a:hover { background: url(tabs_internal_hover.gif) 0 -140px no-repeat; }
					#header ul.internal li.messages a.no_new:hover { background: url(tabs_internal_hover.gif) -66px -140px no-repeat; }
					#header ul.internal li.messages a.right_shadow:hover { background: url(tabs_internal_hover.gif) 0 -168px no-repeat; }
					#header ul.internal li.messages a.new:hover { background: url(tab_messages_animation.gif) 0 -56px no-repeat; }
					#header ul.internal li.messages a.new_right_shadow:hover { background: url(tab_messages_animation.gif) 0 -84px no-repeat; }
					#header ul.internal li.messages a.no_new_right_shadow:hover { background: url(tabs_internal_hover.gif) -66px -168px no-repeat; }

					#header ul.external li a.last { background: url(tabs_external.gif) 0 -28px no-repeat; }
					#header ul.external li a.right_shadow { background: url(tabs_external.gif) right -56px no-repeat;	}
					#header ul.external li a.left_shadow { background: url(tabs_external.gif) left -84px no-repeat;	}
					#header ul.external li a.last_left_shadow { background: url(tabs_external.gif) 0 -112px no-repeat; }
					#header ul.external li a.active, #header ul.external li a.active:hover { background: url(tabs_external.gif) 0 -140px no-repeat;	}					

					#header ul.external li a.last:hover { background: url(tabs_external_hover.gif) 0 -28px no-repeat; }
					#header ul.external li a.right_shadow:hover { background: url(tabs_external_hover.gif) right -56px no-repeat;	}
					#header ul.external li a.left_shadow:hover { background: url(tabs_external_hover.gif) left -84px no-repeat;	}
					#header ul.external li a.last_left_shadow:hover { background: url(tabs_external_hover.gif) 0 -112px no-repeat; }

				#header ul.external li.school a {
					width: 52px;
					background: url(tabs_external.gif) 0 -168px no-repeat;
					}
					#header ul.external li.school a.right_shadow { background: url(tabs_external.gif) 0 -196px no-repeat; }
					#header ul.external li.school a.active, #header ul.external li.school a.active:hover { background: url(tabs_external.gif) 0 -224px no-repeat; }
					
					#header ul.external li.school a:hover { background: url(tabs_external_hover.gif) 0 -140px no-repeat; }
					#header ul.external li.school a.right_shadow:hover { background: url(tabs_external_hover.gif) 0 -168px no-repeat; }

					#header ul.oef li a {
						width: 142px;
						background: url(tabs_oef.gif) 0 0 no-repeat;
						}
						#header ul.oef li a:hover { background: url(tabs_oef_hover.gif) 0 0 no-repeat; }
						
					#header ul.oef li a.last { background: url(tabs_oef.gif) 0 -28px no-repeat; }
					#header ul.oef li a.right_shadow { background: url(tabs_oef.gif) right -56px no-repeat;	}
					#header ul.oef li a.left_shadow { background: url(tabs_oef.gif) left -84px no-repeat;	}
					#header ul.oef li a.last_left_shadow { background: url(tabs_oef.gif) 0 -112px no-repeat; }
					#header ul.oef li a.active, #header ul.oef li a.active:hover { background: url(tabs_oef.gif) 0 -140px no-repeat;	}					

					#header ul.oef li a.last:hover { background: url(tabs_oef_hover.gif) 0 -28px no-repeat; }
					#header ul.oef li a.right_shadow:hover { background: url(tabs_oef_hover.gif) right -56px no-repeat;	}
					#header ul.oef li a.left_shadow:hover { background: url(tabs_oef_hover.gif) left -84px no-repeat;	}
					#header ul.oef li a.last_left_shadow:hover { background: url(tabs_oef_hover.gif) 0 -112px no-repeat; }

				#header ul.oef li.school a {
					width: 50px;
					background: url(tabs_oef.gif) 0 -168px no-repeat;
					}
					#header ul.oef li.school a.right_shadow { background: url(tabs_oef.gif) 0 -196px no-repeat; }
					#header ul.oef li.school a.active, #header ul.oef li.school a.active:hover { background: url(tabs_oef.gif) 0 -224px no-repeat; }
					
					#header ul.oef li.school a:hover { background: url(tabs_oef_hover.gif) 0 -140px no-repeat; }
					#header ul.oef li.school a.right_shadow:hover { background: url(tabs_oef_hover.gif) 0 -168px no-repeat; }


	#content .mid_col {
		display: inline;
		}


