/* MegaHit style sheet   */

#titleBox {
	position: relative;
	top: 0px;
	border: 0px;
	padding: 10px;
	margin: 5px 0 5px 5px; 
	background-color: #000000;	
	color: #FFFFFF;
	/*specify width, for if the text isn't as wide as one line */
	width: 495px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:475px;		
}
html>body #titleBox {
  	width:475px;
}

#titleBox .title {
	font-size: 16px;
	font-weight: bold;
}

#titleBox .subtitle {
	font-size: 12px;
	font-weight: normal;
}

#topImage {
	border: 0px;
	margin: 0 0 0 5px; 
	color: #FFFFFF;		
}

#bodyCopy {
	border: 0px;
	padding: 10px;
	margin: 0 0 5px 5px; 
	background-color: #FFFFFF;	
	color: #333333;
}

/*******************************/
/* navigation */
/*******************************/
#menuCell {
	background-color: #FFF;
	border-top: 5px solid #ffffff;
}

#navcontainer
{
	position: relative;
	top: 0px;
	margin: 0px 0px 0px 0px; 
	
	width: 240px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:240px;
	
	
	float: left;
	background-color: #FFFFFF;
}
html>body #navcontainer {
  	width:240px;
}

#navcontainer .title {
	font-size: 11px;
	text-decoration: underline;
	color: #333;
}

#navcontainer .subtitle {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
}

#navcontainer ul
{
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
}

#navcontainer li 
{ 
	margin: 0 0 2px 0;
}

#navcontainer a
{
	display: block;
	color: #333;
	background-color: #eeeeee;
	padding: 5px 10px;
	text-decoration: none;
	border-left: 5px solid #eeeeee;
	border-right: 5px solid #eeeeee;
	margin: 0px 0px 0px 0px;

	width: 240px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:210px
}
html>body #navcontainer a {
  width:210px;
}

#navcontainer a:hover
{
	background-color: #ffffff;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	margin: 0px 0px 0px 0px;
}

#active a
{
	display: block;
	color: #333;
	padding: 5px 10px;
	text-decoration: none;
	background-color: #ffffff;
	border-left: 5px solid #FF6600;
	border-right: 5px solid #FF6600;
	margin: 0px 0px 0px 0px;
	
	width: 240px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:210px
}
html>body #active a {
  	width:210px;
}
#active a:hover
{
	border-left: 5px solid #FF6600;
	border-right: 5px solid #FF6600;
	background-repeat: no-repeat;
}

#active .title {
	font-size: 11px;
	text-decoration: none;
}

#active .subtitle {
	color: #333;
	text-decoration: none;
}

#pageNav {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}

#menuTitle {
	display: block;
	color: #FFFFFF;
	padding: 5px 10px;
	text-decoration: none;
	background-color: #FF6600;
	border-left: 5px solid #FF6600;
	border-right: 5px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	font-size: 11px;
	margin: 0 0 2px 0;
	
	width: 240px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:210px
}
html>body #menuTitle {
  	width:216px;
}

#pageBox {
	padding: 3px;
	padding-right: 10px;
	color:#FFFFFF;
	background-color: #FF6600;
	font-size: 11px;
	margin:0;
	margin-top: 0px;

}

#pageBox a {
	color: #ffffff;
}

