/* ####################
TOC...
BASIC SEMANTIC STYLES
LINK STYLES
TRICKY STYLES
############################## */

/* ####################
WE NEED THIS html STYLE TO ADD A SCROLLBAR TO FIREFOX SO AS TO GET RID OF THE 20 PIXEL SHIFT THAT THEY SO LOVINGLY ADD TO LONG PAGES
############################## */
html 
	{
     overflow: -moz-scrollbars-vertical;
	}
html, body 
	{
  	height: 100%; /* Required */
	}
#mainJoint
	{
	width:960px;
	margin:0 auto;
	}
body
	{
	/*letter-spacing:.03em;*/
	text-align:center;
	font-family:arial, sans-serif;
	width:100%;
	background: #ffffff url(images/bg.gif) repeat-x;
	margin:0;
	padding:0;
	}
#topHat
	{
	float:right;
	line-height:18px;
	margin:8px 0 11px 0;
	}
#topWhiteBoxBG
	{
	padding-top:5px;
	clear:both;
	width:960px;
	height:271px;
	background:url(images/topWhiteBoxBG.gif) no-repeat;
	}
#topBlueBar
	{
	clear:both;
	margin:0 5px 5px 5px;
	width:950px;
	height:79px;
	background:url(images/home_topBlueBarBG.gif) no-repeat;
	}
#nav
	{
	float:left;
	}
	#topNav
		{
		margin:8px 0 5px 9px;
		color:#9495e8;
		font-size:12px;
		float:left;
		height:30px;
		background:url(images/home_transparent.png) no-repeat;
		}
	#bottomNav
		{
		margin:0 0 0 9px;
		clear:both;
		}
	#BlueLiveUnited
		{
		float:right;
		}
.body-container
	{
	background:none repeat scroll 0 0 #FFFFFF;
	margin:0 auto;
	padding:0 0 0 5px;
	width:955px;
	}
.col-1 
        {
	padding:0 0 3px;
	width:256px;
	}
.col-2 
        {
	width:300px;
	}
.col-2b
	{
	width:475px;
	}
.col-3 
        {
	width:350px;
	}
.right
	{
	text-align:right;
	}
.italic
	{
	font-style:italic;
	}
#cursive
	{
	font-family: "Monotype Corsiva", "URW Chancery L", "Apple Chancery", cursive;
	}
.columnLayout
	{
	background:none repeat scroll 0 0 #FFFFFF;
	clear:both;
	float:left;
	width:955px;
	margin:0 auto;
	padding:0 0 7px 5px;
	}
.columnLayout .firstColumn, .columnLayout .secondColumn
	{
	float:left;
	}
#mainCol .firstColumn
	{
	width:250px;
	overflow:hidden;
	}
#mainCol .secondColumn
	{
	padding:0 15px 0 15px;
	width:450px;
	overflow:hidden;
	}
#mytable {
  border-collapse: collapse;
 }
 #mytable td
 {
  border: 1px solid #000;
  padding: 3px;
 }
#links a:hover
			{
			text-decoration:none;
			color:#9b9ea8;
			margin:0 10px 0 10px;
			}
/*#############################################
BASIC SEMANTIC STYLES BELOW
#############################################*/
div
	{
	text-align:left;
	}
p, li, ul, td
	{
	line-height:18px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color:#666;
	}	
p
	{
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	text-align:justify;
	}
h1
	{
	margin:10px 0 5px 0;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 19px;
	font-weight:bold;
	color:#2f3196;
	}
	h1.aboveVideo
		{margin:0 0 5px 0;}
h2
	{
	margin:0 0 5px 0;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color:#2f3196;
	}
h3
	{
	margin:0 0 5px 0;
	font-size:13px;
	font-family: "Trebuchet MS", arial, sans-serif;
	color:#044e89;
	font-weight:normal;
	}
h4
	{
	margin:0px 0px 0px 0px;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 13px;
	color:#044e89;
	}
hr
	{
	padding:0 0 0 0;
	border: 0;
	color: #F0F0F0;
	background-color: #F0F0F0;
	height: 1px;
	margin:0 20px 5px 0px;
	}
ul
	{
	list-style-type:square;
	padding-left:1em;
	padding-bottom:5px;
	margin:0px 0px 5px 7px;
	}
ul
	{
	color:#737b80;
	list-style-image: url(images/bullet_square.gif);
	padding-left:1em;
	margin:10px 0px 5px 14px;
	}
	ul li
		{
		font-weight:normal;
		padding:0px 0px 5px 0px;
		}
ul.arrows
	{
	color:#737b80;
	list-style-image: url(images/bullet_arrows.gif);
	margin:0px 0px 5px 0px;
	}
	ul.arrows li
		{
		margin:0px 0px 0px 0px;
		font-weight:normal;
		padding:0px 0px 0px 0px;
		}
/*#############################################
LINK STYLES BELOW
#############################################*/
a:link
	{
	line-height:18px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color:#044e89;
	text-decoration:none;
	}	
a:visited
	{
	line-height:18px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color:#044e89;
	text-decoration:none;
	}
a:hover
	{
	line-height:18px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color:#044e89;
	text-decoration:underline;
	}
/*#############################################
FORM STYLES BELOW
#############################################*/
.red
	{
	color:#f91515;
	}
.noBorder
	{
	border-style:none;
	}
.noBorderNoBg
	{
	border-style:none;
	background-color:transparent;
	}
input, textarea, select {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #a09d9d;
}
input.niceField
	{
	background:transparent !important;
	border:1px solid #d9dae1;
	}
/*#############################################
TRICKY STYLES
#############################################*/
.skip {/*this ones to hide text, but screen readers will see it....508 compliance tdb */
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute; /* for the benefit of IE5 Mac */
}
