body{
background-image:url('./images/stripe.png');
background-repeat: repeat-x

}

div#topBar {   
padding-top: 10px;
padding-bottom: 10px;
background-image:url('./images/topBarGB.png');
height: 164px;
} 

div#mainStuff {  
padding-top: 20px;
padding-bottom: 10px;
background-image:url('./images/fade.png');
background-repeat: repeat-x;
height: 300px;
} 

.greyButtons{
padding-top: 5px;
padding-left: 20px;
background-image:url('./images/bf.png');
color: white;
font-size: 2.5em;
height:54px;
width= 300px;
margin-bottom: 5px;

}

.MenuBoxText{
	height: 24px;
	width:295px;
	font-size: 18px;
	color: white;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-bottom: 2px;

	background-image:url('./images/menufade.png');
}
.MainGraphic {
	border-color: black;
	border-bottom: solid;
	border-top: solid;
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	}
.underlineItem {
	margin-top: -5px;
	border-color: black;
	border-bottom: solid;
	border-width: 1px;
}
.boxItem {
	border-color: #696969;
	border-bottom: solid;
	border-top: solid;
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	padding: 2px;
}
.menuLevel2 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background:white;
}

.rowOn {
	background-color:#f5f5f5;
}
.rowOff {
	background-color:#dcdcdc;
}

.twitterTime {
	text-align: right;
	color: black;
	font-style: italic;
}

.latestMediaTextBox{
	margin-top :-40px;
	margin-left: 50px;
}
.titles {
	font-size: 1.5em;
	
}

a.bigWhiteLink:link { 
	color: white;
	text-decoration: none;
}
a.bigWhiteLink:visited { 
	color: white;
	text-decoration: none;
	}
a.bigWhiteLink:hover { 
	color: white; 
	text-decoration: none;

}


.moveCalendarUp {
	margin-top: -10px;
}

a.MenuText:link { 
	color: black;
	font-size: 1.1em;
	text-decoration: none;
}
a.MenuText:visited { 
	color: black;
	font-size: 1.1em;
	text-decoration: none;
	}
a.MenuText:hover {
	color: black;
	font-size: 1.1em;
	text-decoration: underline;

}