body { 
	height: 100%; width: 100%;
	margin:0; padding:0;
	 
	background-color: #0072c2;
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(/Assets/Layout/Images/bg.jpg);
	
	font-family: Verdana, sans-serif;
	font-size: 100%;
	color: #333; 
	font-weight: 100;
}

a img { border: none; }

a { color: #0072c2; text-decoration: none }
a:hover { color: #00a2f2; text-decoration: underline }

.hidden { display: none !important  }
.pink { background: pink !important }

h1 { 
	margin: 0 0 30px 0; padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 2.75em;
	font-weight: 400;
	color: #41b5e0;
	letter-spacing: -0.068em;
	text-transform: lowercase;
}

h2 { 
	margin: 30px 0 10px 0; padding: 0;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 500;
	color: #999;
}

p { font-size: 0.8em; margin: 5px 0 20px 0 }

h3 { 
	font-family: "Trebuchet MS", sans-serif; 
	font-size: 1.4em; 
	font-weight: normal; 
	color: #aaa; 
	
	margin: 0 0 20px 0;
	padding: 10px 0 55px 0;
	
	background-image: url(/Assets/Layout/Images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;	  
} 

.white { color: #fff }