/**************/
/* Affirmative Action Office Tag styles*/
/**************/
body {
	font-family : Arial, Verdana, Geneva, Lucida, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin : 0;
	padding : 2em 0;
	font-size : 90%;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-align: right;
}
/* overrides decoration from previous rule for hovered links */



h1, h2, h3, h4	{
	color : #000;
	font-family : Arial, Verdana, Geneva, Lucida, Helvetica, sans-serif;
	font-weight : bold;
	line-height : 110%;
	margin : 0 0 1em 0;
	padding : 0;
}

h1 {
	margin: 0;
	font-size : 120%;
}
h2 {
	margin: 1em 0;
	font-size: 100%;
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
}

h3 {
	margin: 1em 0;
	font-size: 100%;
}

h4 {
	margin: 1em 0;
	font-size: 100%;
	line-height : 100%;
}

/******************/ 
/* searchnav styles */
/*****************/

#masthead{
	position: absolute;
	top: 0px;
	left: 13px;
	right: 12%;
	width: 97%;
	
}
#searchnav{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 1px;
	right: 123px;
	color: #ffffff;
}

#searchnav a{
	color: #ffffff;
}

#searchnav a:hover{
	text-decoration: underline;
}

/*********************************/
/* Container style */
/*********************************/
#container {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	border: 3px solid #999966;
	height: auto;
	alignment-adjust: central;
	alignment-baseline: central;
}

/****************************/
/* Content division styles */
/****************************/
#banner {
	margin: 0;
	padding: 0.2em;
	background-image : url(../assets/aa_main.jpg);
	height : 227px;
	background-repeat: no-repeat;
	alignment-adjust: central;
	alignment-baseline: central;
	text-align: center;
	background-color: #00F;
}

#banner_policies {
	margin: 0;
	padding: 0;
	background : #666 ;
	background-image : url(../assets/banner_policies.jpg);
	height : 114px;
}

#banner_title9 {
	margin: 0;
	padding: 0;
	background : #666 ;
	background-image : url(../assets/banner_title9.jpg);
	height : 114px;
}

#banner_search {
	margin: 0;
	padding: 0;
	background : #666 ;
	background-image : url(../assets/banner_search.jpg);
	height : 114px;
}

#banner_new {
	margin: 0;
	padding: 0;
	background : #666 ;
	background-image : url(../assets/banner_whatsnew.jpg);
	height : 114px;
}

#banner_complaint {
	margin: 0;
	padding: 0;
	background : #666 ;
	background-image : url(../assets/banner_complaint.jpg);
	height : 114px;
}

#banner_laws {
	margin: 0;
	padding: 0;
	background : #666 ;
	background-image : url(../assets/banner_laws.jpg);
	height : 114px;
}

#banner_recruitment {
	margin: 0;
	padding: 0;
	background : #666 ;
	background-image : url(../assets/banner_recruitment.jpg);
	height : 114px;
}

#banner_mediation {
	margin: 0;
	padding: 0;
	background : #666 ;
	background-image : url(../assets/banner_mediation.jpg);
	height : 114px;
}	
	
#banner_support {
	margin: 0;
	padding: 0;
	background : #666 ;
	background-image : url(../assets/banner_support.jpg);
	height : 114px;
}

#banner_staff {
	margin: 0;
	padding: 0;
	background : #666 ;
	background-image : url(../assets/banner_staff.jpg);
	height : 114px;
}

#banner_sexharass{
	margin: 0;
	padding: 0;
	background : #666 ;
	background-image : url(../assets/banner_sexual.jpg);
	height : 114px;
}

#banner_sexualresources{
	margin: 0;
	padding: 0;
	background : #666 ;
	background-image : url(../assets/banner_sexualresources.jpg);
	height : 114px;
}

#banner_accesscom{
	margin: 0;
	padding: 0;
	background : #666 ;
	background-image : url(../assets/banner_access_cmt.jpg);
	height : 114px;
}

#banner_access{
	margin: 0;
	padding: 0;
	background : #666 ;
	background-image : url(../assets/banner_access.jpg);
	height : 114px;
}

#content {
	margin: 0 0 0 1em;
	padding: 0;
	padding-bottom: 0;
	font-size: medium;
	height : 100%;
	background-repeat: no-repeat;
}


/**********************/
/* image map style */
/**********************/
#imagemap a {
	position: absolute;
	text-decoration: none;
	left: -313px;
	top: -1px;
	width: 286px;
  }
#imagemap a span {
	visibility: hidden;
}
a#psuhome {
	top: 12px;
	left: 38px;
	height: 76px;
	width: 171px;
}

/******************************/
/* left panel (column) style */
/******************************/
#leftpanel {
	float: left;
	width:60%;
	margin: 0;
	padding: 1em;
	font-size: large;
}

/******************************/
/* left panel expand (column) style */
/******************************/
#leftpanelexpand {
	float: left;
	width: 90%;
	margin: 0;
	padding: 1em;
}

/******************************/
/* full panel (column) style */
/******************************/
#fullpanel {
	float: left;
	width:90%;
	margin: 0;
	padding: 1em;
}

/******************************/
/* right panel (column) style */
/******************************/
#rightpanel {
	float: right;
	width:32%;
	margin: 00;
	padding: 0em;
	font-size: 90%;
	text-align: left;
	font-family: Arial, Verdana, Geneva, Lucida, Helvetica, sans-serif;
}
#footer {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 2em;
	font-size: 90%;
}


/***************************/
/* Horizontal menu style */
/***************************/
#hnav {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-weight: normal;
	padding: 0;
	background-color: #000; 
	color: #fff;
}
#hnav ul {
	margin: 0 3.75%;
	padding: 0;
	list-style-image: none;
}
#hnav ul li {
	display: inline;
	list-style-image: none;
	line-height: 180%;
}
#hnav a {
	font-weight : normal; 
	text-decoration : none;
	color: #fff;
	background: transparent; 
	font-size: 88%;
}
#hnav a:visited {
	text-decoration : none;
	color : #fff;
}
#hnav a:hover {
	text-decoration : underline;
	color: #fff;
}
.Top_image {
	background-color: #00F;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#container #content #leftpanel p br {
	text-align: left;
}
#container #content #leftpanel #content2 #leftpanel2 table tr th {
	font-size: xx-small;
}
#container #content #leftpanel #content2 #leftpanel2 table {
}
#container #content #leftpanel #content2 #leftpanel2 table {
	font-size: 9px;
}
#container #content #leftpanel #content2 #leftpanel2 table {
	font-size: 14px;
}
#container #content #leftpanel #content2 #leftpanel2 table tr th strong {
	font-size: 12px;
}
#container #content #leftpanel #content2 #leftpanel2 table {
	font-size: 14px;
}
