body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.floatLeft {
float: left;
}

.floatRight {
float: right;
}

.floatClear {
clear: both;
}

#header {
padding-top: 30px;
width: 100%;
}

/*#mainLogo {
padding-right: 38px; // all but IE6
padding-right: 35px; // only IE6
}*/

#subtitle {
padding-top: 25px;
}

/* navigation */

/* navigation id external file */

ul {
list-style: none;
margin: 0;
padding: 0;
}

ul#navigation {
float: left;
width:100%;
background: #fff200;
}

/* navigation ul ul external file */

#navigation li {
float: left;
width: 8em;
}

#navigation li:hover ul, #navigation li.sfhover ul {
left: auto; /* sfhover only needed for JS and IE6 */
}

#navigation a {
color: #000000;
text-decoration: none;
display: block;
padding: 0px;
padding-top: 2px;
/*background: #6c8;*/
font-size: 10px;
font-weight: bold;
height: 15px; /* 17px real because of padding-top */
}

#navigation a:hover {
color: #98ca3c;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
/*background: #ccc;*/
}

#navigation li li {
float: none;
}

#navigation li li a {
background: #fff200;
color: #000000;
border-top: 1px solid #000000;;
}

#navigation li li a:hover {
color: #ffffff;
background: #98ca3c;
border-left: none;
border-right: none;
border-top: 1px solid #ffffff;;
}

#blackborder {
padding: 0px;
margin: 0px;
width: 100%;
height: 15px;
background-color: #231f20;
}

/*content*/
/* external file */

/*footer navigation*/

#footernavi {
width: 100%;
margin-top: 2px;
height: 12px;
text-align: center;
}

ul#footernavi {
float: left;
width:100%;
background: #ffffff;
}

#footernavi li {
float: left;
width: 5em;
}

#footernavi a {
color: #cdcdcd;
text-decoration: none;
display: block;
padding: 0px;
font-size: 10px;
font-weight: bold;
height: 12px;
}

#footernavi a:hover {
color: #cdcdcd;
}

.footernaviGreyborder {
border-right: 2px solid #cdcdcd;
border-left: 2px solid #cdcdcd;
}

/* greyborder id in external file */

/* agenda buttons */

.dayButton a {
padding: 6px;
text-decoration: none;
border: 1px solid #000000;
color: #000000;
background: #979797;
text-align: center;
vertical-align: middle;
}

.dayButton a:hover {
color: #ffffff;
}

a.selectedDay {
color: #ffffff;
}

/* border table */
td.topBorder {
border-top: 2px solid #979797;
}

/* form */
input, select, textarea, checkbox {
background: #dddddd;
border: 1px solid #777777;
font-size: 11px;
}

textarea#comments {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.submitB {
cursor: default;
border: none;
border-right: 3px solid #999999;
border-bottom: 3px solid #999999;
/* font-family: Arial, Helvetica, sans-serif; */
font-size: 10px;
font-weight: bold;
letter-spacing: 1px;
width: 100px;
height: 25px;
}

/* error text */
.errorText {
color: #990000;
}

/* comment text */
.commentText {
	font-size: 10px;
}

/* form spacer */
td.spacer {
height: 6px;
}

/* newsbox */
div.newsbox {
border: 1px solid #990000;
padding: 10px;
color: #CC0000;
text-align: center;
}

div.newsbox a {
text-decoration: blink;
color: #CC0000;
}

div.newsbox_after {
border: 1px solid #000000;
padding: 10px;
color: #000000;
text-align: center;
}

div.senatorFloatRight {
float: right;
padding: 10px;
}

