body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background: #f8f8ff url(../images/homepag01.gif) repeat-x left top;
	background-color: #f8f8ff;
}
/* Header */
#header{
    margin:0px auto;
    height:65px; 
	background-color:White;	
	width:960px;
	padding-bottom:15px;
    background: #FFFFFF url(../images/homepage01.gif) repeat-x left top;	
}
#myheader {
	padding: 23px 5px 12px 0px;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	margin:0px auto;
	background-color:White;
	width:960px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2
 {
	float:left;
	position:relative;	
	overflow:hidden;
	width:100%;
}
/* 2 Column (left menu) settings */
.leftmenu .colleft {
	right:693px; /* right column width right:73%;*/	
}
.leftmenu .col1 {
    width:73%;	/* right column content width */
    left:100%;	/* 100% plus left column left padding */
}
.leftmenu .col2
{
	width:250px;			/* left column content width (column width minus left */
}

/* Footer styles */
#footer
{
    clear: both;
	margin: 0px auto;
	padding: 30px 0px;
	
	width:960px;
	background-color: #f8f8ff;
}
#footer p {
	padding:10px;
	margin:0;
}

/** BOX1 */
#box1 {
	border:solid 1px #CCCCCC;
	padding:5px 5px 20px 5px;
}

/** BOX2 */
#box2 { padding: 10px 5px 20px 5px; }

/** BOX3 */
.box3 { padding-bottom: 20px; }

/* Used on sub-page. */
/***************************************/
.box3aleft {
	padding: 10px 10px 10px 0px;
	width:310px;
	float:left;
} 
.box3aright {
	float:right;
	width:310px;
}
/****************************************/
/** BOX4 */
#box4 {
	float: left;
	width: 250px;
	padding:0px 0px 10px 0px;
	
}

/** BOX5 */
#box5 {
	float: left;
	width: 240px;
	padding: 0px 0px 20px 10px;
	
}

/** BOX6 */
#box6 {
    /*padding-bottom:10px;*/
     width:500px;
   /*height:264px;
    background: url(../images/Header/MakingBetter.gif) no-repeat;*/
}

/** BOX8 */
#box8 { 
    float:right;
    width:384px;
    text-align:center;
}

/* Used in AD left column, subpage. */
/*****************************************/
#boxBottomLeft{ height:214px; }

#boxBottomLeft a{
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;   
}
#boxBottomLeft a:hover{
    text-decoration:none;  
}

/*****************************************/
/* Used in right column, subpage.*/
/*****************************************/
#boxTopRight{
    background: url(../images/training1.gif) no-repeat;
    padding:0px 0px 20px 0px;
}

#boxTopRight a{
    display:block;
    width:100%;
    height:100px;
    text-decoration:none;   
}

#boxTopRight a:hover{ text-decoration:none; }

#boxBottomRightTags{padding-top:5px;}
/*****************************************/
/* Used in right column, training section.
/*****************************************/
#boxTraining
{   float:left;
    padding:   10px 2px 0px 2px;
    text-align:center; }
/***************************************/
/* Manipulate Icons */
/***************************************/
.iconImage{
   padding-right:13px;
   float:left;
}
/***************************************/
/* Quote Styles  */
/***************************************/
.quoteBody{
  float:right; 
  color:#0e8baf;
  padding: 20px 10px 20px 80px;
}
.quoteSignature{
  float: right; 
  font-style: italic; 
}

/***************************************/
/* Article Format  */
/***************************************/
#articleBody{
    width:450px;
}
#articleRightColumn{
    width:190px;
    float:right;
    padding-left:10px;
}

/***********FaceBook Control*********************/
faceBookText
{
    font-size: 8px; 
    padding-left: 10px;
}
/******************Error*************************/
#Error
{
    border:solid 2px gray; 
    width:50%; 
    padding:25px;
    text-align:center;
}
.errorMessage
{
    color: Red; 
    font-size: larger; 
    font-weight: bold; 
}
/****************Registration******************/
 .txtAddress
{
    height: 38px;
    width: 141px;
}
#registrationLeft
{
    width: 19%; 
    float: left; 
    height: 314px;
}
#registrationContent
{
    width: 76%; 
    float: left; 
    padding: 10px;  
}
#registrationText
{
    width:69%;
}
#registrationInput
{
    width: 30%; 
    float: right; 
}
.registrationTable
{
    border: 2px; 
    border-color: #368EA9; 
    
}
/*Default Page*/
#center {
	float: left;
	padding: 0px 10px 0px 0px;
	width: 500px;	
}
#right {
    float: left;
    width: 150px;
   
}
#subPage {
	float: left;
	padding: 5px 10px 0px 15px;
    background-color:White;
}  

/** BACKGROUNDS */

.bg1 { background: url(../images/homepage05.gif) repeat-x left bottom; }
.bg2 { background: url(../images/homepage01.gif) repeat-x left top; }


#spacer{width: 670px;}