html{	overflow-y: scroll; height:100%;	}
body
{
	background-image: url(../Images/layout/bg2.gif);
	margin: 0px 0px 20px 0px;
	background-repeat: repeat-x;
	background-color: #F9F4E4;
	text-align: center;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a:link { 
	color: #444444;
	}
a:visited { 
	color: #444444;
	}
a:hover { 
	color: #444444;
	}
a:active { 
	color: #444444;
	}
	
.cursor
{
	cursor:pointer;
	cursor:hand;
}

.heading1
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#000000;
}
.subHeading1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.bodyText1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#916964;
}
.bodyText2
{
	font-size: 10pt;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
}
.container
{
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	width:816px;
}
.subContainer
{
	margin-top:-508px;
	margin-left:auto;
	width:716px;
}

.header
{
	width:100%;
	text-align:left;
	margin-top:5px;
	height:600px;
	font-size: 8pt;
	color: #444444;
	font-family:Arial, Helvetica, sans-serif;
}

.navcontrol
{
	width:706px;
	position:relative;
}

.navbar
{
	background:#ffffff;
	width:100%;
	float:left;
	text-align:center;
	padding-top:4px;
	BORDER-RIGHT: #d2c9bb 1px solid;
	BORDER-TOP: #d2c9bb 1px solid;
	BORDER-LEFT: #d2c9bb 1px solid;
}

.navimage
{
	cursor:pointer;
	cursor:hand;
	background-image:URL(../Images/nav/bgNav.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
	padding-top:2px;
	float: left;
    height: 55px;
    text-align: center;
    vertical-align:bottom;
    width:100px;    
}
.navimage:hover
{
	cursor:pointer;
	cursor:hand;
	background-image:URL(../Images/nav/bgNav.gif);
	background-position:-100px 0px;
	background-repeat:repeat-x;
}

.navdivider 
{
	cursor:pointer;
	cursor:hand;
	background: URL("../Images/nav/divider.gif");
	float: left;
    height: 55px;
    width:1px;
}

.SideNavControl 
{
    width:150px;
    margin-top:40px;
    margin-left:2px;    
}
.sidenavitem 
{
	margin-top:3px;
	margin-bottom:3px;
	FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #444444;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.HeaderControl
{
	width: 100%;
	font-size: 8pt;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
}
.contactUsTable
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.banner
{
	background-color:#ffffff;
	width:100%;
	text-align:center;
	BORDER-RIGHT: #d2c9bb 1px solid;
	BORDER-LEFT: #d2c9bb 1px solid;
}
.columnContainer
{
	background-color:#ffffff;
	width:100%;
	text-align:center;
	padding-bottom:10px;
	BORDER-RIGHT: #d2c9bb 1px solid;
	BORDER-LEFT: #d2c9bb 1px solid;
	BORDER-BOTTOM: #d2c9bb 1px solid;
}

.columns
{
	background: URL("../Images/layout/bgContent.gif");
	background-repeat:repeat-x;
	width:706px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
}

.leftColumn
{
	padding-left:5px;
	padding-bottom:10px;
	text-align:left;
	padding-top:20px;
	font-size: 10pt;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
}

.rightColumn
{
	text-align:left;
	vertical-align:top;
}
.labelTopMargin
{
	margin-top:5px;
}
.footer
{
	margin-left:auto;
	margin-right:auto;
	width:706px;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#916964;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	clear:both;
}
.FooterControl
{
	width: 100%;
	height: 20px;
	font-size: 8pt;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
}
.BulletHeadings td
{
	padding-right:3px;
	margin:0px;
	font-weight:bold;
}
.modalPopup 
{
    background-color:#000000;
    filter:alpha(opacity=50);    
    opacity:0.5;
	padding:3px;
	width:250px;
}
.popupControlHide
{
	visibility:hidden;
}
.popupControlShow
{
	visibility:visible;
}

.ScrollRadPane   
{   
    position: relative;   
}
