body {
	font-family: Verdana, sans-serif;
	color: #000; 
	background-color: #CCC;
	background-image: url("images/phtv-background.gif");
	background-repeat: repeat-x;
	margin: 0px 0px; padding: 0px;
	
}

td { font-family: Verdana, sans-serif; }

table { margin: 0; }

a { color: #5566CC; }
a:hover {  }
a:visited { }

div#header {		

				width: 870px; 
				height: 120px; 
				margin: 1em auto 0 auto; 
				background: url("images/phtv-header.gif") top left no-repeat;
				border-top: 1px solid black;
				border-left: 1px solid black; 
				border-right: 1px solid black; 
			}
div#header img { border: 0; }
	
	
h1, h2, h3 { color: #339900 }

h1 { font-size: 180%;}
h3 { font-size: 150%; }
h4 { font-size: 120%;}
			
/*-----------------------------------------------------------------------*/
		
		
div#top-nav-container { 
						width: 870px;
						margin: 0 auto;	
						border-left: 1px solid black; 
						border-right: 1px solid black; 
						background: #808080;
					}
		
div#top-nav {	
				padding: 2px 10px 12px 100px;
				font-family: verdana, sans-serif;
				font-size: 80%;
				font-weight: bold;
				color: #FFF;
				text-transform: uppercase;
				border-bottom: 1px solid white;
 		 }

div#top-nav a { text-decoration: none; color: #FFF; }
div#top-nav a:hover { text-decoration: underline; color: #FFF; }
div#top-nav ul { display: inline; margin: 0; padding: 0; }
div#top-nav li {	display: inline; 					
					background-image: url("/inc/images/right-arrow.gif"); 
					background-repeat: no-repeat;
					background-position: 0.2em 0.15em;
					margin: 0 0 0 0px;
					padding: 0 0 0 1.6em;
					text-transform: uppercase;
			}
			
div#search { float: right; padding-right: 110px; }			
input.smallTextInput { font-size: 8pt; }
input.smallButton { font-size: 8pt; }

.smallDropDown { font-size: 80%; text-transform: none; }
.noMarginsForm { margin: 0; display: inline; }

div#loginInfo {	
				position: absolute;
				right: 10px;
				padding: 8px 10px 8px 10px;
				font-family: verdana, sans-serif;
				font-size: 80%;
				font-weight: bold;
				color: #FFF;
 		 }


/*-----------------------------------------------------------------------*/

div#leaderBoard { 
					width: 870px; 
					margin: 0 auto;
					height: 100px; 
					background-color: white; 
					border-top: 1px solid black;
					border-left: 1px solid black; 
					border-right: 1px solid black; 
					text-align: center;
					padding-top: 1em;
					font-size: 80%;
				}

div#content { 
					width: 870px; 
					margin: 0 auto;
					font-size: 70%; 
					border-top: 1px dotted silver; 
					border-left: 1px solid black; 
					border-right: 1px solid black; 
					background-color: white;
			}


div#menu { 
					padding: 1em; 
					margin-left: 0em; 
					background-color: white;
				}
div.link { 
			background-image: url("images/phtv-background.gif");
			padding: 0.5em 1.5em;
			color: white;
			border-bottom: 1px dotted silver;
		}
div.link a { color: white; text-decoration: none; }
div.link a:hover { color: white; font-weight: bold; }

div#MPU { padding: 1em; border-top: 1px dotted silver; text-align: center; }



/*-----------------------------------------------------------------------*/

div#outerfooter {

				clear: both;
				margin: 0 auto;
				border: 1px solid #000;
				/*padding: 10px;*/
				background: #808080; 
				font-size: 60%;
				color: white;
				width: 870px;
				padding: 2px 0;
			}


div#footer a { text-decoration: none; color: #FFF; }
div#footer a:hover { text-decoration: underline; }

div#terms		{ float: left; padding-left: 2px; }
div#copyright 	{ text-align: center; }
div#hostname 	{ float: right; padding-right: 2px;  }



