body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#5E141E;
	color:#333333;
	font-size:10pt;
	margin-left:auto;
	margin-right:auto;
	width: 750px;
}

.callout { font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#333333; text-align:center; font-weight:bold; font-style:italic; padding-bottom: 5px; padding-top: 2px;
}

p.quote { font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #496F3D; text-align:center; font-weight:bold;
}

p.quotetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #333333;
	font-style:normal;
}

p.bottom { font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; color:#FFFFFF; background-color:#5E141E; text-align:center; 
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: normal;
	line-height: 1.2;
	font-weight: bold;
	font-variant: small-caps;
	color: #5E141E;
	text-align:center;
	margin-top:0px;
	padding-top:0px;
}

h1.secondary {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: normal;
	line-height: 1.2;
	font-weight: bold;
	font-variant: normal;
	color: #5E141E;
	text-align:center;
	margin-top:0px;
	padding-top:0px;
}

h1.home {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: normal;
	line-height: 1.3;
	font-weight: bold;
	font-variant: small-caps;
	color: #5E141E;
	text-align:center;
	margin-top:0px;
	padding-top:0px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #496F3D;
	text-align: center;
}

h2.left {
	font-family: Tahome, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #496F3D;
	text-align: left;
	padding-top: 20px;
}

h2.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #5E141E;
	text-align: center;
	line-height: 1.3;
}

h2.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #5E141E;
	text-align: center;
	line-height: 1.3;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.2;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
	margin:5px 0px 0px 5px;
	margin:5px 0px 0px 5px;
} /*used at the very bottom of each page*/

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #496F3D;
	text-align: left;
	border-bottom: 1px #496F3D solid;
	width:80%; 
}

a {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}


a.friend {
	color: #496F3D;
	text-decoration: none;
}
a.friend:visited {
	color: #496F3D;
	text-decoration: none;
}
a.friend:hover {
	color: #496F3D;
	text-decoration: none;
}


#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
font-weight: bold;
text-align:center;
}

#navcontainer li { 
 padding: 0px 0px 0px 0px;
 background-image: url(../images/nav_bg.gif); 
background-repeat:no-repeat;
width: 120px;
font-family: arial;
font-size: 13px;
text-align:center;

/*height: 35px;*/
}

 #navcontainer a {
display: block;
color: #496F3D; 
padding: 7px 0px 8px 0px;
text-decoration: none;
}

#navcontainer a:hover
{
color: #5E141E;
}


td.bottom { 
	padding: 5px 0px 5px 0px;
	font-family: arial;
	font-size: 10px;
	text-align:center;
	color:#FFFFFF;
	background-color:#5E141E;
}

 a.bottomnav {
	color:#FFFFFF; 
	text-decoration: underline;
}
 a.bottomnav:visited
{
	color:#CCCCCC;
	text-decoration: underline;
}
 a.bottomnav:hover
{
	color:#FFFFFF; 
	text-decoration: none;
}

@charset "utf-8";
form {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
input.class, select.class, textarea.class{
	border: 1px solid #b3c5d6;
	font-family: Tahoma, "Times New Roman";
	font-size: 12px;
	color: #173329;
	/*text-align: justify;*/
	vertical-align: middle;
	overflow: hidden;
	width: 145px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.submit {
	background-color: #ECE9D8;
	border: 1px solid #999999;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	width: 70px;
	text-align: center;
}
.formtable {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}
.formtable td {
	vertical-align: top;
	padding-top: 5px;
}
.clear{
	clear:both;
}
.center {
	text-align: center;
}
p {
	line-height:16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#page-container {
	width: 750px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	overflow: hidden;
	line-height: 15px;
	background-color: #FFFFFF;
}
#header {
	height: 194px;
}
#header #top_caption {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#5E141E;
	text-align:right;
	font-weight:bold;
	height: 18px;
	padding-top: 22px;
}

#nav  {
	background-image: url(/images/nav_bg.jpg);
	background-repeat: repeat-x;
	width: 750px;
	height: 29px;
	margin-top: 4px;
	margin-bottom: 1px;
}



#nav a {
	text-decoration: none;
	height: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 14px;
	overflow: hidden;
	font-weight:bold;
	#display:inline-block;
	padding-top: 6px;
	padding-left: 18px;
	float: left;
	background-image: url(/images/nav_bg.gif);
	background-repeat: no-repeat;
	padding-right: 18px;
	color: #496F3D;
}

#nav a:hover {
	color: #5E141E;
}



#left {
	width: 178px;
	float: left;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5E141E;
	padding-top: 10px;
	height: 100%;
	/*position: relative;*/
}
#left #singup-title {
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 25px;
}
#left #singup-title img {
	right: 0px;
	float: right;
}

#left #singup-title .text1 {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	padding-top: 9px;
}

#left #testimonials { background-color:#DADAB9; width: 80%; text-align:center; padding: 5px; font-family: Arial, Helvetica, sans-serif; font-size:10px; font-style:italic; color:#333333; margin-right:auto; margin-left:auto; border: 2px #C2C2A1 dotted;
}
#left #tell-friend {
	border: 1px double #5E141E;
	padding: 7px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size: 11px;
font-weight:bold
	margin-right: auto;
	margin-left: auto;
	width: 106px;
	margin-right: auto;
	text-align: center;
	margin-top: 21px;
	margin-bottom: 15px;
}


#middle {
	width: 446px;
	float: left;
	margin-left: 15px;
	margin-right: 35px;
}
#middle a {
	color: #000000;
}
#right {
	float: left;
	padding-top: 17px;
	padding-right: 25px;
	padding-left: 25px;
	width: 520px;
}

.rule {
	border-bottom: 1px solid #496F3D;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
 }

#footer {
	clear: both;
	height: 42px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#footer #right-cornor {
	background-image: url(/images/corner_bottom_right.gif);
	height: 15px;
	width: 15px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#footer #left-cornor {
	background-image: url(/images/corner_bottom_left.gif);
	height: 15px;
	width: 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#bottomnav {
	text-align: center;
	background-color: #5E141E;
	color: #FFFFFF;
}

#copyright {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-top: 10px;
}

#copyright a {
	color: #FFFFFF;
}
#copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.testimonial {
 	font-style: italic;
	font-size:14px;
	width: 80%;
	padding: 20px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

.hometestimonial {
 	font-style: italic;
	font-size:13px;
	width: 80%;
	padding: 20px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dotted #CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	background-color:#FFFFCC;

}
input.normal{
	width:10px;
}