/* ***** BEGIN LICENSE BLOCK *****
  2  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3  *
  4  * The contents of this file are subject to the Mozilla Public License Version
  5  * 1.1 (the "License"); you may not use this file except in compliance with
  6  * the License. You may obtain a copy of the License at
  7  * http://www.mozilla.org/MPL/
  8  *
  9  * Software distributed under the License is distributed on an "AS IS" basis,
 10  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
 11  * for the specific language governing rights and limitations under the
 12  * License.
 13  *
 14  * The Original Code is mozilla.org code.
 15  *
 16  * The Initial Developer of the Original Code is
 17  * Netscape Communications Corporation.
 18  * Portions created by the Initial Developer are Copyright (C) 1998
 19  * the Initial Developer. All Rights Reserved.
 20  *
 21  * Contributor(s):
 22  *
 23  * Alternatively, the contents of this file may be used under the terms of
 2
212 
213 :not(dl) > dd {
214   display: inline;
215   margin: 0;
216 }
217 
218 :not(dl) > dd:before {
219   display: inline;
220   white-space: pre;
221   font-size: 1px;
222   line-height: 0;
223   content: "\A  ";
224   -moz-margin-end: 40px;
225 }
226 
227 
228 /* quirk to indent nested DL elements (b=8749) */
229 
230 dl > dl {
231   display: block;
232   -moz-margin-start: 40px;
233 }
234 
235 
236 /* Quirk: MAP acts like an inline, not a block */
237 
238 map {
239   display: inline;
240 }
241 
242 
243 /* Quirk: Make floated images have a margin  (b=58899) */
244 
245 img[align=left] {
246   margin-right: 3px;
247 }
248 
249 img[align=right] {
250   margin-left: 3px;
251 }
252 
253 
254 /* Quirk: Make sure that the residual style tags' size info. 
255  * does not take precedence over heading tags' size. (b=77352)
256  * Note: This special attribute is set only for a residual 
257  * style tag within a heading tag.
258  */
259 
260 /* XXX This is a potential performance problem.  This should not be
261  * using an attribute!
262  */
263 *[_moz-rs-heading] { 
264   font-size: inherit !important; 
265 }
266 
267 
268 /*
269  * Quirk: Use border-box box sizing for text inputs, password inputs, and
270  * textareas.  (b=184478 on why we use content-box sizing in standards mode)
271  */
272 
273 /* Note that all other <input>s already use border-box
274    sizing, so we're ok with this selector */
275 input:not([type=image]), textarea {
276   -moz-box-sizing: border-box;
277 }
278 
279 /* Quirk: give form margin for compat (b=41806) */
280 form{
281  margin: 0 0 1em 0;
282 }.bodytextquicknav {
font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 8px; font-weight: normal; color: #333333; text-decoration: none
}
.majorsTitle {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-transform: none; color: #993300;
}
.menuprograms {
	display:none;
	margin-left:10px;
	color: #663300;

}
.eventspagetitle {

	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	color: #003399;
	font-weight: normal;
	text-decoration: none;
   padding: 12px 2px 2px 2px;
}

