   

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	background-color: #F1F1F1;
	padding: 0px;
	color: #FFFFFF;
}

.mainbackground {
	background-image: url(../assets/gfx-background-home.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-position: top;
}

.otherbackground {
	background-image: url(../assets/gfx-background-other.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-position: top;
}

.otherbackground2 {
	background-image: url(../assets/gfx-background-other2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-position: top;
}

hr{
	height: 1px;  
	color: #333333; 
	border-style: solid; 
	border-bottom: 1px;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	color: #FFFFFF;
}

.maintitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	background-color: transparent;
}

.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: transparent;
	text-align: center;
}

.footernav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}

a:link {
    color: #333333;
	text-decoration: none;
	} 
	
a:visited {
    color: #333333;
	text-decoration: none;
	}

a:hover {
    color: #666666;
	text-decoration: none;
	} 

a:active {
    color: #333333;
	text-decoration: none;
	}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
	color: #666666;
}

.pagelinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.pagelinks:link {
    color: #FFFFFF;
	text-decoration: none;
	} 
	
.pagelinks:visited {
    color: #FFFFFF;
	text-decoration: none;
	}

.pagelinks:hover {
    color: #FFFFFF;
	text-decoration: none;
	} 

.pagelinks:active {
    color: #FFFFFF;
	text-decoration: none;
	}
