/* CSS Document */

/* BODY */


body, html {
text-align: center;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin: auto;
background-color:#F3F3F1;
}

/* MAIN CONTAINER DIV */

#container {
margin: 0 auto;
width: 798px;
min-height: 100%;
overflow: hidden;
background-color: #FFF;
border: 1px solid #CCC;
}

/* HEADER DIV */

#header {
width: 100%;
height: 111px;
background-image: url(../images/header.jpg);
background-position: center;
background-repeat: no-repeat;
background-color:#F3F3F1;
color: #F3F4F2;
margin:auto;
}

/* MENU DIV */

#menu {
width: 100%;
height: 24px;
text-align: center;
margin-top: 0;
margin:auto;
font-weight: bold;
color: #000;
font-size: 12px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
background: #CC0000;
}

#menutxt {
padding: 4px 5px 0 5px;
margin-bottom: 6px;
}

#menutxt a {
color: #000;
text-decoration: none;
font-size: 12px;
padding: 4px 10px 6px 10px;
background: #FFF;
border-right: 1px solid #000;
outline: none;
}

#menutxt a:hover {
color: #FF0000;
background: #000;
text-decoration: none;
outline: none;
}

/* CONTENT DIVS */

#contentcontainer {
float: left;
width: 580px;
padding: 5px;
}

#contentcontainer-widepage {
margin:auto;
width: 778px;
padding: 5px;
}


#content {
font-size: 14px;
font-weight: normal;
text-align: left;
padding: 5px 5px 0 8px;
}

#content ul {
font-size: 14px;
font-weight: normal;
list-style-type: square;
}

#content ul li {
font-size: 14px;
font-weight: normal;
margin-bottom: 7px;
color: #000;
}


/* SIDEBAR */

#sidebar {
float: right;
width: 200px;
text-align: left;
margin: 5px 0 10px 0;
}

#sidebar-itseasy {
width: 180px;
padding: 5px;
border: 1px solid #CCC;
text-align: left;
background-color:#CC0000;
}

#sidebar-itseasy h2 {
font-size: 14px;
font-weight:bold;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}

#sidebar h3 {
font-size: 14px;
}

.sidebar-grayedout {
color:#999999;
}

#sidebar ul {
list-style-type: none;
width: 150px;
padding: 0 0 0 20px;
margin: 0;
}

#sidebar ul li {
margin-bottom: 5px;
}

#sidebar p {
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height: 14px;
font-size:12px;
}

.sidebarbox {
width: 180px;
min-height: 100px;
padding: 5px;
border: 1px solid #CCC;
text-align: left;
}

.sidebarbox-grayedout {
width: 180px;
min-height: 100px;
padding: 5px;
border: 1px solid #CCC;
text-align: left;
background-color:#E0E0E0;
color:#999999;
}



/* FOOTER */

#footer {
width: 100%;
height: 24px;
background: #CC0000;
color: #FFF;
margin: 0;
clear: both;
}

#footertxt {
padding: 5px;
font-size: 9px;
}

#footertxt a {
color:#FFFFFF;
text-decoration:underline;
}

#footertxt a:hover {
color:#FFFFFF;
text-decoration:none;
}

#footertxt a:visited {
color:#FFFFFF;
text-decoration:underline;
}

/* TESTIMONIAL BOX */

#testimonial-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#testimonial-box          {
                          width:100%;
						  margin:auto;
						  border:1px #333333 solid;
						  background-color:#FFFFCC;
						  }
						  
#testimonial-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#testimonial-content h3    {
                          font-family:Tahoma;
						  color:#CC0000;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  margin-top:0px;
						  }

#testimonial-content p    {
						  font-size:14px;
						  line-height:16px;
						  text-indent:0em;
						  }
						  
.testifier-name			{
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						font-weight:bold;
						}

/* HEADINGS */

h1 {
font-size: 24px;
font-weight: bold;
color: #CC0000;
font-family:Tahoma;
letter-spacing:-.03em;
}

h2 {
font-size: 18px;
font-weight: bold;
}

h3 {
font-size: 18px;
font-weight: bold;
}

#contentcontainer p ul ol {
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
}

/* LINKS */

A:link {text-decoration: underline; color: #0000FF;}
A:visited {text-decoration: none; color: #0000FF;}

/* ALIGNMENTS */

.imgfltleft {
float: left;
padding-bottom: 10px;
padding-right: 10px;
}

.imgfltright {
float: right;
padding-bottom: 10px;
padding-left: 10px;
}

.imgpad {
padding: 10px;
}

img {
border-width: 0px;
}

/* TEXT */

.smalltxt1 {
font-size: 9px;
line-height: 12px;
}

.redtxt {
color: #FF0000;
}

.bluetext {
color: #0000FF;
}

.smalltxt9pxblack {
font-size: 9px;
color: #000;
}

.smalltxt10pxblue {
font-size: 10px;
font-style: italic;
color: #0000FF;
}

.bold {

	font-weight: bold;

}

.bold-highlight {

	font-weight: bold;

	background-color: #FFFF00;

}

.bold-italic {

	font-style: italic;

	font-weight: bold;

}

.bold-underline {

	font-weight: bold;

	text-decoration: underline;

}

.bold-highlight-italic {

	font-style: italic;

	background-color: #FFFF00;

	font-weight: bold;

}

.bold-highlight-underline {

	font-weight: bold;

	background-color: #FFFF00;

	text-decoration: underline;

}

.bold-highlight-italic-underline {

	font-style: italic;

	font-weight: bold;

	text-decoration: underline;

	background-color: #FFFF00;

}

.bold-italic-underline {

	font-style: italic;

	font-weight: bold;

	text-decoration: underline;

}

.highlight {

	background-color: #FFFF00;

}

.italic {

	font-style: italic;

}

.italic-highlight {

	font-style: italic;

	background-color: #FFFF00;

}

.italic-underline {

	font-style: italic;

	text-decoration: underline;

}

.italic-highlight-underline {

	font-style: italic;

	text-decoration: underline;

	background-color: #FFFF00;

}

.underline {

	text-decoration: underline;

}

.strikethrough {

	text-decoration: line-through;

}

.strikethrough-bold {

	font-weight: bold;

	text-decoration: line-through;

}

.strikethrough-highlight {

	text-decoration: line-through;

	background-color: #FFFF00;

}

.strikethrough-italic {

	font-style: italic;

	text-decoration: line-through;

}

.strikethrough-bold-highlight {

	font-weight: bold;

	text-decoration: line-through;

	background-color: #FFFF00;

}

.strikethrough-bold-italic {

	font-style: italic;

	font-weight: bold;

	text-decoration: line-through;

}

.strikethrough-bold-highlight-italic {

	font-style: italic;

	font-weight: bold;

	text-decoration: line-through;

	background-color: #FFFF00;

}

.strikethrough-highlight-italic {

	font-style: italic;

	text-decoration: line-through;

	background-color: #FFFF00;

}


.redbold {
	color: #E41C39;
    font-weight: bold;
}

.bluebold {

	color: #0000FF;
    font-weight: bold;
}



.font-Georgia {

	font-family: Georgia, "Times New Roman", Times, serif;

}

.font-Courier {

	font-family: "Courier New", Courier, "Times New Roman", mono;

}

.font-Geneva {

	font-family: Geneva, Arial, Helvetica, sans-serif;

}

.font-Trebuchet {

	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;

}

.font-Impact {

	font-family: 'Impact', Verdana, Arial, Helvetica, sans-serif;

}

.font-ComicSans {

	font-family: 'Comic Sans MS', Georgia, "Times New Roman", Times, serif;

}



/* OVERLAY STYLES - BLACK */

.black {
	color: #000000;
}
.black-bold {
	color: #000000;
	font-weight: bold;
}
.black-bold-highlight {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
}
.black-bold-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.black-bold-underline {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.black-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.black-bold-highlight-underline {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.black-bold-highlight-italic-underline {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.black-bold-italic-underline {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.black-highlight {
	color: #000000;
	background-color: #FFFF00;
}
.black-highlight-underline {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.black-italic {
	color: #000000;
	font-style: italic;
}
.black-italic-highlight {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
}
.black-italic-underline {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
}
.black-italic-highlight-underline {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.black-underline {
	color: #000000;
	text-decoration: underline;
}
.black-strikethrough {
	color: #000000;
	text-decoration: line-through;
}
.black-strikethrough-bold {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
}
.black-strikethrough-highlight {
	color: #000000;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.black-strikethrough-italic {
	color: #000000;
	font-style: italic;
	text-decoration: line-through;
}
.black-strikethrough-bold-highlight {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.black-strikethrough-bold-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.black-strikethrough-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.black-strikethrough-highlight-italic {
	color: #000000;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - WHITE */

.white {
	color: #FFFFFF;
}
.white-bold {
	color: #FFFFFF;
	font-weight: bold;
}
.white-bold-highlight {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
}
.white-bold-italic {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
.white-bold-underline {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.white-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.white-bold-highlight-underline {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.white-bold-highlight-italic-underline {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.white-bold-italic-underline {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.white-highlight {
	color: #000000;
	background-color: #FFFF00;
}
.white-highlight-underline {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.white-italic {
	color: #FFFFFF;
	font-style: italic;
}
.white-italic-highlight {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
}
.white-italic-underline {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: underline;
}
.white-italic-highlight-underline {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.white-underline {
	color: #FFFFFF;
	text-decoration: underline;
}
.white-strikethrough {
	color: #FFFFFF;
	text-decoration: line-through;
}
.white-strikethrough-bold {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: line-through;
}
.white-strikethrough-highlight {
	color: #000000;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.white-strikethrough-italic {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: line-through;
}
.white-strikethrough-bold-highlight {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.white-strikethrough-bold-italic {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.white-strikethrough-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.white-strikethrough-highlight-italic {
	color: #000000;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - RED */

.red {
	color: #CC0000;
}
.red-bold {
	color: #CC0000;
	font-weight: bold;
}
.red-bold-highlight {
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFF00;
}
.red-bold-italic {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}
.red-bold-underline {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
.red-bold-highlight-italic {
	color: #CC0000;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.red-bold-highlight-underline {
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.red-bold-highlight-italic-underline {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.red-bold-italic-underline {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.red-highlight {
	color: #CC0000;
	background-color: #FFFF00;
}
.red-highlight-underline {
	color: #CC0000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.red-italic {
	color: #CC0000;
	font-style: italic;
}
.red-italic-highlight {
	color: #CC0000;
	font-style: italic;
	background-color: #FFFF00;
}
.red-italic-underline {
	color: #CC0000;
	font-style: italic;
	text-decoration: underline;
}
.red-italic-highlight-underline {
	color: #CC0000;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.red-underline {
	color: #CC0000;
	text-decoration: underline;
}
.red-strikethrough {
	color: #CC0000;
	text-decoration: line-through;
}
.red-strikethrough-bold {
	color: #CC0000;
	font-weight: bold;
	text-decoration: line-through;
}
.red-strikethrough-highlight {
	color: #CC0000;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.red-strikethrough-italic {
	color: #CC0000;
	font-style: italic;
	text-decoration: line-through;
}
.red-strikethrough-bold-highlight {
	color: #CC0000;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.red-strikethrough-bold-italic {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.red-strikethrough-bold-highlight-italic {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.red-strikethrough-highlight-italic {
	color: #CC0000;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - BLUE */

.blue {
	color: #0000FF;
}
.blue-bold {
	color: #0000FF;
	font-weight: bold;
}
.blue-bold-highlight {
	color: #0000FF;
	font-weight: bold;
	background-color: #FFFF00;
}
.blue-bold-italic {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
}
.blue-bold-underline {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
.blue-bold-highlight-italic {
	color: #0000FF;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.blue-bold-highlight-underline {
	color: #0000FF;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.blue-bold-highlight-italic-underline {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.blue-bold-italic-underline {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.blue-highlight {
	color: #0000FF;
	background-color: #FFFF00;
}
.blue-highlight-underline {
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFF00;
}
.blue-italic {
	color: #0000FF;
	font-style: italic;
}
.blue-italic-highlight {
	color: #0000FF;
	font-style: italic;
	background-color: #FFFF00;
}
.blue-italic-underline {
	color: #0000FF;
	font-style: italic;
	text-decoration: underline;
}
.blue-italic-highlight-underline {
	color: #0000FF;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.blue-underline {
	color: #0000FF;
	text-decoration: underline;
}
.blue-strikethrough {
	color: #0000FF;
	text-decoration: line-through;
}
.blue-strikethrough-bold {
	color: #0000FF;
	font-weight: bold;
	text-decoration: line-through;
}
.blue-strikethrough-highlight {
	color: #0000FF;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.blue-strikethrough-italic {
	color: #0000FF;
	font-style: italic;
	text-decoration: line-through;
}
.blue-strikethrough-bold-highlight {
	color: #0000FF;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.blue-strikethrough-bold-italic {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.blue-strikethrough-bold-highlight-italic {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.blue-strikethrough-highlight-italic {
	color: #0000FF;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - GREEN */

.green {
	color: #006600;
}
.green-bold {
	color: #006600;
	font-weight: bold;
}
.green-bold-highlight {
	color: #006600;
	font-weight: bold;
	background-color: #FFFF00;
}
.green-bold-italic {
	color: #006600;
	font-style: italic;
	font-weight: bold;
}
.green-bold-underline {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}
.green-bold-highlight-italic {
	color: #006600;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.green-bold-highlight-underline {
	color: #006600;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.green-bold-highlight-italic-underline {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.green-bold-italic-underline {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.green-highlight {
	color: #006600;
	background-color: #FFFF00;
}
.green-highlight-underline {
	color: #006600;
	text-decoration: underline;
	background-color: #FFFF00;
}
.green-italic {
	color: #006600;
	font-style: italic;
}
.green-italic-highlight {
	color: #006600;
	font-style: italic;
	background-color: #FFFF00;
}
.green-italic-underline {
	color: #006600;
	font-style: italic;
	text-decoration: underline;
}
.green-italic-highlight-underline {
	color: #006600;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.green-underline {
	color: #006600;
	text-decoration: underline;
}
.green-strikethrough {
	color: #006600;
	text-decoration: line-through;
}
.green-strikethrough-bold {
	color: #006600;
	font-weight: bold;
	text-decoration: line-through;
}
.green-strikethrough-highlight {
	color: #006600;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.green-strikethrough-italic {
	color: #006600;
	font-style: italic;
	text-decoration: line-through;
}
.green-strikethrough-bold-highlight {
	color: #006600;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.green-strikethrough-bold-italic {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.green-strikethrough-bold-highlight-italic {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.green-strikethrough-highlight-italic {
	color: #006600;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - FONTS */

.all-caps {
	text-transform: uppercase;
}
.all-lowercase {
	text-transform: lowercase;
}
.all-firstlettercaps {
	text-transform: capitalize;
}

.list-name {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#0000CC;
font-weight:bold;
}

.list-name a {
text-decoration:underline;
color:#0000CC;
}

.list-name a:hover {
text-decoration:underline;
color:#0000CC;
}

.yes-option {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#0000CC;
font-weight:bold;
}

.no-option {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#0000CC;
font-weight:bold;
}

/* OPTIN BOX */

#optinbox-container    {
               			   width:76%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						 
					   
#upper-optinbox-container    {
               			   width:100%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   margin-bottom:0px;
						   }
						   
#optinbox-box          {
                          width:100%;
						  margin:auto;
						  border:2px #000000 dashed;
						  background-color:#FFFFCA;
						  }
						  
#optinbox-content      {
                           width:95%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#optinbox-content h3    {
                          font-family:Tahoma;
						  font-size:22px;
						  line-height:24px;
						  text-align:center;
						  margin-top:0px;
						  }
						  
#optinbox-content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	color:#000066;
}

#optinbox-content p      {
    font-size: 13px;
}

#optinbox-hover    {
font-size:13px;
}

#optinbox-hover h3    {
                          font-family:Tahoma;
						  font-size:22px;
						  line-height:24px;
						  text-align:center;
						  margin-top:0px;
						  }
						  
#optinbox-hover h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	color:#000066;
}

#optinbox-hover p      {
    font-size: 13px;
}
						  
#optinbox-1SCbox {
					width:90%;
					margin:auto;
					font-family:Arial, Helvetica, sans-serif;
					font-size:14px;
					text-align:left;
					}
					
#upper-optinbox-1SCbox {
					margin:auto;
					font-family:Arial, Helvetica, sans-serif;
					font-size:14px;
					text-align:left;
					margin-bottom:0px;
					}
					
#submitpad {
  padding: 8px;
  background-color: #CC0000;
  margin: 0px;
  border-width: 3px;
  border-color: #CC0000;
  border-spacing: 0;
  margin-bottom:0px;
}

#submitpad-upper {
  padding: 8px;
  background-color: #CC0000;
  margin: 0px;
  border-width: 3px;
  border-color: #CC0000;
  border-spacing: 0;
  margin-bottom:0px;
  width:320px;
}

.submit {
font-size:22px;
width:425px;
}

.submit-upper {
font-size:16px;
width:320px;
}

#psmreport-pic {
width:190px;
float:right;
margin-left:10px;
margin-bottom:10px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
}
