@charset "UTF-8";/* CSS Document */

body {
background-image: url(../images/sitewide/bg-tile.gif);
font-family: Papyrus, Georgia, "Times New Roman", Times, serif;
font-size: 12pt;
color: #006A00;
font-weight: normal;
text-align: center;}

/* ID TAGS */

#page {width:800px;
text-align: left;
margin-left: auto;
margin-right: auto;}
#header {}

#navigation {
float: left;
width:160px;
text-align: left;
clear: both;
}

#navigation li {list-style-type: none;}

#scroll {
float:right;
width:620px;
background-image: url(../images/sitewide/content-bg2.jpg);
background-repeat: repeat-y;}

#content {
padding-left: 30px;
padding-right: 30px;
min-height: 500px;
}

#content .leftColumn{
float: left;
width: 40%;}

#content .peoplePanel{
background-image: url(../images/2wayarrow_text.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
float:none;
overflow: auto;
width: 100%}

#content .centerColumn{
width: 10%;
position: inherit;
overflow: auto;}

#content .rightColumn{
float: right;
width: 40%;
overflow: auto;}

#content hr {
color: #000000;
background-color: #000000;
height: 2px;
width: 500 px;
clear:both;
text-align:center;
overflow: auto;}

#content a {
font-size: 12pt;
font-weight: bold;}

#content a:link {
color: #000000;
font-size: 12pt;
text-decoration: none;}

#content a:visited {
color: #9C1F23;
font-size: 12pt;
text-decoration: none}

#content a:hover {
color: #0066CC;
font-size: 12pt;
text-decoration: underline}

#content h1 {font-size: 22pt;
color: #000000;
font-weight:bold;
margin-bottom: 5px;}

#content h2 {font-size: 14pt;
color: #DD3143;
font-weight:bold;
}

#content h3 {font-size: 10pt;
color: #003366;
font-weight:bold;}

#contentTop {background-image: url(../images/sitewide/content-bg-top.jpg);
background-repeat: no-repeat;}

#contentBottom {background-image: url(../images/sitewide/content-bg-bottom.jpg);
background-repeat: no-repeat;}

#footer {clear: both;}

#copyright {
text-align: center;
color: #ffed7a;
font-size: 10pt;
margin-top: 20px;}

#credits {text-align: center;
color: #ffed7a;
font-size: 10pt;}

#credits a {
font-size: 12pt;
font-weight: bold;}

#credits a:link {
color: #000000;
font-size: 12pt;
text-decoration: none;}

#credits a:visited {
color: #9C1F23;
font-size: 12pt;
text-decoration: none}

#credits a:hover {
color: #0066CC;
font-size: 12pt;
text-decoration: underline}

/* Main Navigation */

#navcontainer {padding: 0 0 1em 0;
margin-bottom: 1em;
font-size: 10pt;}

#navcontainer ul {list-style: none;
margin: 0;
padding: 0;
border: none;
width: 100%;}

#navcontainer li {font-size: 8pt;
border: 1px #b11f0e solid;
margin-bottom: 5px;
width: 100%;}

#navcontainer li a {display: block;
padding: 5px 5px 0px 15px;
text-decoration: none;
width: 100%;
color: #ffec6a;
font-weight: bold;
background-image: url(../images/sitewide/bullet.gif);
background-repeat: no-repeat;
background-position: 5px 50%;
font-size: 12pt;}

html>body #navcontainer li a {width: auto;}

#navcontainer li a:hover {background: #ffec6a;
color: #006a00;
background-image: url(../images/sitewide/bullet-over.gif);
background-repeat: no-repeat;
background-position: 5px 50%;}

#navcontainer .subnavlist li {
border: none;
width: 100%;}

#navcontainer .subnavlist li a {
font-size: 9pt;
width: 100%;
font-weight: normal;
margin-bottom: 2px;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-image: none;}

#navcontainer .grandChildNavlist ul {padding-left: 20px;}

#navcontainer .grandChildNavlist li {font-size: 7pt;}

#navcontainer .grandChildNavlist li a {}

/* End Navigation */

/* SHARED CLASSES */

.photoRight {float:right;
margin-left: 10px;
margin-bottom: 10px;}

.photoLeft {float:left;
margin-right: 10px;
margin-bottom: 10px;}

.clearAll{
clear:both;
overflow: auto;
width: 100%}

