*			{font-family:arial}
body                    {background-color:#000000; background-image:url('/images/background.png'); text-align:center}

/* Define Main Sections 930 width for IE*/
.main_table		{width:930px; text-align:center; margin-right:auto; margin-left:auto;}
.main_table_top		{background-color:#007700; width:100%; border:solid 1px #000000}
.main_table_top_link_bar{/*background-color:#004400; */width:100%; border-left:solid 1px #000000; border-right:solid 1px #000000;background:url(/images/nav_bg.jpg) #004400 repeat-x} 
.main_table_middle	{background-color:#222222; height:600px; border:solid 1px #000000}
.main_table_bottom	{background-color:#77FF77; font-size:8pt; color:#000000; text-align:center; border-right:solid 1px #000000; 
                         border-left:solid 1px #000000; border-bottom:solid 1px #000000}

/* Define different type of links */
.main_top_link                  {letter-spacing:0; text-decoration:none; font-size:11pt;
                                 font-weight:bold; padding-left:15px; vertical-align:middle;}
.main_top_link:link             {color:#FFFFFF}
.main_top_link:visited          {color:#FFFFFF}
.main_top_link:hover            {color:#AAFFAA}
.main_top_link:active           {color:#FFFFFF}

/* Default Link */
a			{text-decoration:none}
a:link             	{color:#000099}
a:visited          	{color:#000099}
a:hover            	{color:#0077FF}
a:active           	{color:#0077FF}

/* Pay Pal Stuff */
.paypal_white_link:link		{color:#FFFFFF}
.paypal_white_link:visited	{color:#FFFFFF}
.paypal_white_link:hover	{color:#77FFFF}
.paypal_white_link:active	{color:#FFFFFF}

.paypal_buy		{border:solid 1px #000000; margin-left:7px; font-size:8pt; padding-left:3px; padding-right:2px; color:#FFFFFF}
.paypal_buy:link	{color:#FFFFFF; background-color:#339933}
.paypal_buy:visited	{color:#FFFFFF; background-color:#339933}
.paypal_buy:hover	{color:#FFFFFF; background-color:#33CC33}
.paypal_buy:active	{color:#FFFFFF; background-color:#33CC33}


/* Heading in front */
.heading		{font-weight:bold; font-size:12pt; color:#FFFFFF; line-height:34px;}

/* News and Headlines Section */
.news_header		{font-size:12pt; font-weight:bold; color:#000000}
.news_date		{color:#000000; font-style:italic}
.news_message		{margin-left:25px}

/* News box PHP Function section */
.news_box		{border:solid 1px #000000; width:300px; margin-bottom:10px; margin-top:10px; text-align:center; vertical-align:top}
.news_box_header	{width:100%; border-bottom: solid 1px #000000; background:url(/images/box_header_bg.jpg) #333333 repeat-x;
                         text-align:center; font-size:11pt; font-weight:bold; letter-spacing:1; color:#EEEEEE}
.news_box_content	{font-size:9pt; color:#006600; text-align:left; padding:3px; background-color:#FFFFFF; vertical-align:top}

/* Player of the week */
.player_otw		{font-size:10pt; width:95%;}
.player_picture		{width:125px; border:solid 1px #000000; }
.player_desc		{vertical-align:top}
.player_headline	{font-weight:bold; font-size:10pt; color:#000000;}
.player_type		{border-top: dotted 1px #555555; border-bottom: dotted 1px #555555; padding:1px; margin:5px; font-weight:bold; color:#000000}

/* Photo of the week */
.photo_otw_pic		{height:175px; border:solid 1px #000000; margin:0px}
.photo_otw_head		{font-weight:bold}
.photo_otw_desc		{text-align:left; vertical-align:middle; font-weight:bold; text-align:center}

/* Schedule Stuff */
.schedule		{font-size:8pt; width:95%}
.schedule_header	{font-weight:bold; border:solid 10px #009900}

/* Center Divs */
div     		{margin: 0 auto;}
