/* Page Layout */

* { padding: 0; margin: 0; }

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    background: #0F4706 url(images/bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    color: #000000;
    
}

td,th {
    vertical-align:top;
}
input[type="text"],input[type="submit"],input[type="password"] {
    width:2in;
    border:1px solid #224821;
}
textarea {
    width:2in;
    border:1px solid #224821;
}

#wrapper {
 margin: 0 auto;
 width: 852px;
 
}

#header {
 width: 850px;
 color: #333;
 border: 1px solid #FFFFFF;
 height: 68px;
 margin: 8px 0px 0px 0px;
 background: #FFFFFF;
}

.logos {
 width: 100%;
 margin: auto;
 border-collapse: collapse;
 vertical-align: top;

}
.logos td {
 vertical-align: top;
 }

.adtop {
 padding-left: 175px;
}

.adtop img {
 border: 1px solid #224821;
}

.bannerad {
 border: none;
}


#navigation {
 width: 852px;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
 text-align: center;
}

#procontainer_green {
position:relative;
color:#E0E0E0;
background:#143D55;
width:100%;
}

#pronav_green {
position:relative;
height:32px;
font-size:12px;
text-transform:uppercase;
font-weight:bold;
background:#fff url(/static/images/pro_bg.gif) repeat-x bottom left;
padding:0 0 0 5px;
border-bottom: 4px solid #5F8955;
}

#pronav_green ul{
margin:0;
padding:0;
list-style-type:none;
width:auto;
float:left;
}

#pronav_green ul li {
display:block;
float:left;
margin:0 1px;
}

#pronav_green ul li a {
display:block;
float:left;
color:#EAF3F8;
text-decoration:none;
padding:0 0 0 20px;
height:32px;
}

#pronav_green ul li a span {
padding:12px 20px 0 0;
height:21px;
float:left;
font-weight: normal;
font-family: "Myriad Pro", Helvetica, Arial, Verdana, sans-serif;
}

#pronav_green ul li a:hover {
color:#fff;
background:transparent url(/static/images/pro_bg-OVER.gif) repeat-x bottom left;
}

#pronav_green ul li a:hover span {
display:block;
width:auto;
cursor:pointer;
}

#pronav_green ul li a.current,#pronav ul li a.current:hover {
color:#fff;
background:#5F8955 url(/static/images/green_pro_left-ON.gif) no-repeat top left;
line-height:275%;
}

#pronav_green ul li a.current span {
display:block;
padding:3px 20px 0 0;
width:auto;
background:#5F8955 url(/static/images/green_pro_right-ON.gif) no-repeat top right;
height:32px;
}


#flash {
    width:100%;
    background-color:yellow; color:red;
}

#content {
 width: 830px;
 border-bottom: none;
 border-left: 1px solid #224821;
 border-right: 1px solid #224821;
 border-top: 1px solid #5F8955;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 min-height: 500px;
 padding: 10px;
}

#subcontent {
 width: 830px;
 border-bottom: 1px solid #224821;
 border-top: none;
 border-left: 1px solid #224821;
 border-right: 1px solid #224821;
 background: #ffffff;
 margin: 0px;
 padding: 10px;
}

.title {
 font-size: 1.3em;
 font-weight: bold;
 padding-left: 3px;
 padding-top: 3px;
 padding-right: 3px;
 padding-bottom: 15px;
 line-height: 1.7em;
 color: #263721;
 font-style: italic;
}

.subtitle {
 font-size: 1.2em;
 font-weight: bold;
 padding: 3px;
 font-style: italic;
 color: #263721;
}

#content p{
 padding: 3px;
}

#content a:link {
 color: #5F8955;
}

#content a:hover {
 color: #A2AEA0;
}

#content a:visited {
 color: #5F8955;
}

#content a:active {
 color: #5F8955;
}

.mainul {
 margin-left: 25px;
 line-height: 1.4em;
}

.mainpage {
 width: 100%;
 margin: auto;
 vertical-align: top;
}

.mainpage td {
 vertical-align: top;
}

.mainleft {
 padding-right: 10px;
}

.mainright {
 border-left: 1px solid #000000;
 padding-left: 20px;
}

.contentimage {
 border: 4px double #263721;
}

.logform {
 width: 40%;
 margin: auto;
}

.caption {
 font-size: 0.75em;
}

.licenseul {
 list-style-type: lower-roman;
 margin-left: 45px;
 line-height: 1.4em;
 padding: 3px;
}

blockquote {
 margin-left: 10px;
 padding: 5px;
 text-align: justify;
}

.issuestable {
 width: 90%;
 border: 1px solid #000000;
 border-collapse: collapse;
}

.issuestable td {
 padding: 7px;
 border: 1px solid #000000;
 border-collapse: collapse;
}

#footer {
 width: 850px;
 background: transparent;
 margin: 0px 0px 4px 0px;
}

#footer a:link {
 color: #000000;
}

#footer a:visited {
 color: #000000;
}

#footer a:hover {
 color: #000000;
}

#footer a:active {
 color: #000000;
}

.submit {
 display: none;
}

.bottomads {
 margin: auto;
 width: 100%;
 border: 1px solid #224821;
}

.departmentstable {
 width: 70%;
 margin: auto;
 border: 1px solid #000000;
 border-collapse: collapse;
}

.departmentstable td {
 border: 1px solid #000000;
 padding: 6px;
 border-collapse: collapse;
}

.other {
 display: none;
}
