/* CSS Midwest EMI main style 1.01 */
/* Written by Frank Ortiz                  */
/* Last updated 11/10/2010              */

/* 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 */

a.gss:link { color: black; text-decoration: none }
a.gss:active { color: black; text-decoration: none }
a.gss:visited { color: black; text-decoration: none }
a.gss:hover { color: black; text-decoration: underline }

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;
		font-weight: bold;}

td.bubble2 {
        background-image: url("./images/blob2.gif");background-repeat:no-repeat; background-position:center; 
        height: 28;
        width:100;
        font: 9pt arial;
        text-align:center;}
		
td.bubble2end {
        background-image: url("./images/blob22.gif");background-repeat:no-repeat; background-position:center; 
        height: 28;
        width:100;
        font: 9pt arial;
        text-align:center;}
		
td.bubble3 {
        background-image: url("./images/blob.gif");background-repeat:no-repeat; background-position:center; 
        height: 40;
        width:100;
        font: 10pt arial;
        text-align:center;
		font-weight: bold;}		
		
td.bubble4 {
        background-image: url("./images/blob.gif");background-repeat:no-repeat; background-position:bottom; 
        padding:20px;
		height:50px;
        width:100;
        font: 10pt arial;
        text-align:center;
		font-weight: bold;}
		
#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; 
		width: 750px; 
}

#links {
        text-align: center;
        font: 10pt georgia;}

#footer { 
	text-align: center; 
      font: 8pt/16pt georgia;}
