@charset "utf-8";
/* CSS Document */

html
{
	height: 100.01%;
}

body
{
	background-color: #e9e9e9;
	background-image: url(images/bg-tartan.png);
	background-attachment: fixed;
	background-position: left top;
	background-repeat: repeat;
	color: #001c2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0px;
}

table#CENTERCOL
{
	background-color: #fff;
	border-left: 5px solid #177182;
	border-right: 5px solid #177182;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px;
	width: 800px;
}

table#heading
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 800px;
}
	table#heading td.left { width: 175px; }
	table#heading td.center { font-size: 36px; font-variant: small-caps; text-align: center; }
	table#heading td.right { width: 175px; }

hr.divider1
{
	color: #001c2e;
	height: 1px;
	width: 800px;
}
	
div#MAIN
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

div#MAIN div#MENU
{
	clear: left;
	float: left;
	width: 175px;
}

div#MENU div#BUTTONS a
{
	background-color: #e8dfc2;
	border: 1px solid #177182;
	clear: both;
	color: #001c2e;
	cursor: pointer;
	display: block;
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 2.5em;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
	width: 175px;
}
	div#MENU div#BUTTONS a:hover
	{
		background-color: #a7e2ff;	
	}

div#MENU p
{
	font-size: 10px;
	line-height: 1.5em;
	margin: 0px;
	text-align: center;
}

div#MENU p a
{
	color: #001c2e;
	text-decoration: none;
}
	div#MENU p a:hover
	{
		color: #0000FF;
		text-decoration: underline;
	}


div#MAIN div#CONTENT
{
	clear: right;
	float: left;
	margin-left: 10px;
	width: 615px;
}

div#MAIN div#CONTENT div.PageHeading
{
	clear: both;
	color: #001c2e;
	display: block;
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 2.5em;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	width: 100%;
}

div#MAIN div#CONTENT p
{
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 1em 0;
}

ul.events
{
	margin-top: 0; 
	padding-top: 0;
	padding-bottom: 1em;
}

ul.links
{
	margin-top: 0; 
	padding-top: 0;
	padding-bottom: 1em;
}
	ul.links li { line-height: 2em; }

table.board { line-height: 2em; }
table.board tr td.position { border-top: 1px dotted #999; text-transform: uppercase; }
table.board tr td.officer { padding-left: 20px; }

table.teachers { line-height: 2em; }
table.teachers tr td.location { border-top: 1px dotted #999; text-transform: uppercase; }
table.teachers tr td.person { padding-left: 20px; }