@charset "utf-8";
:focus {
	outline: 0;
}
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;
	background-color: #666666;
	background-image: url(images/background2.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 750px;
	margin: 10px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	margin: 0;
	height: 135px;
} 
#addressBar {
	background-color: #d92826;
	margin: 0;
	padding: 4px 0 5px 0;
}
#addressBar h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
}
#addressBar h2 a {
	color: #FFF;
	text-decoration: none;
}
#addressBar h2 a:hover {
	color: #FF0;
	text-decoration: underline;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 0 0;
	background-color: #000;
	margin: 0;
	color: #FFF;
}
#sidebar1 p {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 15px;
	font-style: normal;
	color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar1 form {
	padding: 0 0 12px 11px;
	margin: 0;
}
.input[type='submit'] {
	width: 105px;
	margin: 10px 0 5px 25px;
	padding: 0;
}

#sidebar1 h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 15px;
	color: #d92826;
}


#sidebar1 h2 {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 0 15px;
	margin: 0;
	line-height: 16px;
	color: #FFF;
}
#sidebar1 h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 11px;
	margin: 0;
	line-height: 20px;
	color: #ffffff;
}

#sidebar1 h2 a {
	color: #FFF;
	text-decoration: none;
}
#sidebar1 h2 a:hover {
	color: #ab9765;
	text-decoration: none;
}
#sidebar1 img {
	padding: 0;
	margin: 0;
}


#navbar {
	background-color: #ab9765;
	margin: 0;
	padding: 2px 0 5px 0;
	text-align: center;
}
#navbar ul {
	padding: 0;
	margin: 0;
	width: 100%;
}
#navbar ul li {
	display: inline;
	list-style-type: none;
}
#navbar ul li a {
	text-decoration: none;
	margin: 0 18px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
#navbar ul li a:hover {
	text-decoration: none;
	margin: 0 18px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}


#mainContent  {
	margin: 0 0 0 195px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 535px;
} 
.mainContentParagraph {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

.mainContent-h1 {
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #AB9765;
	font-style: normal;
}
.mainContent-h2 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	font-weight: bold;
	color: #D92826;
}

.mainContentImage {
	margin: 15px 0 0 0;
	padding: 0;
}



.TwoAcrossLeft {
	margin: 19px 21px 0 0;
	width: 257px;
	padding: 0;
	float: left;
	background-color: #FFF;
}
.TwoAcrossLeft a {
	color: #D92826;
	text-decoration: none;
}
.TwoAcrossLeft a:hover {
	color: #D92826;
	text-decoration: underline;
}



.TwoAcrossLeft p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	float: left;
}
.TwoAcrossLeft h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: center;
	margin: 0;
	padding: 2px 0 3px 0;
}
.TwoAcrossLeft h2 a {
	color: #FFF;
	margin: 0;
	padding: 2px 0 3px 0;
}
.TwoAcrossLeft h2 a:hover {
	color: #D92826;
	margin: 0;
	padding: 2px 0 3px 0;
	text-decoration: none;
}


.TwoAcrossRight {
	margin: 19px 0 0 0;
	width: 257px;
	padding: 0;
	float: left;
	background-color: #FFF;
}
.TwoAcrossRight p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.TwoAcrossRight h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: center;
	margin: 0;
	padding: 2px 0 3px 0;
}
.TwoAcrossRight h2 a {
	color: #FFF;
	margin: 0;
	padding: 2px 0 3px 0;
}

.TwoAcrossRight h2 a:hover {
	color: #D92826;
	margin: 0;
	padding: 2px 0 3px 0;
	text-decoration: none;
}

.TwoAcrossRight a {
	color: #D92826;
	text-decoration: none;
}
.TwoAcrossRight a:hover {
	color: #D92826;
	text-decoration: underline;
}




.ThreeAcrossLeft {
	margin: 19px 20px 0 0;
	width: 165px;
	padding: 0;
	float: left;
}

.ThreeAcrossLeft p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.ThreeAcrossLeft h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: center;
	margin: 0;
	padding: 2px 0 3px 0;
}
.ThreeAcrossLeft h2 a {
	color: #FFF;
	background-color: #000;
	margin: 0;
	padding: 2px 0 3px 0;
}
.ThreeAcrossLeft h2 a:hover {
	color: #D92826;
	background-color: #000;
	margin: 0;
	padding: 2px 0 3px 0;
	text-decoration: none;
}


.ThreeAcrossLeft a {
	color: #D92826;
	text-decoration: none;
}
.ThreeAcrossLeft a:hover {
	color: #D92826;
	text-decoration: underline;
}


.ThreeAcrossRight {
	margin: 19px 0 0 0;
	width: 165px;
	padding: 0;
	float: left;
}
.ThreeAcrossRight p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.ThreeAcrossRight h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: center;
	margin: 0;
	padding: 2px 0 3px 0;
}
.ThreeAcrossRight h2 a {
	color: #FFF;
	background-color: #000;
	margin: 0;
	padding: 2px 0 3px 0;
	text-decoration: none;
}
.ThreeAcrossRight h2 a:hover {
	color: #D92826;
	background-color: #000;
	margin: 0;
	padding: 2px 0 3px 0;
	text-decoration: none;
}



.ThreeAcrossRight a {
	color: #D92826;
	text-decoration: none;
}
.ThreeAcrossRight a:hover {
	color: #D92826;
	text-decoration: underline;
}





#footer  {
	padding: 5px 0 6px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	margin: 0;
} 

#footer p {
	padding: 0;
	margin: 0;
	color: #FFF;
	text-align: center;
	font-size: 12px;
} 
#credits {
	margin: 0;
	padding: 20px 0 35px 0;
}
#credits p {
	font-size: 12px;
	color: #FFF;
	margin: 0;
	padding: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.centerText {
	padding: 0;
	margin: 0 auto;
	font-size: 12px;
}
.centerImage {
	margin: 0 auto;
	padding: 15px 0 0 42px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContentContact {
	margin: 15px 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 265px;
	float: left;
}
#mainContentContact p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#mainContentContact h1 {
	margin: 0;
	padding: 0 0 14px 0;
	color: #AB9765;
	font-size: 20px;
}
#contactFlag {
	margin: 80px 25px 0 60px;
	padding: 0;
	float: left;
}
#mainContent object {
	margin: 15px 0 0 0;
	padding: 0;
}
