@charset "UTF-8";
a {
	text-decoration: none;
}
a img {
	border: none;
}
a:link {
	color: #A21C20;
}
a:visited {
	color: #A31C20;
}
a:hover  {
	color: #333;
}
a:active {
	color: #FFF;
}
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images_layout/back_yellow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E9C064;
}
#container {
	width: 799px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(images_layout/headerback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 208px;
	width: 799px;
	padding: 0;
}
#header h1 {
	margin-left: -9000px;
	font-size: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0px;
}
#homeContent {
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images_layout/homeback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	height: 650px;
	width: 799px;
}
#homeNav {
	padding-top: 250px;
	padding-right: 0px;
	padding-left: 30px;
	text-align: left;
	width: 151px;
	height: 400px;
	vertical-align: top;
}
#homeNav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#homeNav ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
}
#homeNav a:link {
	color: #C8BBB9;
}
#homeNav a:visited {
	color: #C8BBB9;
}
#homeNav a:hover  {
	color: #FFF;
}
#homeNav a:active {
	color: #000;
}
#homeRight {
	height: 105px;
	width: 618px;
	padding-top: 545px;
}
#mainContent {
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images_layout/subback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	width: 799px;
}
#leftColumn {
	text-align: left;
	vertical-align: top;
	width: 181px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-top: 35px;
}
#leftColumn ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#leftColumn ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
}
#rightColumn {
	text-align: left;
	vertical-align: top;
	width: 538px;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 60px;
}
#rightColumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFF;
	padding-bottom: 15px;
	font-weight: normal;
}
#rightColumn h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9C064;
	color: #333;
	padding-bottom: 2px;
	padding-top: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #EDC065;
	padding-left: 2px;
	margin-top: 20px;
}
#rightColumn p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
}
#rightColumn ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 5px;
}
#rightColumn img {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
}
#homeFooter {
	padding: 0;
}
#homeFooter p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #280404;
	text-align: right;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
#footer {
	padding: 0;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #EAD8B2;
	text-align: right;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
