﻿	* {
		font-family: times new roman, serif;
		font-style: inherit;
		font-size: 1em;
		color:#300;
		line-height:140%;
		
	}
	
	body {
		font-size: 1em;
		margin: 0;
		height: 100%;
		background:#B0D75A;
		text-align:center;
		behavior:url("/styles/csshover3.htc");
	}
	
	h1 {
		font-weight: bold;
		color: #5F744F;
		font-size: 1.2em;
		margin-bottom: 2px;
	}
	
	p.announce {
		font-family: times new roman, serif;
		
		font-size: 1.75em;
		color:#666;
		line-height:120%;
	}
	
	ol, ul {
		list-style: none;
	}
	
	a {
		text-decoration: none;
		color:#060;
	}
	a:hover{
		text-decoration:none;
		color:#300;
	}
	
	#page {
		margin: 0 auto;
		width: 1000px;
		height: 100%;
		border-left: 2px solid #669900;
		border-right: 2px solid #669900;
	}
	
	#leftnav {
		width: 800px;
		background-color: #3A1912;
		vertical-align: middle;
	}
	
	#rightnav {
		width: 200px;
		background-color: #B1B470;
		color: #FFFFFF;
		text-align: center;
		font-weight: bold;
	}
	
	#nav {
		margin:0 0 0 14px;
		float:left;
		display:inline;
		
	}
	#nav a, #nav li, #nav li ul {
		width: auto;
	}
	#nav a {
		display: block;
		color:#fff;
		height:39px;
		padding-left: 8px;
		padding-right: 10px;
		padding-top: 16px;
		width:auto;
	}
	#nav a:hover {
		background:#669900;
		text-decoration:none;
	}
	#nav li {
		float: left;
	}
	#nav li:hover, #nav li:hover ul {
		background:#669900;
	}
	#nav li ul {
		position: absolute;
		left: -999em;
	}
	#nav li:hover ul {
		left: auto;
	}

	#content-wrapper {
		background-color: #FFFFFF;
		text-align: left;
		vertical-align: top;
	}
	
	#content {
		padding: 25px;
		font-size: 0.9em;
	}
	
	#content-left {
		width: 50%;
		float: left;
	}
	
	#content-right {
		width: 50%;
		float: right;
		text-align: center;
	}
	#content-righta {
		width: 48%;
		float: right;
		text-align: left;
		margin-top: 30px;
		
	}
	
	#rightside {
		background-color: #F6F5F2;
		text-align:center;
	}
	
	#checkout {
		padding-top: 0px;
		background-color: #669900; height:auto;
		text-align: center;
		z-index:1;
	}
	
	#checkout a {
		color: #FFFFFF;
	}
	
	#checkout:hover {
		background-color: #b1b470;
	}
	
	#submitbutton {
		
		padding-top: 0px;
		background-color: #669900; 
		height: 57px;
		width:286px;
		text-align: center;
		color:#FFF;
		z-index:2;
		border:hidden;
	}
	
	#submitbutton a {
		color: #FFFFFF;
	}
	
	#submitbutton:hover {
		background-color: #b1b470;
	}
	
	#footer {
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #3A1912;
		color: #FFFFFF;
		font-size: 0.7em;
		font-weight: bold;
	}
	
	#footer a {
		color: #b1b470;
	}
	#footer a:hover {
		color: #FFF;
	}
	#footer p {
		color: #FFFFFF;
	}
	#applycoupon {
		padding-top:0px;
		background-image:url(../images/applybutton.gif);
		background-repeat:no-repeat;
		width:90px;
		height:29px;
		color:#FFF;
		font-size:smaller;
		border:hidden;
	}