﻿body, textarea, table, tr, td{
		font-family: calibri, helvetica, arial;
		font-size: 11pt;

}

body {

	background-color:#362F2D;
    background-image:url(img/bl2_bg.jpg);
	background-position:top left;
	background-repeat: repeat;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 10px auto;
/*	position: relative; */
}

p
{
	margin: 2px;
	padding: 2px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}


/* NAMED ELEMENTS */

#main
{
    width: 100%;
	padding: 5px;
	margin: 5px;
	text-align: center;
}

#header
{
	width: 960px;
}

#logo
{
    text-align: center;
    vertical-align: top;
    height: 244px;
    width: 633px;
    top: 0px; left: 0px;
}

#updates
{
    text-align: right;
    vertical-align: top;
    width: 316px;
    position: absolute;
}

#updateList
{
    height: 100px;
    width: 280px;
    overflow-y: auto;
    text-align: left;
}


#updateItems
{
    margin: 0px;
    font-size: 8pt;
    color: #FF3333;
    background-color: #5F3020;
}


#nav
{
    width: 960px;
    color: #FF3333;
    background-color: #5F3020;
    border: 2px solid #FF7E59;
    margin-top: 10px;
}

#content
{
    width: 960px;
    text-align: left;
/*    background-color: #372F2D; */
}

#contentBody
{
    width: 960px;
    height: 500px;
	background-image: url(img/BL2girl.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: left;
}

#footer
{
	padding-top: 5px;
}

.level1
{
    width: auto;
    padding: 0px;
    text-align: center;
    margin: 5px;
}

.hoverstyle
{
    font-weight: bold;
}

.level2
{
    width: auto;
	padding: 2px;
    color: #FF3333;
    font-weight: bold;
}

.textBox
{
	color: #FF3333;
	background-color: white;
	border: solid 1px #FF3333;
}

.button
{
	color: #D24622;
	font-weight: bold;
	background-color: white;
	border: solid 1px #989A37;
}

.redTitle
{
	font-weight: bold;
	font-size: 14pt;
	color: #D24622
}

table.registrationTable
{
    border: solid 1px #8B8429; 
    width: 600px; 
    height: 250px; 
    background-color: White;
    color: Red;
}

table.registrationTable td
{
    padding: 5;
    text-align: center;
}

.entryLabel 
{
    color: Red;
}

table.registrationTable a
{
    color: Red;
    text-decoration: underline;
}
