+.plain-header {
+ margin: 1em -20px 1em -20px;
+}
+
+.header {
+ display: block;
+ font-family: "trebuchet ms",trebuchet,verdana,arial,sans-serif;
+ font-size: 30px;
+ text-transform: uppercase;
+ text-align: center;
+ color: white;
+ background-color: #999999;
+ height: 32px;
+ float: left;
+ padding: 0px .75em 0px .75em;
+ margin-right: 10px;
+ margin-bottom: 14px;
+}
+
+.subheader {
+ display: block;
+ font-family: "trebuchet ms",trebuchet,verdana,arial,sans-serif;
+ font-size: 18px;
+ text-align: left;
+ color: #666666;
+ background-color: #CCCCCC;
+ height: 26px;
+ padding: 6px 1em 0px 20px;
+ margin-bottom: 14px;
+}