@charset "utf-8";
/* CSS Document for Vast MarCom Services (6/19/2008 updated 12/27/2008) */

#textblock { /* #textblock controls the properties of the site's content */
 background-image: url(images/text.jpg);
 background-repeat: no-repeat;
 background-color: #FFFFFF;
 background-position: bottom; 
 font-family: Verdana, Tahoma, Arial, sans-serif; /* Controls the font face */
 font-size: 12px; /* Controls the size of the font */
 padding-left: 10px;
 padding-right: 10px;
 color: #000000; /* Controls the color of the font - #000000 is black */
 min-height:239px; height:auto; height:239px; /* Sets the template's minimum height for the content at 239px */
 }
 
#textblock A:link {text-decoration: underline; color: #53061E; font-size: 12px;}  /* These control link properties for the content */
#textblock A:visited {text-decoration: underline; color: #53061E; font-size: 12px;}
#textblock A:active {text-decoration: underline; color: #53061E; font-size: 12px;}
#textblock A:hover {text-decoration: underline; color: #53061E; font-size: 12px;}

#copyright { /* #copyright controls the properties of the site's copyright info */
 font-family: Verdana  ; 
 font-size: 11px; /* Controls the size of the font */
 color: #ffffff; /* Controls the color of the font - #ffffff is white */
 text-align: center; 
 }
 
#copyright A:link {text-decoration: none; color: #ffffff; }  /* These control link properties for the copyright */
#copyright A:visited {text-decoration: none; color: #ffffff; }
#copyright A:active {text-decoration: none; color: #ffffff; }
#copyright A:hover {text-decoration: underline; color: #ffffff; }

.list {
	list-style-type: disc;
}
