/******************************************************************************
* Tag Classes
******************************************************************************/

 html, body, #wrapper {
	height:100%;
	margin: 0px;
	padding: 0px;
	border: none;
}
	
	body {
		background-color: #e0f0d1;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
	}
	
	#wrapper {
		margin: 0;
		text-align: center;
		vertical-align: middle;
		width: 100%;
	}


a:link, a:visited {
	color: #000066;
	text-decoration: underline;
}

	a:hover {
		color: #000000;
		text-decoration: underline;
	}



p {
	line-height: 22px;
}


ul {
	margin-left: 0px;
	padding-left: 28px;
	line-height: 16px;
}

	ul li {
		list-style-position: outside;
		list-style-image:  url("/images/global/bullet.gif");
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #464646;
		margin-bottom: 20px;
	}


hr {
	height: 0px; 
	border-top: 1px solid #dadada;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
}



/******************************************************************************
* Heading Classes
******************************************************************************/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	line-height: 20px;
	text-transform: uppercase;
}



/******************************************************************************
* Interface Classes
******************************************************************************/

#col01 {
	background-image: url(/images/global/col01_backdrop.gif);
	background-repeat: repeat-y;
}

	#col01Home {
		background-image: url(/images/global/col01_backdrop-home.gif);
		background-repeat: repeat-y;
	}
	
		#navBackdrop {
			background-color: #000066;
		}


#col02 {
	background-image: url(/images/global/col02_shadow.gif);
	background-repeat: repeat-y;
}


#bodyCopy {
	width: 480px;
	padding-left: 36px;
}

	#copyHome {
		padding-top: 22px;
	}

	.photoRight {
		margin-left: 24px;
		margin-bottom: 12px;
	}


#bodyFoot {
	padding-left: 36px;
	padding-top: 46px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333399;
}


	#bodyFootHome {
		width: 206px;
		padding-left: 20px;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #333399;
	}

