/* CSS Document */

body 
{ 
	margin-top: 20px;
	font-family: Arial, sans-serif;
	color: #BAB598;
	background-color: #000000; 
	background-image: url(images/ornate_wallpaper.jpg);
}

th
{
	font-family: Arial, sans-serif;
	color: #BAB598;
}

img
{
	border: 0px;
}

body, td
{
	font-size: 10px;
	vertical-align: top;
	text-align: left;
	color: #BAB598;
}

h1
{
	font-size: 18px;
	letter-spacing: -1px;
	font-family: Arial, sans-serif;
}


h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 12px;
}

a
{
	color: #ffe2af;
	font-weight: bold;
	text-decoration: none;
}

a:hover 
{
	color: #ffbd33;
	text-decoration: underline;
}

.centerAligner
{
	margin-left: auto;
	margin-right: auto;
}

.motherTable
{
	width: 100%;
	height: 100%;
}

.motherTableCell
{
	text-align: center;
}

.mainLayoutTable
{
	width: 980px;
	text-align: left;
}

.navPath
{
	font-size: 10px;
}

.hiddenPanel
{
	visibility: hidden;
 	display: none;
}

.visiblePanel
{
	visibility: visible;
	display: block;
}

.denseTextH2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	text-align: center;
	font-size: 18px;
}

.denseText
{
	line-height: 20px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: justify;
	width: 40%;
}

.insetImage
{
	display: block;
	float: center;
	padding: 20px;
}

/* ----------- FRONT PAGE STUFF ----------------- */

.bigLinkCell
{
	width: 180px;
	background-image: url(images/semiOpaqueBlack.png);
	padding: 10px;
}

.bigLink
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 0px;
}

.bigLink:hover
{
	text-decoration: underline;
}

.indentedDesc
{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
	text-align: justify;
}

/* ----------- EVENTS PAGE STUFF ---------------- */

.eventTitle
{	
	display: inline;
	font-size: 14px;
}

.eventDate
{
	padding-left: 30px;
	color: #FF99CC;
}

.eventDescription
{
	padding: 10px;
}

/* ----------- ASSOCIATES PAGE ------------------ */

.associatesBox
{
	width: 300px;
}

/*  -------------- INPUT FORMS --------------- */

.bswInputBox
{
	font-size: 10px;
	background-color: #FFFF66;
	width: 200px;
}

a.inlinelink
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a.inlinelink:hover
{
	text-decoration: underline;
}