@import 'styles.css';

body {
   
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   width: 1000px;
   margin: auto;
   padding: 0px;
   border: 1px solid #c90016;
   background-color: #c90016;
	

}

div#sub-main-body {
					
   background-image: url('http://curecvsnow.com/fileadmin/templates/ver1/images/background-sub.jpg'); 
   background-repeat: repeat-y;
   background-color: #c90016;
   background-position: 50%;
   padding: 0px;
   border: 1px solid #c90016;
					
}


div#sub-main-body h1,h2,h3,h4,h5,h6 {
					
   font-size: 18px;
   color: #108cb5;
					 
}

div#sub-main-body a:link {

   color: #108cb5;
   font-weight: bold;
   text-decoration: none; 

}

div#sub-main-body a:active {

   color: #108cb5;
   font-weight: bold;
   text-decoration: none; 

}

div#sub-main-body a:visited {

   color: #108cb5;
   font-weight: bold;
   text-decoration: none; 

}

div#sub-main-body a:hover {

   color: #108cb5;
   font-weight: bold;
   text-decoration: underline; 

}

div#sub-sidebar-left {
					
   color: #393939;
   float: left;
   width: 220px;
   padding: 15px 10px 10px 15px;
					
}

div#sub-sidebar-left ul {
					
   list-style-type: none;
   padding: 0px 0px 0px 10px;
   margin: 0px;
					
}

div#sub-sidebar-left li {
   
   padding-left: 0px;
   margin-bottom: 10px;
}

div#sub-sidebar-left a:link {
   
   color: #393939; 
   font-weight: normal;
   text-decoration: none; 

}

div#sub-sidebar-left a:active {

   color: #393939; 
   font-weight: normal;
   text-decoration: none; 
   
}

div#sub-sidebar-left a:visited {

   color: #393939;
   font-weight: normal;
   text-decoration: none; 
 
}

div#sub-sidebar-left a:hover {
   
   color: #393939;
   font-weight: normal;
   text-decoration: underline; 

}

div#ga-petitionSignContent {

color: #ffffff;
background-color: #de2700;
font-size: 18pt;

}

div#sub-main-content {

   width: 690px;
   margin-left: 265px;
   padding: 15px 15px;
   line-height: 14pt;

}

div#footer {

   border: 1px solid #c90016;
   padding: 0px;

}

div#footer img {
   
   border: 0px;
   
}

form label {
   
   font-weight: bold;
   clear: right;
   margin-top: 10px;
   display: block;
   
}