/*
 * H2BestPractices Basic Styles
 * Basic Stylesheet
 * Author: Kathleen Quick
 * Updated: 7/25/2007
 */

html {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	margin: 0px;
	padding: 0px;
}

a {
	color: #33a457;
}

a:hover {
}

img {
	border-width: 0px;
}

#page {
	padding: 0 15px;
	background-color: #fff;
	color: #000;
}

#skipNav {display: none;}
h1 {font-size: 20px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
td, th {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px;}
th {text-align: left;}

/******** BEGIN BANNER STYLES ********/

h1 {
	font-size: 3.6em;
}

h1 a {
}

h1 a:hover {
}

#header {
}

/******** END BANNER STYLES ********/


/******** BEGIN NAVIGATION STYLES ********/

#navigation {
}

	

/******** END NAVIGATION STYLES ********/


h2.pageType, .alertType { font-size: 2.5em; }

h2.pageTitle { font-size: 1.5em; }



#skipLink { display: none; }



