/*<meta />*/

body
{
	font-family: Arial;
	margin: 0;
	padding: 0;
}

#header
{
	border-top: solid 1px #D8DFE7;
	border-bottom: solid 1px #323C47;
	text-align: center;
}

#header .headerTitle
{
	white-space: nowrap;
}

#navigationContainer
{
	background-color: #B4BFCF;
	/* BB 4.5 doesn't support background-image so use background-color as a fall back */
	font-size: 21px;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	position: relative;
	font-family: Verdana;
	color: #000000;
	border-top: solid 1px #D8DFE7;
	border-bottom: solid 1px #323C47;
	background-image: url('../Images/Header.jpg');
}

#navigation
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li
{
	display: inline;
	border-left: solid 1px #BBBBBB;
	padding: 0 .5em;
}

#navigation li.first
{
	border: none;
}

#navigation li a
{
	color: #FFFFFF;
	text-decoration: none;
}

.button
{
	text-decoration: none;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -15px;
	margin-left: 5px;
	display: block;
	font-family: Verdana;
	color: #ffffff;
}

#content
{
	
}

#AboutBoxContainer
{
	position: relative;
	height: 255px;
}

#AboutBox
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -127.5px;
	margin-left: -157.5px;
}

