﻿body
{
	background	: #A8A8A8;
}

/* content */
.banner
{
	height		: auto;
	width		: auto;
	margin		: 0px auto 0px auto;
	padding		: 0px 0px 0px 0px;
	text-align	: center;
}

.hyperlink
{
	color		: White;
	font		: 11pt Georgia;
}

.page
{
	height		: auto;
	width		: 800px;
	margin		: 0px auto 0px auto;
	padding		: 0px 0px 0px 0px;
	background	: #FFFFFF;
	font		: 1em Georgia;
}

.officerLeftColumn
{
	height		: auto;
	width		: 360px;
	margin		: 0px 0px 0px 0px;
	padding		: 0px 15px 0px 0px;
	font		: 1em monospace;
	text-align	: right;
}

.officerRightColumn
{
	height			: auto;
	width			: 360px;
	margin			: 0px 0px 0px 0px;
	padding			: 0px 0px 0px 15px;
	font			: 1em monospace;
	vertical-align	: top;
}

.pastMastersLeftColumn
{
	height		: auto;
	width		: 360px;
	margin		: 0px 0px 0px 0px;
	padding		: 0px 0px 0px 50px;
	font		: 1em monospace;
}

.pastMastersRightColumn
{
	height			: auto;
	width			: 360px;
	margin			: 0px 0px 0px 0px;
	padding			: 0px 0px 0px 0px;
	font			: 1em monospace;
	vertical-align	: top;
}

.statusBar
{
	text-align : center;
}
/* end content */

/* buttons */
.button
{
	height		: 25px;
	width		: auto;
	text-align	: center;
	color		: #FFFFFF;
	cursor		: pointer;
	font		: 14pt Georgia;
	margin		: 0px 0px 0px 0px;
	padding		: 0px 0px 0px 0px;
	background	: url('/images/buttons/blue.png');
}

.buttonLeft
{
	height		: 25px;
	width		: 9px;
	text-align	: center;
	color		: #FFFFFF;
	cursor		: pointer;
	margin		: 0px 0px 0px 0px;
	padding		: 0px 0px 0px 0px;
	background	: url('/images/buttons/blueLeft.png');
}

.buttonRight
{
	height		: 25px;
	width		: 9px;
	text-align	: center;
	color		: #FFFFFF;
	cursor		: pointer;
	margin		: 0px 0px 0px 0px;
	padding		: 0px 0px 0px 0px;
	background	: url('/images/buttons/blueRight.png');
}

.buttonWithDivider
{
	height		: 25px;
	width		: auto;
	text-align	: center;
	color		: #FFFFFF;
	cursor		: pointer;
	font		: 14pt Georgia;
	margin		: 0px 0px 0px 0px;
	padding		: 0px 0px 0px 0px;
	background	: url('/images/buttons/blue.png');
	border-left	: solid 1px #FFFFFF;
}
/* end buttons */

/* page border */
.topLeft
{
	height		: 50px;
	width		: 30px;
	margin		: 0px 0px 0px 0px;
	padding		: 0px 0px 0px 0px;
	background	: url('/images/page/topLeft.jpg');
}

.top
{
	height		: 50px;
	width		: auto;
	margin		: 0px 0px 0px 0px;
	padding		: 0px 0px 0px 0px;
	background	: url('/images/page/top.jpg') repeat-x;
}

.topRight
{
	height		: 50px;
	width		: 50px;
	margin		: 0px 0px 0px 0px;
	padding		: 0px 0px 0px 0px;
	background	: url('/images/page/topRight.jpg');
}

.right
{
	height		: auto;
	width		: 50px;
	margin		: 0px 0px 0px 0px;
	padding		: 0px 0px 0px 0px;
	background	: url('/images/page/right.jpg') repeat-y;
}

.bottomRight
{
	height		: 50px;
	width		: 50px;
	margin		: 0px 0px 0px 0px;
	padding		: 0px 0px 0px 0px;
	background	: url('/images/page/bottomRight.jpg');
	vertical-align : top;
}

.bottom
{
	height		: 50px;
	width		: auto;
	margin		: 0px 0px 0px 0px;
	padding		: 0px 0px 0px 0px;
	background	: url('/images/page/bottom.jpg');
}

.bottomLeft
{
	height		: 50px;
	width		: 30px;
	margin		: 0px 0px 0px 0px;
	padding		: 0px 0px 0px 0px;
	background	: url('/images/page/bottomLeft.jpg');
}

.left
{
	height		: auto;
	width		: 30px;
	margin		: 0px 0px 0px 0px;
	padding		: 0px 0px 0px 0px;
	background	: url('/images/page/left.jpg') repeat-y;
}
/* end page border */