@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #636363;
}
.oneColFixCtrHdr #container {
	width: 1020px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/website2_03.jpg);
}
#header  {
	background-color: #DDDDDD;
	background-image: url(../images/website2_01.jpg);
	margin: 0px;
	height: 35px;
}
#container #LogoArea {
	background-image: url(../images/website2_02.jpg);
	height: 139px;
	margin: 0px;
}

#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {

}
#MainUpperSection {
	background-image: url(../images/website2_05.jpg);
	background-repeat: repeat-y;
	padding-left: 50px;
	height: 434px;
	padding-right: 9px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
}

#mainContent #MainUpperSection img {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 30px;
}
#MainUpperSection h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	padding-top: 70px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.4em;
}
#MainUpperSection h2 {
	font-size: .9em;
	font-weight: normal;
	line-height: 1.6em;
	padding-top: 50px;
}
#mainContent #MainLowerSection {
	background-image: url(../images/website2_07.jpg);
	margin: 0px;
	clear: both;
	height: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 60px;
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #646464;
	float: left;
}
#MainLowerSection #LowerLeftColumn {
	width: 525px;
	float: left;
}
#MainLowerSection #LowerRightColumn {
	float: left;
	width: 310px;
	margin-left: 90px;
	margin-right: 10px;
}


#MainLowerSection h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding-top: 2em;
}

#MainLowerSection p {
	margin: 0px;
	padding-top: 0.7em;
}
#header #MenuArea {
	margin-top: 0px;
	margin-left: 5px;
	width: 950px;
}
#MenuArea ul {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#MenuArea ul li {
	font-size: 0.8em;
	color: #FFF;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 6px;
	list-style-type: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E2BA24;
}
#MenuArea ul li a {
	text-decoration: none;
	color: #FFF;
}
#MenuArea ul li a:hover {
	text-decoration: none;
	color: #E2BA24;
}
#mainContent  ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent  ul li {
	list-style-type: square;
	color: #64530D;
	font-size: 0.75em;
	margin-left: -40px;
	padding-top: .5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.5em;
}
#LowerRightColumn h1 {
	color: #666;
}
#LowerRightColumn p {
	color: #666;
}
#LowerRightColumn ul li {
	color: #999;
}

p {
	font-size: 0.75em;
	line-height: 1.7em;
}




#MainLowerSection h2 {
	font-size: .85em;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	line-height: 1.4em;
}
.oneColFixCtrHdr #CopyrightArea {
	color: #CCC;
	font-size: .8em;
	margin-top: 20px;
	padding-bottom: 20px;
	height: 50px;
}
.oneColFixCtrHdr #CopyrightArea a {
	color: #CCC;
}
.oneColFixCtrHdr #CopyrightArea a:hover {
	color: #FFF;
}
#mainContent table tr td {
	font-size: .75em;
}





#footer  {
	background-color: #DDDDDD;
	background-image: url(../images/website2_09.jpg);
	height: 99px;
	clear: both;
}


#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer #FooterContent {
	float: right;
	width: 380px;
	padding-top: 10px;
}
#footer #FooterContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: bold;
	margin: 0px;
	color: #333;
}
#footer #FooterContent p {
	font-size: 0.8em;
	color: #333;
	margin: 0px;
	line-height: 1.5em;
}
#CommentList h1 {
	font-size: 0.75em;
	font-style: italic;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 40px;
}
#CommentList p {
	font-size: .8em;
	width: 400px;
	line-height: 1.4em;
}
