/* 
 TYPOGRAPHY
 Font related information only (ie. font-*, text-*, line-height )
 See http://www.alistapart.com/articles/howtosizetextincss for sizing technique

*/
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", arial, verdana, sans-serif;
 	font-size: 100%;
 	line-height: 1.125em; /* 16×1.125=18	 */
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover,
#sect-by-car dt:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.5em; /* 16x1.5=24px */
	font-weight: bold;	
}

h2, h3 {
	font-size: 1.3125em; /* 16x1.3125=21px */
	font-weight: normal;
}

p, li, dt, dd	 {
	font-size: 0.75em; /* 16x0.75=12px */
}

/* @group CONTENT AREA */


/* @group MAIN LAYOUT */

.main-content .content .nav-panel {
	text-align: center;
}

.main-content .content .note {
	font-family: Georgia, serif;
}

/* @end MAIN LAYOUT */

/* @group SUPPLEMENTARY CONTENT */
#supplementary-content .module h3 {
	font-size: 1em;
}

#supplementary-content .module .driver {
	text-align:  right;
}

#supplementary-content #mod-register .form-instructions {
	font-size: 0.625em; /* 16x0.625=10px */
}

#mod-tickets .driver a {
	text-align: left;
}
/* @end SUPPLEMENTARY CONTENT*/


/* @end CONTENT AREA */


/* @group FOOTER */
#footer {
	text-align: center;
}

#footer p,
#footer li {
	font-size: 0.625em; /* 16x0.625=10px */
}
/* @end FOOTER */



