﻿@charset "utf-8";
em {
	font-style: italic;
}
.pink {
	color: #B41F57;
	font-weight: normal;
}
/* CSS Document */

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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #363636;
	background-color: #2F4118;
    padding-bottom: 150px;
}

a {
	text-decoration: none;
	color: #C61170;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	color: #333;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #608631;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
h2 {
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-weight: normal;
	font-size: 22px;
	text-align: left;
	color: #537429;
}

h3 {
	font-family: "Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #537429;
}
label {
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

.oneColFixCtrHdr #header {
	background-color: #FFF;
	background-image: url(../img/logo.gif);
	margin-top: -2px;
	background-repeat: no-repeat;
	background-position: 20px 5px;
	height: 130px;
}


.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}


.oneColFixCtrHdr #footer {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

em {
	font-style: italic;
}
.right {
	text-align: right;
}
.oneColFixCtrHdr #footer a {
	color: #CCC;
}
.oneColFixCtrHdr #footer a:hover {
	color: #FFF;
}

#orderTable a:link,#orderTable a:visited {	
    color: #003300;
}

#orderTable a:hover {	
    text-decoration: underline;
}

