/* main stylesheet for Generic Campaign Website Template*/

/*--------------- Generic font and element styling ----------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
	
}
h1 { 
	font-size: 1.7em;
	
}
	
h2 {
	font-size: 1.5em; 
	
} 

h3 { 
	font-size: 1.3em; 
	font-style: italic; font-variant: normal; 
	
} 

h4 {
	font-size: 1.1em;
	font-weight: normal;	
	
}
	
h5 { 
	font-size: 1em; 
	
	}
	
h6 { 
	font-size: 0.8em; 
	
} 

p {
  line-height: 1.6em;
  padding-bottom: 5px
 
 /*--------------- Generic font and element styling ----------------*/ 
}
 /* 
--Main Banner Styles 
	Main Banner is a container to hold both a left and right banner image(s).

}
/*------------------------------------ Start Content ----------------------------------*/


#main_banner_container {
		Display:none;
}



#left_nav {
	Display: none;
}

#top_search {
	Display: none;
}

#content {
	position: relative;
	margin: -200px 0px 0px 0px;
	padding-top: 1px;
	padding-bottom: 0px;	
	font-size: 1.2em;
	width: 100%;
}
