/* Elements */
body {
	background-color: white;
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: arial;
}

/* Transparency Fix */
img { behavior: url("htc/pngtransformer.htc");}

/* Unordered List Style */
ul { list-style-type: disc; white-space: normal; }

/* Link Properties */
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

/* ID's */

#Container { width:980px; margin:0 auto; text-align:left; height: 735px; position: relative; z-index: 0; }

/* Background Layers */
#BackHeaderStripes { background-image: url(../images/Back_Header_Stripes.gif); height: 21px; width: 980px; left: 0px; top: 0px; position: absolute; z-index: 1; visibility: visible; }
#BackHeader { background-image: url(../images/Back_Header.jpg); height: 118px; width: 980px; left: 0px; top: 21px; position: absolute; z-index: 1; visibility: visible; }
#BackHeaderLogo { position: absolute; height: 59px; width: 183px; top: 30px; left: 20px; z-index: 2; visibility: visible; }
#BackBottomImage { background-image: url(../images/Back_Internal_Bottom_Image.jpg); position: relative; left: 224px; width: 756px; height: 168px; z-index: 2; }
#FooterNavigation { background-image: url(../images/Back_Footer_Stripes.jpg); text-align: center; vertical-align: middle; position: relative; z-index: 2; width: 980px; height: 78px; }

/* Left Navigation Structure */
#LeftMenu { height: 40px; width: 201px; left: 9px; top: 131px; position: absolute; z-index: 1; visibility: visible; }

/* Content Layers */
#ContentLeft { position: absolute; top: 466px; left: 14px; width: 188px; height: auto; z-index: 1; }
#ContentMain { position: relative; top: 123px; left: 224px; width: 715px; z-index: 2; overflow: visible; min-height: 800px; padding-top: 20px; padding-left: 30px; border-left: 3px solid #adb5b5; }
* html #ContentMain { height: 800px; }

/* Classes */

/* Text property classes */
.FooterNav { color: #006245; font-size: 16px; font-weight: bold; line-height: 20px; }
.Heading { color: #c49c2d; font-size: 22px; font-weight: bold; line-height: 25px; }
.MainHeading { color: #006245; font-size: 22px; font-weight: bold; line-height: 25px; }
.Text { color: black; font-size: 18px; line-height: 22px; }
.MainText { color: #006245; font-size: 18px; line-height: 22px; }

/* Picture property class */
.ContentPic { border: solid 3px #adb5b5; }
