/* common */

body
{
	margin: 0px;
	padding: 0px;
	background-color: white;
}

img
{
	border: none;
}

div, form
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* / common */

/* content */

body, table
{
	font-family: Verdana, Arial, sans-serif;
}

body
{
	font-size: 12px;
}

table
{
	font-size: 11px;
}

h1, h2, h3, h4
{
	text-transform: uppercase;
	margin: 10px 0px;
}

h1
{
	font-size: 22px;
	margin: 0px 0px 10px;
}

h2
{
	font-size: 17px;
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 12px;
}

p, ul
{
	line-height: 125%;
}

p
{
	text-align: justify;
	margin: 10px 0px 10px;
}

ul
{
	margin: 10px 0px 10px;
	padding: 0px 0px 0px 20px;
}

	ul li
	{
		margin: 0px;
	}

	ul ul
	{
		margin: 0px;
	}

table
{
	border-collapse: collapse;
	border: 1px solid #BBBBBB;
	margin: 10px 0px 10px;
}

	table th
	{
		background-color: #CCCCCC;
		border: 1px solid #BBBBBB;
	}

	table td
	{
		border: 1px solid #BBBBBB;
	}

	table tr.odd
	{
		background-color: #EEEEEE;
		border: 1px solid #BBBBBB;
	}

a
{
	color: #FF0000;
}

a:visited
{
	color: #C80000;
}

a:hover
{
	color: #000000;
}

.smallfont
{
	font-size: 60%;
}
	
.formula
{
	font-family: 'Times New Roman', serif;
	font-size: 16px;
}

.scroller
{
	overflow-x: auto;
	border: 1px solid #BBBBBB;
}

/* /content */

.clearer
{
	clear: both;
}

/* staff page */

div.section
{
	clear: both;
}

	div.section div.person,
	div.section div.person_alt
	{
		float: left;
		width: 130px;
		margin: 5px 10px 5px 0px;
	}
		div.section div.person div.photo,
		div.section div.person_alt div.photo
		{
			/*text-align: center;*/
		}

		div.section div.person div.caption,
		div.section div.person_alt div.caption
		{
			/*text-align: center;*/
		}

	div.section div.person_alt
	{
		width: 270px;
		position: relative;
	}
		div.section div.person_alt div.photo
		{
			float: left;
		}

		div.section div.person_alt div.caption
		{
			position: absolute;
			left: 140px;
			bottom: 0px;
		}
/* /staff page */



