body {
	width: 43.75em !important;
	margin-right: auto;
	margin-left: auto;
}

address {
	font-style: normal;
}

th {
	text-align: center;
}

td, th {
	empty-cells: show;
}

#head {
	text-align: center;
	vertical-align: top;
	width: 43.75em;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0;
	margin-bottom: 0;
}

#head h1 {
	margin-bottom: 0.15625em;
}


#head img {
	width: 21.88em;
	height: 5.5em;
}

#nav:before, #cal:before {
	text-align: left;
	background: #420F73 url("/grcmsw/images/key-point_tr.gif") no-repeat top right;
	border: none;
	margin: 0 -0.1875em;
	padding: 0;
	height: 0.5em;
	display: block;
	content: url("/grcmsw/images/key-point_tl.gif");
}


#cal:before {
	background: #005841 url("/grcmsw/images/key-point_tr.gif") no-repeat top right;
}

#nav, #cal {
	float: left;
	width: 9.375em;
	background: #005841;
	padding: 0;
	font: 1em Geneva, Arial, Helvetica, san-serif;
	color: #FFFFFF !important;
	border: 0.1875em solid #420F73;
}

}
#nav {
	margin-left: 0; /* stupid IE */
}

#cal {
	float: right;
	width: 6.25em;
	background: #420F73;
	border: 0.1875em solid #005841;
	margin-right: 0; /* stupid IE */
}

body > #nav, body > #cal {
	border-top: none;
	border-bottom: none;
}

#nav:after, #cal:after {
	display: block;
	text-align: left;	
	padding-top: 0;
	content:  url("/grcmsw/images/key-point_bl.gif");
	margin: 0 -0.1875em;
	height: 0.5em;
	background: #420F73 url("/grcmsw/images/key-point_br.gif") scroll no-repeat bottom right;
}

#cal:after {
	background: #005841 url("/grcmsw/images/key-point_br.gif") scroll no-repeat bottom right;
}

#nav, #nav ul, #cal, #cal ul {
	list-style-type: none;
}

#nav ul, #cal ul {
   margin: 0;
   padding: 0;
   border-top: 0.0625em solid #420F73;	
}

#cal ul {
	border-top: 0.0625em solid #005841;
}
		
#nav li, #cal li {
	color: #FFFFFF !important;
	display: block;
	text-align: left;
	border: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	border-bottom: 0.0625em solid #420F73;
	border-top: 0.0625em solid #420F73;	
}

#cal li {
	border-bottom: 0.0625em solid #005841;
	border-top: 0.0625em solid #005841;
}

#nav li li, #cal li li {
	font-weight: normal;
}

#cal li li {
	font-size: smaller;
}

#nav a, #cal a, #cal span {
	display: block;
	margin: 0;
	padding: 0.1875em 0.3125em;
	text-decoration: none;
	color: #FFFFFF !important;
}

#nav li li a, #cal li li a {
	border: none;
	padding-left: 0.9375em;
}

#nav a:hover, #cal a:hover {
	background: #FFFFFF;
	color: #000000 !important;
}

#content {
	margin-left: 11.875em;
	margin-right: 1em;
	text-align: left;
}

#home #content { 
	margin-right: 6.25em;
}

#home > #content {
	margin-right: 11.875em !important;
}

#content h1, #content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h1 {	
	margin-top: 0;
	font-size: 1.5em;
	color: #005841;
}

#content > h1 {
	margin-top: 1em;
}

/*
  img in h1 in em = px/24
         h3 in em = px/19
*/

#content h2 {
	font-size: 1.3em;
}

#content h2, #content caption {
	color: #420F73;
}

#content caption {	
	text-align: center;
	font-size: larger;
	font-weight: bold;
}

.skip {
	display: none;
}

.note {
	font-size: small;
}

.faculty li, #faq li {
	list-style: none;
	margin-bottom: 1.25em;
	margin-left: -1.25em;
}

/* Show/Hide nav parts for non-applicable sections */

ul.about, ul.prospect, ul.current
{
	display: none;
}

body.about #nav ul.about,
body.prospect #nav ul.prospect,
body.current #nav ul.current
{
	display: block;
}

