
	html
	{
		background-image: url(images/background.jpg);
	}
	
	body
	{
		margin: 0;
		background-image: url(images/wings.png);
		background-repeat: no-repeat;
		background-position: center top;
	}
	
	body, p, textarea, input, select, option, td
	{
		font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
		font-size: 14px;
	}
	
	body, p, td
	{
		color: #000000;
	}
	
	hr, h1, h2
	{
		color: #000000;
	}
	
	h1 {font-size: 20px;}
	h2 {font-size: 17px;}
	
	h2.pageItem
	{
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
	ul, ol
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	ul.spaced > li, ol.spaced > li
	{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	hr
	{
		border-style: solid;
		border-width: 1px;
	}
	
	a:link, a:visited {color: #666666;}
	a:hover, a:active {color: #999999;}
	
	a.edit:link, a.edit:visited {color: #FF0000;}
	a.edit:hover, a.edit:active {color: #FF6060;}
	
	div.edit {color: #FF0000;}
	
	div.page
	{
		width: 1000px;
		background-color: #e0e0e0;
		margin: 25px auto;
		border-radius: 20px;
		border: 2px solid black;
	}
	
	img.frameTop
	{
		margin: -10px 0 0 -10px;
	}
	
	img.frameBottom
	{
		margin: 0 0 -10px -10px;
	}

	div.frameMiddle
	{
		position: relative;
		background-image: url(images/frame_02.png);
		margin-left: -10px;
		width: 1020px;
	}
	
	div.banner
	{
		 background-image: url(images/banner2.png);
		 background-position: center top;
		 background-repeat: no-repeat;
		 height: 226px;
		 width: 1000px;
		 margin-left: 5px;
	}
	
	div.content
	{
		text-align: left;
		margin: 25px 25px 0 25px;
		color: black;
	}
	
	div.subPageContent
	{
		margin-left: 225px;
	}
	
	.copyright
	{
		font-size: 10px;
		padding-bottom: 10px;
	}
	
	a.mySite:link, a.mySite:visited {color: #666666;}
	a.mySite:hover, a.mySite:active {color: #999999;}
	
	.caption
	{
		font-size: 11px;
		margin-top: 0px;
	}
	
	td.label
	{
		text-align: right;
	}
	
	td.value
	{
		padding: 5px;
	}
	
	input.buttonOff
	{
		background-color: #EEEEEE;
	}
	
	input.buttonOn
	{
		background-color: #CCCCCC;
	}
	
	input.buttonDisabled
	{
		color: #999999;
	}
	
	div.itemText
	{
		text-align; left;
	}
	
	div.itemText ul,ol /* to get around formatting problem with lists when next to div floated to left */
	{
		overflow: hidden;
	}
	
	body.rteIframe /* style for iframe used in WYSIWYG HTML editor */
	{
		background-image: none; /* overrides background image for body for website */
		background-color: white; /* covers background image for html for website */
	}
	
	div.showHideLink
	{
		margin-bottom: 15px;
	}
	
	div.showHideLink span
	{
		font-weight: bold;
		cursor: pointer;
		color: #666666;
		text-decoration: underline;
	}
	
	div.showHideLink span:hover
	{
		color: #999999;
	}
	
	h2.showHideLink span
	{
		cursor: pointer;
		color: #666666;
		text-decoration: underline;
	}
	
	h2.showHideLink span:hover
	{
		color: #999999;
	}
	
	div.highlight
	{
		background-image: url(images/highlight-background.png);
		border-radius: 20px;
		padding: 25px 75px;
	}
	
	.headingIndent
	{
		margin-left: 20px;
	}
	
	div.graphicLeft
	{
		float: left;
		padding-right: 20px;
	}
	
	div.graphicRight
	{
		float: Right;
		padding-left: 20px;
	}
	
	div.graphicCenter
	{
		margin: 0 auto;
	}
	
	div.individualGraphic
	{
		float: left;
		margin-bottom: 10px;
	}
	
	div.clear
	{
		clear: both;
	}
