body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #333333;
	margin: 20px;
	padding: 0;
	background-image: url(images/stripe.png);
	background-repeat: repeat;
	text-align:center;
}

/******************
*   Link Styels   *
******************/
.copyright a:link, .copyright a:visited, .copyright a:hover {color:#000066;}
#contentarea a:link {}
#contentarea a:visited {color: #333333;}
#contentarea a:hover {color: #000000;}
#footer a:link {}
#footer a:visited {color: #003366;}
#footer a:hover {color: #FFFFFF;}

/******************
*     Layout      *
******************/
#wrapper {
	width: 750px;
	margin: 0 auto;
	border: 1px solid #CC9900;
	background-color: #FFFFFF;
}
#innerborder {
	width: 736px;
	background-color: #FFFFFF;
	border: 7px solid #003366;
}
#contentarea {
	font-size: 13px;
	line-height: 1.65em;
	width: 630px;
	margin: 0 auto;
	padding: 0px;
	text-align:left;
}
#footer {
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	font-size: .82em;
}
.copyright{
	border:1px solid #039;
	color:#000;font:10px Calibri, Geneva, Arial, Helvetica, sans-serif;
	padding:5px;
	text-align:center;
	width:640px;
	margin:0 auto 0 auto;
}

/******************
*  Header Styels  *
******************/
h1 {
	font-size: 28pt;
	line-height: 120%;
	text-align:center;
}
h2 {
	font-size: 26pt;
	line-height: 130%;
	text-align:center;
}
h3 {
	margin: 15px auto;
	font-size: 24pt;
	line-height: 140%;
	text-align:center;
}
h4 {
	margin: 15px auto 10px auto;
	font-size: 22pt;
	line-height: 150%;
	text-align:center;
}
h5 {
	margin: 15px auto;
	font-size: 18pt;
	line-height: 160%;
	text-align:center;
}
h6 {
	margin: 15px auto;
	font-size:16pt;
	line-height: 170%;
	text-align:center;
}

/*******************************
*  Additional Headline Styels  *
*******************************/
#headline {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #990000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
	font-weight: bold;
	text-transform: capitalize;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	font-size: 0.82em;
	padding: 10px;
	margin-bottom: 10px;
}
#lineheight2 {
	line-height:2em;
}

/*****************
*  Other Styels  *
*****************/
#scbullet {
	margin-left:20px;
}
#scbullet ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -0.8em;
}
#scbullet ol {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1.15em;
}
#check {
	background-image:url(images/check1.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
}
#arrow {
	list-style-image:url(images/arrow.png);
}
#arrow2 {
	list-style-image:url(images/arrow2.png);
}
li {margin:5px auto 15px auto;}
p {margin:12px auto;}
#testimonial {
	width:90%;
	margin:25px auto;
	padding:15px;
	border:2px solid black;
}