body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
color: white;
margin: 0px auto;
padding: 0px;
width: 804px;
background-color: black;
/*background-image: url('../images/background.gif');
background-repeat: repeat;*/
}
img {
border: 0px;
}
blockquote {
font-style: italic;
border: 1px solid #cccccc;
padding: 10px;
}

q {}

hr {
color: #1E140A;
background-color: #1E140A;
height: 1px;
}

.center {
width: 100%;
text-align: center;
}

.indent{
margin-left: 25px;
}

#superContainer{
border-left: 2px solid #666666;
border-right: 2px solid #666666;
}

#banner {
min-height: 125px;
}

#main_logo {
float: left;
}

#logos {
float: right;
}

#navigation {
width: 800px;
background-color: #CC0F0A;
font-size: 110%;
}

#navigation a:link {
color: white;
text-decoration: none;
}

#navigation a:visited {
color: white;
text-decoration: none;
}

#navigation a:hover {
color: white;
text-decoration: none;
}

#navigation a:active {
color: white;
text-decoration: none;
background-color: #1B5B8D;
}

#navigation ul {
padding: 0px 0px 0px 0px;
margin: 0px;
border: 0px;
}

#navigation ul li{
display: inline;
list-style-type: none;
padding: 0px 7px;
margin: 0px;
font-weight: bold;
font-size: 90%;
}

#selectedNav {
background-color: #F1F2F8;
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
padding: 5px;
}

#selectedNav a:link{
color: black;
}

#selectedNav a:visited{
color: black;
}

.arrows {
width: 100%;
text-align: center;
}

#content .arrows img{
vertical-align: middle;
margin: 0px 100px;
border: 0px;
}

#content {
background-color: white;
color: black;
min-height: 500px;
padding: 20px 75px;
}

#content a{
color: #1B5B8D;
}

img.exampleImg {
border: 1px solid black;
}

#content ul li {
padding: 6px 0px;
}

#content ol li {
padding: 5px 0px;
}

table tr>td {
vertical-align: top;
}

a img {
text-decoration: none;
}

ol.roman {
list-style-type: upper-roman;
}

ol.roman li {
font-weight: bold;
}

ol.roman ol {
list-style-type: upper-alpha;
}

ol.letter li {
list-style-type: lower-alpha;
}

.example {
width: 100%;
background-color: #EAE6C8;
padding: 10px;
}

#footer {
font-size: 90%;
margin-top: 0px;
padding: 10px;
min-height: 50px;
background-color: #1A318E;
color: white;
text-align: center;
border-top: 1px solid #990000;
}

#headerDiv {
width: 800px;
background-color: #F1F2F8;
}

h1 {
font-size: 175%;
padding: 10px;
margin: 0px;
font-style: italic;
font-variant: small-caps;
color: black;
}

h2 {
font-size: 150%;
color: #333333;
}

h3 {
font-size: 130%;
color: #333333;
}

h4 {
font-size: 115%;
color: #333333;
}

h5 {
font-size: 100%;
font-weight: bold;
color: #333333;
}

.notes {
width: 625px;
}

.notes img{
vertical-align: top;
}

.project {
border: 2px solid #A0C07C;
background-color: #E7EED9;
padding: 10px;
width: 100%;
}

.groupTitle {
font-size: 120%;
font-weight: bold;
margin: 0px;
padding: 0px;
}

.groupTitle img {
vertical-align: middle;
}

.submit {
width: 100%;
text-align: right;
padding-top: 5px;
}