/* Universal Styles */
	*{margin:0px; padding:0px;}
	a img{border:none;}
	body
		{
		background:#c6c187 url(../images/BodyBG.jpg) top center repeat-y;
		}

/* Structural Styles */
	#AllParent{width:750px; height:829px; margin:8px auto 8px auto; background:#ffffff;}
	#AllParent_Header{width:750px; height:143px;}
	#AllParent_LeftSide{float:left; width:195px;}
	#AllParent_LeftSide_Nav{width:176px; margin:0px auto 0px auto; height:476px;}
	#AllParent_RightSide{float:right; width:553px; height:685px;}
	#AllParent_RightSide_Content{height:675px; overflow:auto; padding-right:10px; margin-right:10px;}

/* Textual Styles */
	#AllParent_RightSide_Content h1{font:bold 12pt/15pt 'arial','helvetica',sans-serif; color:#cc0000;}
	#AllParent_RightSide_Content p{margin:10px 0px 10px 0px;}

/* Textual Styles */
	#AllParent{font:bold 10pt/14pt 'arial','helvetica',sans-serif; color:#000000;}
	#AllParent em{color:#5e1004;}
	#AllParent_RightSide_Content h1{font-size:13pt !important; color:#ef3f23; padding:10px 0px 10px 0px;}
	#AllParent_RightSide_Content h2{font-size:11pt !important; color:#ef3f23; padding:10px 0px 10px 0px;}
	#AllParent_RightSide_Content h3{font-size:9pt !important; color:#ef3f23; padding:10px 0px 10px 0px;}
	#AllParent_RightSide_Content h4{font-size:8pt !important; color:#ef3f23; padding:10px 0px 10px 0px;}
	#AllParent_RightSide_Content h5{font-size:7pt !important; color:#ef3f23; padding:10px 0px 10px 0px;}
	#AllParent_RightSide_Content h6{font-size:6pt !important; color:#ef3f23; padding:10px 0px 10px 0px;}
	#AllParent_RightSide_Content p,
	#AllParent_RightSide_Content ul,
	#AllParent_RightSide_Content ol{text-align:justify; margin:10px 0px 10px 0px; color:#000000;}
	#AllParent_RightSide_Content ul,
	#AllParent_RightSide_Content ol{padding-left:40px; padding-right:40px;}
	#AllParent_RightSide_Content ul li{}
	#AllParent_RightSide_Content ol li{}
	#AllParent_RightSide_Content a{color:#0000ff;}
	#AllParent_RightSide_Content a:visited{color:#0000cc;}
	#AllParent_RightSide_Content a:hover{color:#cc0000;}
	#AllParent_RightSide_Content pre{}

/* Navigational Styles */
	#AllParent_LeftSide_Nav a{display:block; width:176px; height:90px; background-color:#b169c1; background-position:left bottom; background-repeat:no-repeat; margin-bottom:5px;}
	#AllParent_LeftSide_Nav a:hover{background-position:left top;}