body {
background:#f7f7f7;
}

form {
display: inline;
margin: 0px;
padding: 0px;
}

input {
display: inline;
margin: 0px;
padding: 0px;
}

div {
padding:0em;
margin:0em;
}

ul, li {
list-style-type: bullet;
padding: 0em;
margin:0em;
}

#header {
padding:.5em 1em;
margin:0em;
background:#deefe7;
color:black;
border-bottom: medium double #5374D9;
text-align: center;
height:1%;
min-height:130px; !important
/* prevents image from overlapping into sidebar and breaking layout */
height:auto;
}

#header ul, li {
display:inline;
list-style-type:none;
padding:0em;
margin:0em;
}

#header h1 {
padding:0em;
margin:0em;
font-size:1.5em;
}

#header p {
padding:0em;
margin:0em;
text-align:center;
}

.paypal form {
padding: 0px;
margin: 0px;
}

.paypal input {
border-bottom: 2px solid #deefe7;
}
/* to prevent hover moving header imgs lower, must have same amt broder here
... making it same color as hdr bg for "invisible" */

.paypalA input {
border-bottom: 2px solid #f7f7f7;
}
/* different color for announcements.html */

.paypal input:hover {
border-bottom: 2px solid #000000;
}
/* for hover for Paypal img, which is input on form */

.paypalA input:hover {
border-bottom: 2px solid #000000;
}
/* for hover for Paypal img @ announcement.html ... input on form */

#header a img {
border: 2px solid #deefe7;
}

#header a:link img {
border-bottom: 2px solid #deefe7;
}

#header a:visited img {
border-bottom: 2px solid #deefe7;
}

#header a:hover img {
border-bottom: 2px solid #000000;
}

#header a:active img {
border-bottom: 2px solid #000000;
}

#wrapper {
clear:both;
height: 1%;
min-height: 21em; !important 
position:relative;
top:0px;
background:#f7f7f7;
}

#lsidebar {
float:left;
clear:right;
width:11em;
margin:0em;
padding:1em 0em 1em 0em;
}

#lsidebar ul {
list-style-type: none;
font-weight:normal;
padding:0em;
margin:0em;
}

#lsidebar li {
list-style-type: none;
font-weight:bold;
display:block;
padding: 0em 0em .1em 0em;
/* turning this .1em bottom padding into 0em */
/* causes IE to INCREASE the bottom padding, obviously incorrectly */
margin: 0em;
}

.here {
display:block;
text-decoration:none;
padding:.2em .2em .2em 1.2em;
margin:.1em 0em -.1em 0em; 
/* negative .1em to offset IE's stupidity and still have cross-browser conformity */
color: #5374D9;
background-color: #F7F7F7;
border-top: 1px solid #F7F7F7;
border-right: 1px solid #F7F7F7;
border-bottom: 1px solid #5374D9;
border-left: 1px solid #5374D9;
}

#lsidebar a:link {
display:block;
text-decoration:none;
padding:.2em .2em .2em 1.2em;
margin:.1em 0em -.1em 0em; 
/* negative .1em to offset IE's stupidity and still have cross-browser conformity */
background-color: #5374D9;
border-top: 1px solid #ffffff;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #ffffff;
color: #F7F7F7;
}

#lsidebar a:visited {
display:block;
text-decoration:none;
padding:.2em .2em .2em 1.2em;
margin:.1em 0em -.1em 0em; 
/* negative .1em to offset IE's stupidity and still have cross-browser conformity */
background-color: #5374D9;
border-top: 1px solid #ffffff;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #ffffff;
color: #F7F7F7;
}

#lsidebar a:hover {
display:block;
text-decoration:none;
padding:.2em .2em .2em 1.2em;
margin:.1em 0em -.1em 0em; 
/* negative .1em to offset IE's stupidity and still have cross-browser conformity */
color: #5374D9;
background-color: #F7F7F7;
border-top: 1px solid #F7F7F7;
border-right: 1px solid #F7F7F7;
border-bottom: 1px solid #5374D9;
border-left: 1px solid #5374D9;
}

#lsidebar a:active {
display:block;
text-decoration:none;
padding:.2em .2em .2em 1.2em;
margin:.1em 0em -.1em 0em;
/* negative .1em to offset IE's stupidity and still have cross-browser conformity */
color: #F7F7F7;
background-color: #5374D9;
border-top: 1px solid #ffffff;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #ffffff;
}

/* 
#rsidebar {
position:absolute;
top:0px;
right:0px;
float:right;
width:155px;
margin:0em;
padding:.5em;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
}

#rsidebar ul {
list-style-type: bullet;
font-weight:normal;
padding:0em;
margin:0em;
}

#rsidebar li {
list-style-type: none;
font-weight:bold;
display:block;
padding: 0em 0em .1em 0em;
// turning this .1em bottom padding into 0em
// causes IE to INCREASE the bottom padding, obviously incorrectly
margin: 0em;
}
 */

#mainContent {
margin-left:11.5em;
/* margin-right:160px; */
padding:1.8em 1em 1em 1em;
background-repeat: repeat-y;
background-position: top center;
height: auto;
min-height: 21em; !important
}

#mainContent ul {
list-style-type: none;
font-weight:normal;
padding:0em 1.5em;
margin:0em;
display:list-item;
}

#mainContent li {
margin:0em;
padding:0em;
list-style-type:disc;
display:list-item;
}

#mainContent a img {
border: 1px solid #f7f7f7;
}

#mainContent a:link img {
border-bottom: 1px solid #f7f7f7;
}

#mainContent a:visited img {
border-bottom: 1px solid #f7f7f7;
}

#mainContent a:hover img {
border-bottom: 1px solid #000000;
}

#mainContent a:active img {
border-bottom: 1px solid #000000;
}

#mainContent h2 {
font-size:2em;
margin:0em;
padding:0em;
}

#mainContent p {
margin:0em 0em 1em 0em;
}

.red {
text-decoration: none;
}

.red:hover {
color: #ff0000;
}

.orange:hover {
color:#ff6633;
}

.yellow:hover {
color:#FFFF00;
}

.green:hover {
color:#33CC00;
}

.blue:hover {
color:#0000FF;
}

.violet:hover {
color:#990099;
}

#footer {
clear:both;
padding:.5em 0em;
margin:0em;
background:#deefe7;
color:black;
border-top: medium double #5374D9;
border-bottom: 1px solid #5374D9;
text-align: center;
/* prevents image from overlapping into sidebar and breaking layout */
}

#footer img {
border:none;
}

#footer ul, li {
display:inline;
list-style-type:none;
padding:0em;
margin:0em;
}