html { 
	min-height: 101%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #CCCCCC;
}
p, ul, ol, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
p {
	margin: 0;
	padding: 0 0 1.5em 0;
	line-height: 1.5em;
	font-size: 12px;
	color: #666666;
}
h2 {
	margin: 0;
	padding: 0 0 .2em 0;
	line-height: 1.2em;
	font-size: 15px;
	font-weight: normal;
	color: #FF679A;
}
h3 {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-size: 13px;
	font-weight: normal;
	color: #FF679A;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF679A;
}
img {
	border: none;
}



.attention {
	font-weight: normal;
	color: #FF679A;
}
.note {
	font-size: 10px;
	line-height: 1.5em;
}
h2 span.note {
	font-size: 10px;
	color: #666666;
}



/* ************************************************** div#page ****************************** */
div#page {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	background-image: url(/images/bkg_page.gif);
	background-repeat: repeat-y;
	background-position: 0 155px;
}



/* ************************************************** div#header ****************************** */
div#header {
	overflow: hidden;										/* float clearing fix */
	width: 780px;
	height: 158px;
	margin: 0;
	padding: 0;
	background-image: url(/images/bkg_header.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#header h1 {
	display: block;
	width: 760px;
	height: 138px;
	margin: 10px 10px 0 10px;
	padding: 0 0 10px 0;
	background-color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	background-image: url(/images/titles/rotator.php);
	background-position: center top;
	background-repeat: no-repeat;
}
#header h1 a {
	display: block;
	width: 180px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	outline: none;
}



/* ************************************************** div#column ****************************** */
div#column {
	float: left;
	display: inline; 										/* double margin float bug fix */
	width: 156px;
	margin: 0 12px 0 22px;
	padding: 20px 0 30px 0;
	text-align: left;
}
#column ul {
	width: 156px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#column li {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 12px;
	line-height: 1;
	color: #999999;
}
#column a {
	color: #999999;
	text-decoration: none;
}
#column a:hover {
	color: #FF679A;
}
#column .current a {
	color: #FF679A;
}
#column ul.subnav {
	width: 144px;
	margin: 0 0 0 12px;
	padding: 1em 0 0 0;
	list-style-type: none;
}
#column .subnav li {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 12px;
	line-height: 1;
	color: #999999;
}
#column .subnav a {
	color: #999999;
	text-decoration: none;
}
#column .subnav a:hover {
	color: #FF679A;
}
#column .subnav .current a {
	color: #FF679A;
}



/* ************************************************** div#content ****************************** */
div#content {
	float: right;
	display: inline; 										/* double margin float bug fix */
	width: 470px;
	margin: 0 100px 0 20px;
	padding: 20px 0 30px 0;
	text-align: left;
}
#content ul, #content ol {
	margin: 0 0 0 18px;
	padding: 0 0 1.5em 0;
}
#content li {
	line-height: 1.5em;
	font-size: 12px;
	color: #666666;
}
#content .bio {
	clear: left;
}
#content .biopic {
	float: left;
	display: block;
	margin: 3px 20px 20px 0;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 150px;
	background-color: #FF679A;
	border: solid 1px #000000;
}
#content table.tuition {
	margin: 0 0 1em 0;
	padding: 0;
}
#content .tuition td {
	padding: 0 40px 0 0;
	line-height: 1.5em;
	font-size: 12px;
	color: #666666;
}
table.schedule {
	width: 450px;
	margin: 0 0 1.5em 0;
	padding: 0;
}
.schedule td.time {
	width: 100px;
	padding: 0 10px 15px 0;
	line-height: 1.5em;
	font-size: 12px;
	color: #FF679A;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}
.schedule td.details {
	padding: 0 0 15px 0;
	line-height: 1.5em;
	font-size: 12px;
	color: #666666;
	text-align: left;
	vertical-align: top;
}



/* ************************************************** div#footer ****************************** */
div#footer {
	clear: both;
	width: 780px;
	margin: 0;
	padding: 0;
	background-image: url(/images/bkg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #cccccc;
}
#footer p {
	margin: 0 10px;
	padding: 8px 0 0 0;
	font-size: 9px;
	color: #ffffff;
	text-align: center;
}
#footer p.credits {
	padding: 12px 0 0 0;
	text-align: right;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}







