

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  	margin: 0;
  	padding: 0;
  	border: 0;
  	border-collapse: separate;
  	border-spacing: 0;
	}

html, body {height: 100%;}


#fullheightcontainer{
	/***position: relative;  		 Let's be nice to IE ***/
  	display: table; 				/*** For non-IE browsers ***/
  	width: 100%;  				/*** Content Width ***/
  	height: 100%;
  	background-image: url(../images/background.jpg);
    }


#wrapper{
  	display: table-cell; 		/*** For non-IE browsers ***/
  	position: relative; 		/*** Let's be nice to IE ***/
	}

.background {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 100%;
	min-height:100%;
	}


.nav,
a.nav:link,
a.nav:active,
a.nav:visited  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 1px;
	font-weight: bold;	
	}

a.nav:hover	 {
	color: #666666;
	}

.copy_footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-right: 7px;
	text-decoration: none;
}

a.copy_footer:hover	 {
	text-decoration: underline;
	}
	
	
.copy_10 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}


.copy_12 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
}

a.copy_12:link,
a.copy_12:active,
a.copy_12:visited
{
	color: #011142;
	font-weight: bold;
}

a.copy_12:hover	 {
	text-decoration: underline;
	}

.copy_14 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
}

a.copy_14:link,
a.copy_14:active,
a.copy_14:visited
{
	color: #011142;
	font-weight: bold;
}

a.copy_14:hover	 {
	text-decoration: underline;
	}


.copy_18 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
} 