/* CSS Document */

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
	margin: 0 auto;
	padding: 0;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}

#container{
	background-color:#fff;
	width:750px;
	margin-left: auto;
	margin-right: auto;
	border-right: 10px #fff solid;
	border-left: 10px #fff solid;
}

div#listmenu {
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	/*float: left;*/
}

div#listmenu ul {
	margin:0 0 0 55px;
    /margin:0 0 0 80px; /*IE Fix*/
}

div#listmenu li {
	float: left;
	list-style-type: none;
	background-color: #FFF;
	padding:0 5px;
	border-right:2px solid #660d22;
	text-align: center;
	font-weight: bold;
}

div#listmenu li:first-child {
	border-left:2px solid #660d22;
}

div#listmenu a {
	text-decoration:none;
	color:#660d22;
	text-align: center;
     
}

div#listmenu a:hover {
	text-decoration:none;
	color:#B74286;
	text-align: center;
}



a:link {
	color: #660d22;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #660d22;
}
a:hover {
	text-decoration: underline;
	color: #B74286;
}
a:active {
	text-decoration: none;
	color: #660d22;
}

div#content {
	padding-top: 30px;
	text-align: left;
	width:605px;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica, sans-serif;
	font: 13px/18px  Arial, sans-serif;
}

h1 {
	color:#660d22;
}

#footer{
	font: 10px/20px  Arial, Helvetica, sans-serif;
	padding-top:15px;
	color:#999;
	text-align:center;

}

#footer a{
	color:#660d22;
	text-decoration:none;
}

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

.image {
	font-size: 80%;
    font-family: Arial, sans-serif;
    text-align: center; 
	float: right;
	font-size:10px;
	padding:3px;
} 



/* Highlight PayPal selection */
.pp{
color: #649EF7;
}
.pp_dis{
color: #CCCCCC;
}

.pp_button {
font-size: 11px;
height:24px;

padding-bottom:2px;
background-color: #E2F7D6;
color:black;
text-align: center;
cursor:hand; 
cursor:pointer;

border-right: 1px inset #6f6f6f;
border-bottom: 1px inset #000000;
border-top: 1px solid white;
border-left: 1px solid white;
}

.pp_button_dis {
font-size: 11px;
height:24px;

padding-bottom:2px;
background-color: #EEEEEE;
color:black;
text-align: center;
cursor:hand; 
cursor:pointer;

border-right: 1px inset #6f6f6f;
border-bottom: 1px inset #000000;
border-top: 1px solid white;
border-left: 1px solid white;
}

.unsub{
cursor: hand; 
cursor: pointer; 
background-color: transparent; 
color: #999999; 
font-size: 10px; 
font-family: arial; 
font-weight: normal; 
border: 0; 
padding: 0;
}

.smtxt {
font-size: 11px; 
font-family: arial; 
font-weight: normal; 
}
