body
{
	margin: 0;
	padding: 0;
}

p, td, h1, dd, dt, .text
{
	font-family: 'Gill Sans', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica;
	font-size: .9em;
	line-height: 1.6em;
}

.backblock
{
	background-color: #eee;
	padding: 10px;
}

.date
{
	font-family: 'Gill Sans','Lucida Grande', Geneva, Verdana, Arial, Helvetica;
	font-size: .8em;
	line-height: 1em;
	font-weight: bold;
	border-bottom: 1pt solid #405686;
}

.event
{
	font-family: 'Gill Sans','Lucida Grande', Geneva, Verdana, Arial, Helvetica;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	padding: 0 0 0 10px;
	color: #405686;
	margin: -.3em 0 -.4em 0;
	display: block;
}

.details
{
	font-weight: normal;
	padding: 0 0 0 10px;
}

#navbar	ul li
{
	list-style-type: none;
	text-align: right;
	text-transform: inherit;
	font-family: 'Gill Sans','Lucida Grande', Geneva, Verdana, Arial, Helvetica;
	font-size: .8em;
	line-height: 2em;
	padding: 0 30px 0 0;
	font-weight: bold;
	display: block;
}

p.address
{
	text-align: right;
	font-family: 'Gill Sans', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica;
	font-size: .8em;
	line-height: 2em;
	padding: 0 30px 0 0;
	font-weight: bold;
}

div.address
{
	text-align: right;
	font-family: 'Gill Sans', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica;
	font-size: .8em;
	line-height: 2em;
	padding: 0 30px 0 0;
	font-weight: bold;
}

p.copy
{
	color: #405686;
	font-size: .9em;
	line-height: 1.2em;
}

dt
{
	font-weight: bold;
	padding: 1em 0 0 0;
	display: block;
	text-indent: 1em;
	background-color: #E2E2E2;
	border-bottom: #405686;
	border-right: #405686;
	border-width: 0 0px 0px 0;
	border-style: none solid solid none;
	margin: 0 1em 0 0;
	position: relative;
	z-index: 1;
}

/*
 	dt
 	{
 		display: block;
 		z-index: 2; 
 		background-image: url(images/corner.gif);
 		background-repeat: no-repeat;
 		background-position: right bottom;
 		position: relative;
 	}
 	*/

dt
{
	display: block;
	z-index: 3;
	background-image: url(images/cornertop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

.corner
{
	z-index: 3;
	background-image: url(images/cornertop.gif);
	background-color: #E2E2E2;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	text-align: center;
	text-transform: inherit;
}

td.leftline
{
	border-left: #405686;
	border-width: 0 0 0 1px;
	border-style: none none none dotted;
	padding: 0 0 0 30px;
}

h1, h2
{
	color: #405686;
	font-size: 1em;
	line-height: 2em;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: .5em;
	letter-spacing: .3em;
}

h1
{
	text-align: left;
	padding: 0 0 0 30px;
	border-bottom: #405686;
	border-width: 0 0 1px 0;
	border-style: none none none none;
	color: #000;
}

h2 { padding: 2px 0 0 0; }

h3
{
	font-size: 1em;
	line-height: 2em;
	font-weight: bold;
	display: block;
	z-index: 1;
	background-image: url(images/cornertop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

h3.top { border-top: 1pt solid #405686; }

p.backdate
{
	padding: 0 0 0 40px;
	margin: -1em;
	letter-spacing: .1em;
}

.top, .day { border-top: 1pt solid #405686; }

.day
{
	border-top: 1pt solid #405686;
	font-weight: bold;
}

.topclass
{
	border-top: 1pt solid #405686;
	font-weight: bold;
}

#sched 	 td
{
	padding: 0 0 0 1em;
	vertical-align: top;
}

.class { font-weight: bold; }

td.boxed
{
	border-color: #405686;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

td.topline
{
	border-color: #405686;
	border-width: 1px 0 0 0;
	border-style: solid;
}

a
{
	color: #405686;
	text-decoration: none;
	font-weight: 600;
}

a:active { color: #000; }

li.home a:hover,
li.sche a:hover,
li.clas a:hover,
li.work a:hover,
li.teac a:hover,
li.fees a:hover,
li.news a:hover,
li.abou a:hover,
li.cont a:hover
{
	text-decoration: underline;
	color: #405686;
}

li a:hover
{
	text-decoration: none;
	color: #000;
}