/** ------------------------------------------------------ **/
/** -------------------2 column layout -------------------- **/
body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10pt;
}

#skip-navigation{
}

#wrap{
	margin: 0;
	text-align: left;
	width: auto;
}

#header{
	position: static;
}

#centerc{
	background-image: none;
	display: inline;
	float: none;
	height: auto;
	min-height:auto;
	margin-left:0px;
	width:auto;
}
html>body #centerc{height:auto} 

#centerc_home{
	color:#000000;
	float:none;
	height:auto;
	min-height:auto;
	margin-left:0px;
	width:auto;
}
html>body #centerc_home{height:auto} 

#leftc{
	display:none;
}

#homelink {
	display:none;
}

#foot{
	border-top: 1px solid #606053;
	clear: both;
	display: inline;
	float: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
}

/** ------------------------------------------------------ **/
/** ------------------- header --------------------------- **/
#header img {
	display: block;
}

#header_graphic{

}
#header_strip{
	display:none;
}



/** ------------------------------------------------------ **/
/** ------------------- footer --------------------------- **/
#footerleft
{
    float: none;
}
#footerleft ul
{
    list-style: none; 
    margin: 0;
    position: static;
	white-space: nowrap;
	
}
#footerleft ul li
{
	color: #000000;
	display: inline;
	font-size: 0.8em;
	margin: 0;	
	padding-right: 11px;	
}
#footerleft ul li a
{		
	color: #000000;
	text-decoration: underline;
}
#footerleft ul li a:hover, #footerleft ul li a:active, #footerleft ul li a:focus
{	
    color: #606053;
	text-decoration: underline;	
}
#footerright
{
    float: none;
}
#footerright ul
{
    list-style: none; 
    margin: 0;
	padding-bottom: 5px;
    white-space: nowrap;
}
#footerright ul li
{
	color: #000000;
	display: inline;
	font-size: 0.9em;
	margin: 0;	
	padding-right: 11px;	
}
#footerright ul li a
{		
	color: #000000;
	text-decoration: underline;
}
#footerright ul li a:hover, #footerright ul li a:active, #footerright ul li a:focus
{	
    color: #CCCCCC;
	text-decoration: underline;	
}

#validated {
	clear:both;
	padding-top:5px;	
}

/** ------------------------------------------------------ **/
/** ------------------- HTML elements -------------------- **/

caption {
	font-weight: normal;
	text-align: left;	
}
th {
	font-weight: bold;
	text-align: left;	
}
pre {
	font-size: 0.8em;
	background-color: #CCCCCC;
	padding: 10px;
}


/** ------------------------------------------------------ **/
/** ------------------- form ------------------------- **/

form {
  margin: 0px;
  padding: 0px;
  }
fieldset {
  padding: 10px;
  padding-top: 10px;
  width: auto;
  }
legend {
  color: #FFFFFF;
  font-weight: bold;
  padding-bottom: 10px;
  }
input {
  float: left;
  font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
  margin-right: 10px;
  }
select {
  float: left;
  margin-right: 10px;
  font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
  }
textarea {
  font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
  }
input.buttons {
  float: none;
}
form fieldset div {
  padding-bottom: 0px;
  clear: both;
  }
form fieldset p {
  padding-bottom: 10px;
  margin: 0px;
  clear: both;
  }
label {
  display:block;
  float: left;
  width: 90px;
  margin-right: 10px;
  padding-bottom: 10px;
  }


/** ------------------------------------------------------ **/
/** ------------------- div table replacements ----------- **/

/*create a row*/
div.TableReplaceRow {
	clear: both;
	padding-top:0px;
  }
/*label cell*/
div.TableReplaceRow div.TableReplacelabel {
	float: left;
	text-align: left;
	width: 160px;
	margin: 0px;
  }
/*data cell*/
div.TableReplaceRow div.TableReplacedata {
	float: left;
	text-align: left;
	margin: 0px;
  } 
 /*data cell*/
div.TableReplaceRow div.TableReplaceRight {
	float: right;
	margin: 0px;
  } 
div.TableReplaceRowClear {
	clear: both;
  }
  
.clearboth {
	clear:both;
}
  
/** ------------------------------------------------------ **/
/** ------------------- bespoke -------------------------- **/

#centerc #divContentTitle {
}
#centerc #divContentImage {
	float:right;
	padding-left: 20px;
	width: 188px;
}
#centerc #divContentTitle img {
	display: block;
}
#centerc #divContentText {
	float:none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: auto;
}

#centerc_home #divContentTitle {
}
#centerc_home #divContentImage {
	float:right;
	padding-left: 20px;
	width: 335px;
}
#centerc_home #divContentTitle img {
	display: block;
}
#centerc_home #divContentText {
	float:left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: auto;
}

#centerc_home #divHomeWelcome {
	clear:both;
	margin-left: -173px;
	margin-top:25px;
	position: relative;
	width: 261px;
}
