/* Added for IE7 */
html {
background: #105540;
}
/* Set Body Parameters.  All fonts are adjusted relative to this font-size */
body {
font-family: arial, helvetica, sans-serif;
font-size:62.5%;
color: #105540;
margin-top: 0px;
margin-left: 0px;
padding-top: 0px;
padding-left: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
}
a:link {
color: #006600;
text-decoration: underline;
}
a:visited {
color: #99cc00;
text-decoration: underline;
}
a.box:link {
color: #105540; 
text-decoration: none
}
a.box:visited {
color: #105540; 
text-decoration: none
}
a.box:hover {
color: #fafad2; 
background: #105540; 
text-decoration: none
}
/* For Horizontal Nav Bar @ top & bottom of page */
.horznav {
font-size: 1.3em;
font-weight:bold;
}
h1 {
font-size: 1.8em;
margin-bottom: 0em;
padding-bottom: 0em;
}
/* Std Paragraph, narrow margins on top & bottom  font-size set relative to body tag */
p {
font-size: 1.4em;
margin-top: .5em;
margin-bottom: .5em;
}
/* Std Paragraph, bold */
p.bold {
font-size: 1.4em;
font-weight: bold;
margin-top: .5em;
margin-bottom: .5em;
}
/* Used @ the top of the Jobs page */
p.top {
font-size: 2em;
font-weight: bold;
text-align: center;
margin-top: .5em;
margin-bottom: .5em;
}
/* Used at the top of the Board Page */
p.topbod {
font-size: 2em;
font-weight: bold;
text-align: center;
margin-top: .5em;
margin-bottom: 0em;
}
/* Used for last paragraph in list on Job's page */
p.last {
font-size: 1.4em;
margin-top: .5em;
margin-bottom: 1.3em;
}
/* Used on Board Page to eliminate top margin of paragraph under list heading */
p.list {
font-size: 1.4em;
margin-top: 0em;
margin-bottom: 1.3em;
}
/* Used on Jobs page to provide extra bottom margin on last paragraph in list */
p.lastjob {
font-size: 1.6em;
margin-top: .5em;
margin-bottom: 1.3em;
}
/* Used on Board Page , Jobs Page */
ul.notop {
margin-top: 0em;
}
ul.none {
list-style-type: none;
margin-top: 1.4em;
}
/* Used on Jobs, Comminfo, Resource */
ul.disk {
list-style-type: disk;
margin-top: 1.4em;
}
ul {
margin-top: 1.4em;
}
/* bold text. this is used on the jobs page to  increase the size of the text relative the P tag it is nested inside of */
.boldtext {
font-weight: bold;
font-size: 1.14em;
}
/* Used for 1st paragraph of list.  Larger, bold text */
.listheader {
font-size: 1.6em;
font-weight: bold;
}
hr {
color: #99cc00;
background-color: #99cc00;
height: 2px;
width: 90%;
border: none;
text-align: center;
}
/* set size of the View Job Description link */
.jobdesc {
font-size: 1.6em;
}
div.wrapper {
text-align: left;
width: 900px;
background: #105540 url('image/backgrnd/backtile4.jpg') repeat-y;
}
/* for footer.  Small text, no top margin */
span.footer {
font-size: 1em;
margin-top: 0em;
}
span.notice {
font-weight: bold;
color: red;
}