@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #efefef;
	margin-top: 0px;
}
p {
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}
ul {
	list-style-image:url(../img/checkmark.png);
	padding-left:45px;
}
li {
	margin-bottom: 10px;
}

ol {
	margin-left:50px;
}
#mainWrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: Tahoma; 
	font-weight: bold; 
	color:#BF0000; 
	font-size: 30px;
	text-align:center;
	padding-top:10px;
}

h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:21px;
	text-align:center;
	color:#BF0000;
	margin:10px 0 10px 0;
}

#Right-SideBar {
	background-image: url(../images/top-shadow-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 250px;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
}

#testimonial-box {
	margin-top:30px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#testimonial-box p {
	text-align:justify;
	font-size:12px;
}
.theadline {
	font-size:16px;
	text-align:center;
}
.tname {
	text-align:left;
	font-size:12px;
}

.turl {
	color:#999;
	font-size:12px;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	font-size:11px;
}

#notice {
	background-color: #fffbef;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ede7c3;
	border-bottom-color: #EDE7C3;
	margin-top: 10px;
	margin-bottom: 10px;
}

#maincontent {
	margin-right: 34px;
	margin-left: 34px;
	margin-top: 20px;
}

#main-Squeeze-Content {
	background-image: url(../images/repeater2.jpg);
	background-repeat: repeat-y;
	width: 650px;
}

.submit {
  border: 1px solid #000000;
  background-color: #FFFFFF;
  padding: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  cursor: default;
 
}
#submitpad {
  padding: 5px;
  background-color: #ff0000;
  margin: 0px;
  border-width: 3px;
  border-color: #ff0000;
  border-spacing: 0;
}
p.introduction:first-letter {
font-size : 300%;
font-weight : bold;
float : left;
width : 1em;
}
