/* MPH Css */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/background/green.png)
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}

h1 {font-family:Verdana;
	font-size:18px;
	color:#000000;
	font-weight:bold;
	}

#top-yellow-line {background-image:url(../images/top-yellow-line.png);
                  background-repeat:repeat-x;
				  }

#header {height:321px;
}

#contentheads { margin-top:5px;
                
}

#bodycontent { background-image:url(images/background/green.png);
               background-repeat:repeat-y;
			   background-position:right;
			   height:100%;
			   padding-top:5px;
			   padding-left:10px;
			   padding-right:10px;
			   margin-top:0px;
			   font-family:Verdana;
			   font-size:11px;
			   color:#FFFFFF;
			   }
			   
#contentbottom {background-image:url(../images/contentbotrep.png);
                background-repeat:no-repeat;
				background-position:right;
				width:546px;
				height:7px;
				}
				
#footer { background-image:url(../images/footermiddle.png);
          background-repeat:repeat-x;
          font-family:Verdana;
          font-size:10px;
	      color:#333333;
			 }
			 
#newslettermidrep {background-image:url(../images/leftmidrep.png);
                   background-repeat:repeat-y;
				   font-family:Verdana;
				   font-size:9px;
				   color:#FFFFFF;
				   padding-top:5px;
				   padding-left:5px;
				   }
				   
#sponsorsrightmidrep {background-image:url(../images/leftmidrep.png);
                   background-repeat:repeat-y;
				   font-family:Verdana;
				   font-size:9px;
				   color:#FFFFFF;
				   padding-top:5px;
				   padding-left:5px;
				   margin-left:5px;
				   }
				   
#newsletterbot {background-image:url(../images/leftbot.png);
                background-repeat: no-repeat;
				height:6px;
				width:165px;
				margin-bottom:5px;
				   }
				   
#sponsorsbot {background-image:url(../images/leftbot.png);
                background-repeat: no-repeat;
				height:6px;
				width:165px;
				margin-bottom:5px;
				margin-left:5px;
				   }
				   
#formstyle { background-color:#1e1e1e;
             border:1px;
			 border-color:#7b7b7b;
}

.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:black;
color:yellow;
font: bold 18px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}