/*************************************************
 STANDARD PAGE MARKUPS
*************************************************/
*
{
	margin:0;
	padding:0;
}

body
{
	font:0.75em Verdana,Tahoma,Arial,sans-serif;
	line-height:1.4em;
	color:#303030;
	background:#e8eaec;
}

/*************************************************
 PAGE HOLDER
**************************************************/
#pageHolder
{
	width:860px;
	margin:20px auto;
	padding:1px 0;
	background:#FFFFFF;
	color:#303030;
	border:1px solid #A0A0A0;
}

/*************************************************
 MASTER HEADER
*************************************************/
#masterHeader
{
	height:87px;
	width:auto;
	margin:1px 1px 1px 1px;
	color:#FFFFFF;
	BACKGROUND: #800000;
	
}

#masterHeader h1
{
	padding:25px 0 0 20px;
	font-size:2.4em;
	background-color:inherit;
	color:#FFFFFF;
	letter-spacing:-2px;
	font-weight:normal;
}

#masterHeader h2
{
	margin:10px 0 0 40px;
	font-size:1.4em;
	background-color:inherit;
	color:#FFFFFF;
	letter-spacing:-1px;
	font-weight:normal;
}

/*************************************************
 MASTER NAVIGATION
*************************************************/
#masterNavigation
{
	height:2.2em;
	line-height:2.2em;
	width:858px;
	margin:0 1px;
	background:#8F0000;
	color:#ffffff;
}

#masterNavigation li
{
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}

#masterNavigation li a
{
	display:block;
	padding:0 10px;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
}

#masterNavigation .selected
{
	background:#276f9c;
	color:#ffffff;
	text-decoration:none;
}

#masterNavigation a:hover
{
	background:#800000;
	color:#ffffff;
	text-decoration:none;
}

/*************************************************
 SPONSOR FOOTER
*************************************************/

#sponsorFooter
{
	clear:both;
	width:100%;
	padding:5px 0;
	margin:0 0 1px;
	font-size:0.9em;
	color:#f0f0f0;
	BACKGROUND: url(/Repository/images/masterFooterBg.jpg) #800000 repeat-x left top;
}

#sponsorFooter p
{
	padding:5;
	margin:0;
	text-align:center;
}

#sponsorFooter a
{
	color:#f0f0f0;
	background-color:inherit;
	font-weight:bold;
	font-size:0.8em;
}

#sponsorFooter a:hover
{
	color:#ffffff;
	background-color:inherit;
	text-decoration: underline;
}

/*************************************************
 MASTER FOOTER
*************************************************/

#masterFooter
{
	clear:both;
	width:858px;
	padding:5px 0;
	margin:0 1px;
	font-size:0.9em;
	color:#f0f0f0;
	BACKGROUND: url(/Repository/images/masterFooterBg.jpg) #800000 repeat-x left top;
}

#masterFooter p
{
	padding:0;
	margin:0;
	text-align:center;
}

#masterFooter a
{
	color:#f0f0f0;
	background-color:inherit;
	font-weight:bold;
	font-size:0.8em;
}

#masterFooter a:hover
{
	color:#ffffff;
	background-color:inherit;
	text-decoration: underline;
}

/*************************************************
 CONTENT STYLES
*************************************************/
.sideBox
{
	width: 29%;
	float: right;
	position: relative:
	font-size:0.9em;
	margin:1px 1px 1px 1px;
}

.mainBox
{
	width: 68%;
	float: left;
	position: relative
}

.contentBox
{
	width: 97%;
	float: left;
	text-align: center;
	font-size:0.9em;
	padding:20px 10px 10px 10px;
}

.contentBoxLeftSmall
{
	float:left;
	position: relative;
	width: 28%;
	text-align:left;
}
		
.contentBoxRightLarge
{
	float:right;
	position: relative;
	width: 68%;
	text-align:left;
}

.contentBoxLeftLarge
{
	float:left;
	position: relative;
	width: 68%;
	text-align:left;
}
		
.contentBoxRightSmall
{
	float:right;
	position: relative;
	width: 28%;
	text-align:left;
}

.contentBoxLeftMid
{
	float:left;
	position: relative;
	width: 49%;
	text-align:left;
}

.contentBoxRightMid
{
	float:right;
	position: relative;
	width: 49%;
	text-align:left;
}

.contentBoxFull
{
	float:left;
	position: relative;
	width: 98%;
	text-align:left;
}

.contentBox h2
{
	margin:0 0 16px 0;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#505050;
	background-color:inherit;
	text-align:left;
}

.contentBox p
{
	padding:0 0 1.6em 0;
}

.contentBox .boldText
{
	font-weight:bold;
}

.contentBox A
{
	color:#800000;
	background-color:inherit;
	text-decoration:none;
}

.contentBox A:link
{
	color:#8F0000;
	text-decoration:none;
	background-color:inherit;
}
.contentBox A:hover
{
	color:#8F0000;
	text-decoration:underline;
	background-color:inherit;
}

.importantStrong
{
	color:red;
	font-weight:bold;
}

.posTableGridded
{
	width					: 100%;
	BORDER					: 1px;
	BORDER-COLOR			: #000000;
	BORDER-STYLE			: solid;
	border-collapse: collapse;
}

.posTableTDStyle1
{
	background-color: #aa6677;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000
}

.posTableTDStyle2
{
	background-color: #cccccc;
	color: #000000;
	border: 1px solid #000000
}

.posTableTDStyle3
{
	background-color: #800000;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #000000;
	FONT-FAMILY				: Tahoma;
	FONT-SIZE				: 10pt;
	FONT-WEIGHT				: bold;
}

.posTableTDStyle4
{
	background-color: #eeeeff;
	color: #000000;
	border: 1px solid #000000
}