/*****************/
/*     Styles    */
/*****************/

html {
	height:100%;	
}

body {
	margin: 0px;
	padding: 0px;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #150C07;
}

body#landing {
	margin: 0px;
	padding: 0px;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background:url(../images/page_background_landing.jpg) top center no-repeat #150C07 ; 
}
	body.blue {
		background:url(../images/top_background_blue.jpg) top left repeat-x #39C7EB; 
	}
	body.green {
		background:url(../images/top_background_green.jpg) top left repeat-x #76823B; 
	}
	body.mustard {
		background:url(../images/top_background_mustard.jpg) top left repeat-x #A28201; 
	}
	body.purple {
		background:url(../images/top_background_purple.jpg) top left repeat-x #320444; 
	}
	body.red {
		background:url(../images/top_background_red.jpg) top left repeat-x #A2160A; 
	}
	body.yellow {
		background:url(../images/top_background_yellow.jpg) top left repeat-x #999900; 
	}



p {
	margin: 0px 0px 10px 0px;
}

.nomargin {
	margin: 0px 0px 0px 0px;
}

h1 {  
	margin: 0px 0px 10px 0px;
	font-size: 17px; 
	color: #150C07;
}

h2 {  
	margin: 0px 0px 10px 0px;
	font-size: 16px; 
	color: #150C07;
}

h3 {  
	margin: 0px 0px 10px 0px;
	font-size: 15px; 
	color: #150C07;
}

h4 {  
	margin: 0px 0px 10px 0px;
	font-size: 14px; 
	color: #150C07;
}

h5 {  
	margin: 0px 0px 10px 0px;
	font-size: 13px; 
	color: #150C07;
}

h6 {  
	margin: 0px 0px 10px 0px;
	font-size: 10px; 
	color: #150C07;
}


a, a:visited, a:hover {
	color: #ff9e00;
	text-decoration: none;
}

a:hover	{
	color: #150C07;
	text-decoration: none;
}
	
a.noborder {
	border-bottom: none;
	text-decoration: none;
}

img {
	border: none;
}

	#footer a, #footer a:visited, #footer a:hover {
		color:#dddddd;
		font-size:10px;
	}
