/*
stylesheet.css
*/

body {
    font-family: Helvetica,Arial,sans-serif;
    font-size:12px;
}

a:link, a:visited {
    color: #0061AE;
    font-size:14px;
    text-decoration:none;
}

a:hover {
    color: #024479;
    font-size:14px;
    text-decoration:underline; 
}

h2 {
    color: #0061AE;
    font-size:16px;
}

th {
    font-size:16px;
    color:#000;
    background:#ccc;
}

td {
    font-size:12px;
    color:gray;
}

td.content {
    font-size:12px;
    color:#000;
}

p, li {
    font-size:12px;
    color:#000;
}

#page_nav {
    font-family: Helvetica,Arial,sans-serif;
    font-size:12px; 
    color:red;
}

/*
#page_nav a {
    color:gray;
    text-decoration:none;

}


#page_nav a:hover {
    color:blue;
    text-decoration:underline;
}
*/

#err_text {
    font-family: Helvetica,Arial,sans-serif;
    font-size:16px;
    text-align:center; 
    color:#A10F15;
}

#wrapper {
    width:500px;
    border:1px;
    border-color:red;
    background:#fff;
}

input, textarea, checkbox, radio {
color: #333;
background: #fee3ad;
border: 1px solid #333
}

.submit input {
cursor: pointer;    
color: #fff;
background: #0061AE;
border: 2px outset #d7b9c9
}

.button {
cursor: pointer;    
color: #fff;
font-size:10pt;
background: #0061AE;
width:180px;
border: 2px outset #d7b9c9
}

fieldset
{
border: 1px solid #aaa;
/* width: 470px */
}

legend
{
color: #fff;
background: #0061AE;
border: 1px solid #aaa;
padding: 3px 8px
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
padding: 2px 8px;
border: 1px solid #c0c0c0;
border-left-width: 0px;
border-bottom-width: 0px;
text-decoration: none;
color: black;
font: bold 12px arial;
text-align:center;
height: 14pt;
}
    
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;

}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 170px; 
color: black;
font: 12px arial;
padding: 2px 8px;
border: 1px solid #c0c0c0;
border-top-width: 0px;
text-decoration: none;
color: black;
text-align:left;
background:#f9f9f9;
height: 10pt;

}

.horizontalcssmenu ul li a:hover{
color: #990000;
font-weight: Bold ;
font-family:arial;
}

.horizontalcssmenu ul li ul li a:hover{
 background: #f4e7e7; 
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: url(mnu_bk.gif) center center repeat-x;
}

* html p#iepara{ /*#ffccccFor a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
    
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
