/* CSS Document */
h1, h2, h3, h4 {
	letter-spacing: -1; 
	font-weight: bold;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:19pt;
	color:#ce0000;
}
h1 u { color:#000000; }

h2 {
	font-size:16pt;
	color:#000000;
}
h2 u { color:#ce0000; }

h3 {
	
	font-size: 15pt;
	font-weight: bold;
	margin: 0;
	color: #ce0000;
}
h3 u { color:#000000; }
h4 {
	font-size:13pt;
	margin:0;
	margin-left:15%;
	margin-right:15%;
}

body {
   font-family:Verdana, Arial;
   font-size:10pt;
}

td {
   font-family:Verdana, Arial;
   font-size:12px;
}

td img {
	border:black solid 1px;
}
td a {
text-decoration:none;
}
#contentContainer {
   background:white url(images/backmid.gif) repeat-y;
   width:800px;
   border:none;
}

#content {

   text-align:left;
   width:600px;
}

#ad {
	text-align:center;

	background-color:white;
	border:gray solid 2px;
	padding:10px;

	float:right;
	font-family:Tahoma;

	width:220px;
	top:100px;
	right:0;
	z-index:2000;

	font-size:12px;
	display:block;

	position:absolute;
	position:fixed;

}

#contentTop, #contentBottom {
   width:800px; height:45px;
   margin:0;
}

#contentTop {
   background:white url(images/backtop.gif) no-repeat;
}

#contentBottom {
   background:white url(images/backbottom.gif) no-repeat;
}

#paypalButton {
   font-family:Tahoma, Verdana, Arial;
   font-size:17px;
   font-weight:bold;

   cursor:pointer;
   cursor:hand;
}

.orderPanel, #orderPanel, blockquote {
   width:500px;
   text-align:left;
	border:navy dashed 2px; background-color:#d9e4ef;
	padding:5px;
	font-size:13px;
}
.small {
	width:350px;
}

.order {
	font-family:Tahoma, Verdana;
	font-size:17px;
	font-weight:bold;
}

blockquote {
	margin-left:100px;

	width:400px;

	padding:5px;
	background-color:#d9e4ef;

	border-top: #0000cc solid 1px;
	border-left:#0000cc solid 1px;
	border-right:#000033 solid 1px;
	border-bottom:#000033 solid 1px;
}

blockquote h1 {
	color:navy;
	font-size:17px;
}
blockquote h2 {
	font-size:14px;
	letter-spacing:0;
}
blockquote img {
	border:solid 1px;
}

.side blockquote {
   text-align:left;
	background-color:#d9e4ef;
	width:200px;
}
.side blockquote p {
	font-size:11px;
}

ul li {
   margin:10px;
}

ul li ul li {
	margin-left:30px;
}


.highlight {
	background-color:yellow;
	color:black;
}

.submit {
	font-family:Tahoma, Verdana; font-size:16pt; font-weight:bold; letter-spacing: -1;
  cursor: default;
}
#submitpad {
  padding: 8px;
  background-color: #ff0000;
  margin: 0px;
  border-width: 3px;
  border-color: #ff0000;
  border-spacing: 0;
}
.center {
text-align:center;
}

.bordered {
border: 3px solid #0c3;
width: 400px;
padding-top:10px;
margin: 0 auto;
}
