/***************************************Global Styles
****************************************************/

body, h1, h2, h3, ul, ol, li, p, img
	{
		margin:0;
		padding:0;
	}

body
	{
		background-color:#90d161;
		font-family:"Arial Rounded MT Bold", "lucida grande", "trebuchet ms", 
		verdana, arial;
		color:#4b2c00;
		background-image:url(images/bodyBg.gif);
	}

h1
	{
		font-size:1.5em;
	} 

h1, h2, h3
	{
		font-weight:normal;
	}

p
	{
		font-size:12px;
		line-height:2em;
	}

h3
	{
		color:#36b42f;
	}

a:link, a:visited
	{
		color:#e96621;
		text-decoration:none;
	}

a:hover, a:active
	{
		color:#4b2c00;
	}

img
	{
		border:none;
	}

.bold
	{
		font-weight:bold;
	}

.italics
	{
		font-variant:italic;
	}

/***********************************Navigation Styles
****************************************************/

#navigation
	{
		background-image:url(images/navigationBg.gif);
		width:810px;
		margin:0 auto;
		background-position:bottom;
		background-repeat:no-repeat;
		height:55px;
	}

#navigation ul, #footer ul
	{
		text-align:right;
		padding:8px 0;
		margin-right:20px;
	}

#navigation li, #footer li
	{
		display:inline;
		margin:0 2px;
	}

.inactive
	{
		padding-left:18px;
	}

#navigation a:link, #navigation a:visited
	{
			padding-left:18px;
	}

#navigation a:hover, #navigation a:active
	{
		background-image:url(images/miniNote.gif);
		background-position:left;
		background-repeat:no-repeat;
		border-bottom:1px dashed #4b2c00;
	}

/*************************************Page Top Styles
****************************************************/

#main
	{
		width:810px;
		margin:0 auto;
		background-image:url(images/mainBg.gif);
		background-repeat:repeat-y;
	}

.logo
	{
		margin:0 0 0 25px;
	}

.theBand
	{
		margin-bottom:-2px;
		margin-right:10px;
		margin-top:-25px;
		
	}

/***********************************Right Side Styles
****************************************************/

#rightSide
	{
		float:right;
		width:324px;
		margin-top:40px;
		text-align:right;	
		margin-right:4px;
	}

#rightSideTop
	{
		background-image:url(images/rightSideTopBg.gif);
		background-repeat:no-repeat;
		height:60px;
		background-color:#ffdb79;
		margin-bottom:-20px;
		margin-right:1px;
	}

#rightSideBottom
	{
		background-image:url(images/rightSideBottomBg.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		height:40px;
		margin-right:1px;
	}

#rightSideContent
	{
		background-image:url(images/rightSideBg.gif);
		padding:0;
		margin-right:1px;
	}

#rightSideContent h1
	{
		padding-right:15px;
		color:#e96621;
	}

/******************************Upcoming Events Styles
****************************************************/

#calendarTop, #calendarBottom
	{
		width:305px;
		height:19px;
		margin-left:18px;
	}

#calendarTop
	{
		background-image:url(images/calendarTop.gif);
	}

#calendarBottom
	{
		background-image:url(images/calendarBottom.gif);
	}

#calendarContent
	{
		width:305px;
		background-color:#fdf4b4;
		margin-left:18px;
	}

.calendar
	{
		text-align:left;
		width:285px;
		font-size:12px;
		padding:0 10px;
		line-height:1.5em;
	}
	
.calendar_date_text, #calendarContent .headline
	{ 
		width:272px;
		margin-right:10px;			
		font-size:14px;
		background-image:url(images/orangeNote.gif);
		background-repeat:no-repeat;
		background-position:left;
		padding:8px 0 5px 23px;
		border-top:1px dashed #4b2c00;
	}

.calendar_event_title_text 
	{
		font-size:14px; 
	}

/***********************************Orange Box Styles
****************************************************/

#orangeBoxTop, #orangeBoxBottom
	{
		width:309px;
		height:16px;
		margin-right:25px;
		background-repeat:no-repeat;
	}

#orangeBoxTop
	{
		background-image:url(images/orangeBoxTop.gif);
	}

#orangeBoxBottom
	{
		background-image:url(images/orangeBoxBottom.gif);
	}

#orangeBoxContent
	{
		background-color:#ff9130;
		width:279px;
		padding:0 15px;
		margin-right:25px;
		text-align:left;
	}

#orangeBoxContent img, .leftImage
	{
		border:2px solid white;
		margin-right:10px;
		float:left;
	}

#orangeBoxContent .headline
	{
		color:#fdf4b4;
		font-size:1.05em;
		line-height:1.75em;
		margin:0;
	}

#orangeBoxContent p
	{
		color:white;
		font-size:13px;
		line-height:1.5em;
	}

#mySpaceBanner
	{
		background-image:url(images/mySpaceBannerBg.gif);
		height:96px;
		margin-top:20px;
		margin-right:1px;
		padding-right:30px;
		padding-top:10px;
		background-repeat:no-repeat;
		background-position:right;
		padding-left:10px;
	}

.pokeyPup
	{
		margin-right:1px;
	}

.album 
	{
		margin-right: 20px;
	}

#topBlurbBoxTop, #topBlurbBoxBottom
	{
		width:430px;
		height:16px;
		margin-left:25px;
		background-repeat:no-repeat;
	}

/************************************Brown Box Styles
****************************************************/
	
#topBlurbBoxTop
	{
		background-image:url(images/brownBoxTop.gif);
		margin-top:25px;
	}

#topBlurbBoxBottom
	{
		background-image:url(images/brownBoxBottom.gif);
	}

#topBlurbBox
	{
		background-color:#4b2c00;
		width:365px;
		padding:0 50px 0 15px;
		margin-left:25px;
		background-image:url(images/brownBoxBg.gif);
	}

#topBlurbBox p
	{
		font-size:15px;
		color:#ddfdc6;
	}

#topBlurbBox img
	{
		float:left;
		margin-right:10px;
		margin-top:8px;
		border:2px solid white;
	}

/*****************************************News Styles
****************************************************/
#leftSide
	{
		background-image:url(images/blueWaveBg.gif);
		background-repeat:no-repeat;
		width:454px;
		padding:10px 0 0 0px;
		margin-left:5px;
		margin-top:4px;
		background-color:#e3f1fa;
		
	}

#leftSide p
	{
		padding:0 15px 10px 25px;
	}

#newsBottom
	{
		width:454px;
		background-image:url(images/blueWaveBottom.gif);
		height:109px;
		margin-left:5px;
	}

.news
	{
		width:454px;
	}

.headline
	{
		font-size:2.5em;
		margin-top:25px;
		color:#4b2c00;
		padding-left:30px;
		line-height:1em;
		padding-bottom:8px;
	}

.news h2
	{
		font-size:16px;
		margin-top:3px;
		background-image:url(images/quoteBubble.gif);
		background-repeat:no-repeat;
		height:15px;
		color:#1f70a0;
		background-color:#93c9ea;
		border-bottom:1px dashed #4b2c00;
		border-top:1px dashed #4b2c00;
		padding:5px 0 10px 30px;
	}
	
.news_date
	{
		margin-top:8px;
		font-size:12px;
		color:#70b9e4;
		margin-left:34px;
	}

.news_text
	{
		font-size:12px;
		line-height:1.5em;
		padding:10px 10px 10px 33px;
		color:#4b2c00;
	}

#bottom
	{
		background-image:url(images/footerBg.gif);
		width:810px;
		margin:0 auto 20px auto;
		background-position:bottom;
		background-repeat:no-repeat;
		height:20px;
	}

#footer ul
	{
	}

#footer li
	{
		font-size:12px;
	}

#credit
	{
		padding-right:40px;
	}
