@CHARSET "UTF-8";

html
	{
	}

body
	{
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	background-image: url(images/page_background-light.jpg);
	background-position: 50px 90px;
	background-repeat: no-repeat;
	color: #777777;
	background-color: #ffffff;
	font-family: arial, verdana, helvetica, sans-serif;
	}

h1
	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	width: 15.5em;
	border-bottom: 1px solid #cccccc;
	color: #800000;
	background-color: transparent;
	margin-bottom: 1.5em;
	}

h2
	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #800000;
	background-color: transparent;
	margin-bottom: 1.0em;
	}

li
	{
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 14px;
	margin-left: 20px;
	list-style-position: outside;
	color: #880000;
	text-align: left;
	}

p, td
	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 1.3em;
	margin-bottom: 1.8em;
	margin-left: 2em;
	vertical-align: middle;
	}

ul.leftSide
	{
	margin-left: -0.5em;
	/* width: 45em; */
	list-style-type: circle;
	list-style-position: outside;
	}

img
	{
	border: none;
	}

td
	{
	vertical-align: top;
	}

blockquote
	{
	margin-left: 120px;
	}

#navigation a

	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.2em;
	color: #888888;
	background-color: transparent;
	margin-left: 2.5em;
	text-decoration: none;
}

#navigation a:hover

	{
	color: #000000;
	text-decoration: underline;
	}

.currentPage
	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.2em;
	color: #AB9854;
	font-weight: bold;
	background-color: transparent;
	margin-left: 2.5em;
	text-decoration: none;
	}


#container
	{
	height: 60em;
	width: auto;
	}

#header
	{
	width: auto;
	height: 5.9em;
	background-color: #800000;
	background-image: url(../images/header_fill.gif);
	background-position: top left;
	background-repeat: repeat-y;
	}

#bbLogo
	{
	position: relative;
	top: -2.2em;
	left: 3em;
	}

#pageContent
	{
	margin: 3.5em;
	}

/* ===========================   Classes   ===================================  */

.rightAlign
	{
	float: right;
	}

.leftAlign
	{
	float: left;
	margin-right: 2.0em;
	}

.videoMargin
	{
	margin-right: 4em;
	margin-bottom: 2.5em;
	}

.videoDescription
	{
	width: 90%;
	}

.footerLogo
	{
	margin: 3.0em;
	z-index: 15;"
	}
