body {
 margin: 0;
 padding: 0 0 0 0;
 font-family: "arial", sans-serif;
 background: white;
}

#header h1 {
 padding: 40px 0 0 0;
 font-size: 400%;
 color: #0c2994;
 font-family: "Comic Sans MS", fantasy;
}

#footer { 
 background: #0c2994;
 margin: 30 30 30 30;
 clear: right;
}

#footer P {
 color:white;
}

#footer td {
 color:white;
}

H1 {
 font-family: "Comic Sans MS", fantasy;
 font-size: 200%;
 color: #0c2994;

}
H2 {
 font-family: "Comic Sans MS", fantasy;
 color: #0c2994;
}

H3 {
 font-family: "Comic Sans MS", fantasy;
 color: #0c2994;
 margin-bottom: 0;
 padding-bottom: 0;
}
H4 {
 font-family: "Comic Sans MS", fantasy;
 font-size: 18px;
 color: #0c2994;
 margin-bottom: 0;
 padding-bottom: 0;
}

dt {
 color: #0c2994;
 font-weight: bold;
}

A.topbar:link {color: #FFCC00}
A.topbar:visited {color: silver}
.topbar {color:white}
.headline {margin: 0}
.byline {margin: 0; padding: 0}
.highlight {background: #d8ecf3}
A.sidebar:link {color:#0000FF}
A.sidebar:visited {color:white}
A.sidebar:hover {color:#AD1A2D; background-color:white}

A:link {color:#61C7DB}
A:visited {color:navy}
A:hover {color:#61C7DB;}


#content {
 margin-top:0px;
 margin-right: 0px;
 margin-left: 0px;
 padding: 10px;
}




#content dd {
 margin-bottom: 10px;
}


#committeequiz li {
margin-top:14px;
}

#committeequiz {
 width: 400px;
}


.rbubble {
 width: 180px;
 border: 2px solid #0c2994;
 margin-left: 4px;
 margin-right: 0px;
 margin-top: 20px;
 float:right;
}
.rbubble h3 {
 width: 100%;
 color: white;
 background-color: #0c2994;
 padding: 0;
 margin: 0;
 text-align: center;
}
.rbubble p {
 margin-left: 3px;
 margin-right: 3px;
 margin-top: 5px;
 margin-bottom: 5px;
 padding: 0;
}
.rbubble img {
 text-align: center;
 margin: 0px;
 padding: 0px;
 border: 0px;
}

.tightlist {
 margin-top: 2px;
 margin-bottom: 2px;
 border-top:2px;
 border-bottom:2px;
 list-style: none;
}

ul.photoalbum {
 list-style-type: none;
 display: block;
 text-align: center;
 margin-right: 180px;
}
ul.photoalbum li {
 margin-right: 12px;
 margin-bottom: 15px;
 float: left;
 text-align: center;
 height: 200px;
}

ul.photopreview {
 list-style-type: none;
 display: block;
 text-align: center;
 margin-right: 180px;
 margin-leftt: 180px;
}
ul.photopreview li {
 margin-right: 12px;
 margin-bottom: 15px;
 float: left;
 text-align: center;
 height: 200px;
}


.indent {
 margin-right: 10px;
 margin-left: 10px;
 margin-top: 0px;
 margin-bottom: 0px;
}


.red {
 color: #AD1A2D;
 font-weight: bold;
}


ul.list {
 list-style-type: none;
}
#menu {
 padding: 0px;
 margin-top:0px;
 margin-right: 0px;
 margin-left: 0px;
 list-style: none;
 text-align: left;
}

#menu ul {
 list-style: none;
 margin-left: 0px;
 margin-right: auto;
 padding: 0;
 margin: 0;
}

#menu li {
 padding: 0;
 margin: 0;
 width: 20%;
 float: left;
 position: relative;
 background-color: #0c2994;
 color: white;

}

#menu li.sub {
 width: 100%;
 text-align:left;
}

#menu li ul {
 position: absolute;
 display: none;
 padding: 0px;
 margin: 0px;
}

#menu ul li {
 list-style: none;
 float: none;
 border: 1px solid #e0e0e0;
 background-color: #0c2994;
 margin: 0;
 padding: 4px;
}

#menu li > ul {
 top: auto;
 left: auto;
}

#menu li:hover ul {
 display: block;
}

#menu A:link,#menu A:visited {
 display: block;
 color: white;
 padding: 1px;
}

