/* Global Style Sheet  */

/**
 * 	All Imported Style Sheets
 *   	@import url(' '); 
 */



/**
 *	Overridden Html Tags
 *	Set intial Defaults
 *	
 */

body {

	background-color: #fff;
	color: #333;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Serif;
	font-size: 11pt;
	text-align: center;
}

h1 { 
	font-size: 18pt;
	line-height: 21pt;
	font-family: "Trebuchet MS", "Arial Narrow", geneva, helvetica, sans-serif;
	font-weight: normal;
	color: #1285B4;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

h2 { 
	font-size: 14pt;
	line-height: 16pt;
	font-family: "Trebuchet MS", "Arial Narrow", geneva, helvetica, sans-serif;
	padding-top: 10px;
	font-weight: normal;
	color: #1285B4;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

h3 { 
	font: normal 12pt "Trebuchet MS", "Arial Narrow", geneva, helvetica, sans-serif; 
	font-weight: bold;
	letter-spacing: 0px; 
	margin-bottom: 0px; 

	}




p.no {

margin-top: 0px;
padding-top: 0px;

}

a:link { 
	text-decoration: none; 
	color: #33B3E3;
	}
a:visited { 
	text-decoration: none;
	color: #33B3E3;
	}
a:hover, a:active { 
text-decoration: none; 
	color: #33B3E3;
	}

table, img {
	border: 0px;
}


.error {
	color: #fff;
}

ul 
{
    padding: 0px 0px 0px 40px;
    margin: 0px 0px 0px 0px;   
    
     }
     
   li 
{
    padding: 20px 0px 0px 0px;
    margin: 0px 0px 0px 0px;   
    
     }
     
ul ul 
{
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 0px 0px;
 
    
     }
     
li li
{
    padding: 8px 0px 0px 0px;
    margin: 0px 0px 0px 0px;   
    
     }

/**
 *	Page Layout Divs
 *	Set layout & background styles.
 */
#canvas{
	border: 0px solid red;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 767px;
    text-align: left;
    padding: 0px 0px 0px 0px;
	
}


 #contents 
   {
    
           
    }


/**
 *	Page Header
 *	All Header Styles
 */
 

.header {
	
	border: 1px solid #7F997F;
	color: #333;
	font-size: 10px;
	border: 0px solid red;
	margin: 10px 0px 10px 0px;

}


       
.tagLine 
{
    margin: 3px 0px 0px 0px;
    font-size: 14px;
    font-family: garamond, Times New Roman, Serif;
    
    }
 

/**
 *	Page Body
 *	All Body Styles
 */
.home {

border: 0px solid red;

}

#content 
{
    margin: auto;
	width: 767px;
	overflow: hidden;
	float: none;
	padding: 0px 0px 40px 0px;
	margin-top: 0px;
	border: 0px solid red;
    
    }
 
 
/* NAVIGATION */
   
.navcontainer {

    width: 767px;
    height: 43px;
	margin: 0px 0px 10px 0px;
	border: 0px solid red;
	background-image: url(../images/nav.gif);
	
}

.navcontainer ul 
{
	border: 0px solid red;
	position:absolute;
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	list-style-type: none;
	text-align: left;
	border-bottom: 0px solid #4A7094;

	
}

.navcontainer ul li { 
	display: inline;
	z-index: 1;
}

.navcontainer ul li span { 
	font-size: 12px;
}

.navcontainer ul li a, #navcontainer ul li a:visited {

	border: 0px solid green;
	text-decoration: none;
	float: left;
	margin: 0px;
	height: 36px;
	width: 191.5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:center;
	z-index: 1;
	color: #FDA566;
}

.navcontainer ul li a:hover {
background-color: #F0B258;
	color: #fff;
}

.navcontainer ul li a.active {

	background-color: #F0B258;
	color: #fff;
}

/* fastereasierbetter */



/**
 *	Page Footer
 *	All Footer Styles
 */




.footer
{
	font-size: 10px;
    border-top: 0px solid #ccc;
    text-align: right;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 40px 0px;
    }
    
.footer a:link,  #footerContent a:visited,  #footerContent a:active 
{
    color: #fff;
    text-decoration: underline;    
    
    }
 
.footer a:hover   
{
    color: #ccc;
    text-decoration: underline;    
    
    }




.footer .subpage {
	
}

#credits {

}

/** This is the Misc */




/** QuickForms **/

.quickForm input.button
{
      margin: 20px 20px 20px 0px;  
	  background-image: url(../images/bg_signup.gif);
	  height: 40px;
	  width: 120px;
    
    }
