/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Arial,sans-serif;
	background:#002188;
	}
img{
	border:0;
	}
#pgTop{text-align:center;}
#myDisneyTextLogo{padding:20px;}
#menuTop{height:50px;}
#pgContentContainer{
	text-align:center;
	margin:0 15px;
	}
#pgContent{
	width:900px;
	margin:auto;
	text-align:left;
	}
#pgContentCenter{
	width:900px;
	margin:auto;
	text-align:center;
	}
#footer{color:#FFCC00; text-align:center; padding:20px;}
#footer a{color:#FFCC00}
#footer a:hover{color:#FFCC00}

#footer2{color:#000099; text-align:center; padding:20px;}
#footer2 a{color:#000099}
#footer2 a:hover{color:#000099}

.padding20{padding:20px;}
.text20{font-size:20px;}
.textWhite{color:#FFFFFF}
.textGold{color:#FFCC00}

.copyrightWhite {color:#FFFFFF, font-size:10px;}
.copyrightGold {color:FFCC00, font-size:10px;

.left{float:left}
.right{float:right}
.clearboth{clear:both}

#rolloverContainer{}
#rolloverContainer a{display:block; height:45px; width:320px; overflow:hidden;}
#rolloverContainer a:hover{display:block; text-indent:-320px;}


.CSS-Gold-Link A:active
{
	COLOR: #FFCC00;
 	text-decoration: underline;
}
.CSS-Gold-Link A:link
{
	COLOR: #FFCC00;
 	text-decoration: underline;
}
.CSS-Gold-Link A:visited
{
	COLOR: #FFCC00;
	text-decoration: underline;
}
.CSS-Gold-Link A:hover
{
	COLOR: #FFCC00;
 	text-decoration: underline;
}
