
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../_images/Layout/back_gradient.jpg);
	vertical-align: top;
}

.thrColFixHdr #footer {
	padding: 0 0px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #00457C;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.PuzzleImage{
	z-index: 1;
	height: 110px;
	width: 220px;
	position: absolute;
	top: -2px;
	margin: 0px;
	padding: 0px;
	clear: right;
	float: left;
	left: 886px;
	right: auto;
	bottom: auto;
}
.MenuHolder{
	z-index: 10;
	height: 25px;
	width: 450px;
	position: absolute;
	top: 132px;
	margin: 0px;
	padding: 0px;
	clear: right;
	float: left;
	left: 40%;
	right: auto;
	bottom: auto;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;

}
.MainTable{
	vertical-align:top;
}
.SideTable{
	vertical-align:top;
	width:220px;
	height:418px;
	margin: 0px;
	padding: 0px;
	
}
.CenterTable{
	vertical-align:top;
	width:340px;
	height:418px;
	margin: 0px;
	padding: 0px;
	
}
.LargeRightTable{
	vertical-align:top;
	width:557px;
	height:418px;
	margin: 0px;
	padding: 0px 20px 0 0;
	float: left;
}
.BannerTable{
	vertical-align:top;
	width:780px;
	height:164px;
	margin: 0px;
	padding: 0px;
	background-image: url(../_images/Layout/banner_with_puzzle.png);
}
.TwoColorHeader
{
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 0 25px 0 25px;
	text-indent: 20px;
	height: 27px;
}
.TwoColorHeaderCentered
{
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin: 0 25px 0 25px;
	text-indent: 0px;
	height: 27px;
}
.FrontMenuItem{
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 15px;
	font-weight: normal;
	line-height: 55px;
	text-align: left;
}
.FrontMenuItem a{
	color: #00447C;
	text-decoration: none;

}
.bodyParagraph {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:	5px 25px 10px 5px;
	

}

.bodyParagraph #pointer{

	cursor:pointer;
	

}
.bodyParagraph #pointer2{

	cursor:pointer;
	

}
.bodyLargeParagraph {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	padding:	5px 25px 10px 5px;
	

}

.HEADERLEFT{color: #00457C}
.HEADERRIGHT{color: #00AEEF}
.MenuLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-indent: 10px;
}
.MenuLink a{
	text-decoration: none;
	color:	#000000;
}
.HomeMenuLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-indent: 10px;
	text-align: left;
}
.HomeMenuLink a{
	text-decoration: none;
	color:	#000000;
}
.BannerTable {
            width: 100%;
            float: left;
            background-image: url(../_images/Layout/banner_with_puzzle2.png);
            height: 164px;
            text-align: right;
            
}
.BannerTable #navmenu {
	padding: 0px 15px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #00457C;
	z-index: 1;
	font-style: normal;
} 
.BannerTable #navmenu a{
	font-style: normal;
	color: #00447C;
	font-variant: normal;
	text-decoration: none;
}  
.leftNav {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: left;
	padding-bottom: 15px;
	text-indent: 10px;
} 
.leftNav a{
	font-style: normal;
	color: #00447C;
	font-variant: normal;
	text-decoration: underline;
} 
.NewsTease {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: left;
	padding: 5px 25px 30px 10px;
	 
} 
.NewsTease img{
	float:left;
	width: 80px;
	margin-right: 10px;
	
} 
.StandardTable
{
	width: 500px;
}

.ManagerHeader{
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	background-color:Silver;
}
.modalBackground
{
 background-color:Gray;
 filter:alpha(opacity=70);
 opacity:0.7;
}
.popUpHeader
{
    margin: 0 0 0 0;
    background-color:#99CCFF;
    text-indent: 15px;
       
    font-size:small;
    vertical-align:middle;
    border-color:Black;
    border-style:solid;
    border-width:1px;
    
    
    
    
}
