﻿html
{
	background: #A5DFB2;
}

#doc
{
	background: #FFF;
	border: solid 1px #000;
	margin-top: 13px;
}

#hd
{
	background: url(header.jpg) no-repeat 0 0;
	height: 115px;
}

h1, h2, h3
{
	margin-top: 0;
	margin-bottom: 0;
	color: #063;
}

.content
{
	margin: 5px;
	margin-bottom: 15px;
}

ul.events
{
	margin-top: 0;
	margin-left: 0;
	font-size: 110%;
}

ul.events li
{
	list-style: none;
	padding: 1px;
}

ul.events li.alt
{
	background: #A5DFB2;
}

.imgStudents
{
	float: left;
	margin: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

.imgPrincipal
{
	float: right;
	margin: 5px;
}

#yui-main a:link, #yui-main a:visited, #yui-main a:active
{
	color: #063;
}

#yui-main a:hover
{
	text-decoration: underline;
}

.tblFaculty
{
	width: 100%;
}

.tblFaculty td
{
	width: 50%;
	border: none;
	border-bottom: solid 1px #000;
	padding: 3px;
	vertical-align: top;
}

.yui-skin-sam tr.yui-dt-odd
{
	background: #A5DFB2;
}

.yui-skin-sam tr.yui-dt-highlighted
{
	background: #4AC05F;
}

