/* CSS Midwest EMI main style 1.00 */
/* Written by Frank Ortiz                  */
/* Last updated 2/24/2006              */

/* basic elements */
body {
	background: #fff url("./images/cbsbg2.gif");
      margin: 0 auto 0 auto;
	padding: 20;
	width: 750px; 
	text-align: center;}

h3{font-family:verdana;
    font-size:2ex;}

h4{font-family:verdana;
    font-size:1.5ex;}

p,li{font-family:verdana;
    font-size:1.5ex;}

.linkbar:link,.linkbar:visited {
	color: #fff;
	font-weight: bold;}

a:visited, a:link, a:active, .linkbar:active {
	color: #3B73B9;
	text-decoration: none;}


a:hover, .linkbar:hover {
	color: #A9B8DF;
      font-weight: bold;
	text-decoration: underline;}


/* specific divs */
td.bubble {
        background-image: url("./images/blob.gif");background-repeat:no-repeat; background-position:center; 
        height: 50;
        width:100;
        font: 10pt arial;
        text-align:center;}

td.bubble2 {
        background-image: url("./images/blob2.gif");background-repeat:no-repeat; background-position:center; 
        height: 30;
        width:110;
        font: 10pt arial;
        text-align:center;}

#header {
    background-image: url("./images/midwestlogo.jpg"); height:176;background-color:#fff;background-repeat:no-repeat;background-position:center;}

#container { 
	background: #fff no-repeat top left; 
	padding: 0px 17px 0px 17px;  
	margin: 0px; }

#links {
        text-align: center;
        font: 10pt georgia;}

#footer { 
	text-align: center; 
      font: 8pt/16pt georgia;}