body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	line-height: 130%;
	font-family: tahoma, arial, helvetica, verdana, sans-serif;
	text-align: center;
	background-color: #eeeeee;
	background-image: url(../images/pmabg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#wrapper-header {	background: #222; }

#header {
	width: 85%;
	height: 150px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #a0c80e;
	border-right: 1px solid #a0c80e;
	text-align: left;
	background-color: #fff;
	background-image: url(../images/pmalogo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#search {
	border: none;
	text-decoration:none;
	background:none;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#content-main h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	float: left;
	width: 100%;
	background-color: #461542;
	background-image: url(../images/menu-background2.png);
	background-repeat: repeat-x;
	background-position: left top;
	z-index:10000;
}

#menu {
width:85%; 
font-size:90%;
margin: 0 auto;
white-space: nowrap;
text-align:left;
z-index:10000;
}
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
padding:0;
margin:0;
list-style-type:none;
width:auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
float:left;
width:auto;
position:relative;
z-index:10000;
}
/* style the links for the top level */
#menu a, #menu a:visited {
display:block;
font-size:90%;
text-decoration:none; 
color:#fff; 
height:30px; 
border:1px solid #a0c80e; 
border-width:0px 1px 0px 1px; 
	background-color: #461542;
	background-image: url(../images/menu-background2.png);
	background-repeat: repeat-x;
	background-position: left top;
line-height:29px;
padding-left:14px; 
padding-right: 14px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited {
width:auto;
w\idth:auto;
}

/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited {
background:#E4E5E7;
}
/* style the second level hover */
#menu ul ul a.drop:hover{
background:#E4E5E7;
font-weight:bold;
border:1px solid #a0c80e; 
border-width:1px 1px 1px 1px;
z-index:1;
}
#menu ul ul :hover > a.drop {
background:#E4E5E7;
font-weight:bold;
border:1px solid #a0c80e; 
border-width:1px 1px 1px 1px; 
z-index: 1;
}
/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {
background:#E4E5E7;
}
/* style the third level hover */
#menu ul ul ul a:hover {
background:#E4E5E7;
font-weight:bold;
}
#menu ul ul ul :hover > a {
background:#E4E5E7;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0; 
width:210px;
z-index:10000;
}
/* another hack for IE5.5 */
* html #menu ul ul {
top:30px;
t\op:31px;
z-index:10000;
}

/* position the third level flyout menu */
#menu ul ul ul{
left:110px; 
top:0;
width:110px;
}
/* position the third level flyout menu for a left flyout */
#menu ul ul ul.left {
left:-110px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#menu table {position:absolute; top:0; left:0;}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
background:#E4E5E7; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:210px;
border:1px solid #666; 
border-width:0px 1px 1px 1px;
z-index: 1;
/* yet another hack for IE5.5 */
}
* html #menu ul ul a{
width:210px;
w\idth:210px;
z-index: 1;
}
/* style the top level hover */
#menu a:hover, #menu ul ul a:hover{
	background-color: #E4E5E7;
	background-image: url(../images/menu-hover2.png);
	background-repeat: repeat-x;
}
#menu :hover > a, #menu ul ul :hover > a {
	background-color: #E4E5E7;
	background-image: url(../images/menu-hover2.png);
	background-repeat: repeat-x;
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{
visibility:visible; 
z-index: 1;
}
/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#menu ul :hover ul :hover ul ul{
visibility:hidden;
z-index: 500;
}
/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
#content-main {
	width: 83%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 2.5em 1% 20px 1%;
	border-left: 1px solid #a0c80e;
	border-right: 1px solid #a0c80e;
	background-image: url(../images/opaque.png);
	background: white;
	font-size: 90%;
	text-align: left;
	vertical-align:top;
}

/* html #content-main { padding-top: 20px; } /* Set padding top in IE to 20px */

#site-info {
	margin: 0 auto;
	padding: 2px 1%;
	width: 83%;
	text-align: center;
	color: white;
	letter-spacing: 0.15em;
	border: 1px solid #a0c80e;
	font-size: 70%;
	background-color: #461542;
}
#copyright {
	width:85%;
	text-align: right;
	color: black;
	letter-spacing: 0.15em;
	float:right;
	font-size: 70%;
	padding-right:10px;
}
h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
}
.headings {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
}
.maintext {
		color: black;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
}
.smalltext {
	color: black;
	letter-spacing: 0.15em;
	font-size: 70%;
}
.breadcrumbs {
	color: black;
	letter-spacing: 0.15em;
	font-size: 80%;
	font-family: tahoma, arial, helvetica, verdana, sans-serif;
}
a:link, a:visited {
	color: #260;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }

        #ajaxSearch_form {
            color: #444;
            width: auto;
			border: none;
        }
        #ajaxSearch_input {
            width: auto;
            display: inline;
            height: 17px;
            background: #fff url(images/input-bg.gif) repeat-x top left;
            margin: 0 3px 0 0;
            padding: 3px 0 0;
            vertical-align: top;
        }
        #ajaxSearch_submit {
            display: inline;
            height: 22px;
            line-height: 22px;
        }
        #ajaxSearch_output {
            padding: 10px;
            background: #fff;
            display: block;
            height: auto;
            vertical-align: top;
        }
        .ajaxSearch_paging {
    
        }
        .AS_ajax_result {
            color: #444;
            margin-bottom: 3px;
        }
        .AS_ajax_resultLink {
            text-decoration: underline;
        }
        .AS_ajax_resultDescription{
            color: #555;
        }
        .AS_ajax_more {
            color: #555;
        }
		.tblheaders {
font-weight: bold;
font-size: 14px;
}