body {
	text-align : center;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : small;
	color : #003300;
	background-color : #003300;
}

a {
	font-size : small;
	color : #003300;
	text-decoration : underline;
}

a:visited {
	font-size : small;
	color : #003300;
	text-decoration : underline;
}

a:hover {
	font-size : small;
	color : #CB8F42;
	text-decoration : underline;
}

a:active {
	font-size : small;
	color : #CB8F42;
	text-decoration : underline;
}

#PageContainer {
	width : 760px;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
}

#PageContent {
	background-color : #FFFFFF;
}

#Header{
	height : 100px;
	background-image : url(images/header.jpg);
	background-repeat : no-repeat;
}

#Content {
	padding-left : 25px;
	padding-right : 25px;
	background-image : url(images/bg.gif);
	background-repeat : repeat-x;
}

#Menu {
	text-align : center;
	height : 25px;
	line-height : 25px;
}

a.menu {
	font-size : 0.8em;
	color : #003300;
	text-decoration : none;
}

a.menu:visited {
	color : #003300;
	text-decoration : none;
}

a.menu:hover {
	color : #FFFFFF;
	text-decoration : underline;
}

a.menu:active {
	color : #FFFFFF;
	text-decoration : underline;
}

#TextContent {
	background-image : url(images/back.jpg);
	background-repeat : no-repeat;
	padding-top : 25px;
	padding-left : 25px;
	padding-right : 25px;
	line-height : 22px;
	line-height: 175%;
}

#TextContent_Xmas {
	background : #ffffff url(images/christmas-border.jpg) no-repeat top center;
	padding-top : 25px;
	padding-left : 25px;
	padding-right : 25px;
	line-height : 22px;
	line-height: 175%;
}

#TextContent_Xmas p {
	line-height:18px;
}

h1 {
	font-size : medium;
	color : #003300;
	margin : 0px
}

#Footer {
	clear : both;
	height : 25px;
	line-height : 25px;
	font-size : x-small;
	color : #003300;
}

/* Form Styling */
.clear {
  clear: both;
}

#TextContent form {
  font-size: 1.4em;
}


/* fieldset styling */
#TextContent fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#TextContent legend {
	font-weight: bold;
	color: #000000;
}

#TextContent form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#TextContent label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#TextContent input {
  width: 200px;
}

#TextContent  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#TextContent  input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#TextContent  input:focus, textarea:focus {
	background: #ffc;
}

#TextContent  input.radio {
  float: left;
	margin-right: 1em;
}

#TextContent  textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}

#formoffers {
  	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#formoffers div {
  width: 15em;
  margin-left: -50px;
  float: left;
}

#formoffers label {
	margin-left: -65px;
  width: 3em;
  float: none;
  display: inline;
}

#formoffers p {
	margin: 0.3em 0;
}

.smalltext {
	font-size: 11px;
}
.error {
	color: #fff;
	padding: 4px;
	background-color: #8A0B3B;
}

.award-box {
	clear: both;
	width: 90%;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	border: 2px solid #C40064;
	background-color: #E5E1E3;
}

.award-box1 {
	clear: both;
	width: 70%;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	border: 2px solid #C40064;
	background-color: #E5E1E3;
}