﻿.background
{
   padding:0px 10px;
   color:#333333;
   background-color:#0099ff;
   font-family:verdana;
   font-size:14px;
   position:relative;
   text-align:center;
   bottom:auto;
}

.page_inner
{
   width:900px;
   text-align:left;
   background-color:#111111;
   margin:auto;
}

.header
{
   background-color:#111111;
   width:100%;
   height:350px;
   overflow:hidden;
}

.buttons
{
	float:right;
	height:50px;
	top:-4px;
	position:relative;
	z-index:5;
}

p.header
{
   position:relative;
   z-index:1;
   color:#0099ff;
   font-size:125px;
   font-weight:bold;
   display:inline;
   text-shadow: 2px  2px 0px #dddddd,
               -2px  2px 0px #dddddd,
                2px -2px 0px #dddddd,
               -2px -2px 0px #dddddd,
                2px  0px 0px #dddddd,
               -2px  0px 0px #dddddd,
                0px  2px 0px #dddddd,
                0px -2px 0px #dddddd;
}

p.mainText
{
	font-family:verdana;
	font-size:20px;
	color:#111111;
}

h1
{
	font-family:verdana;
	font-size:24px;
	color:#111111;
}

.main_center
{
   width:100%;
   background-image:url('../Images/background.jpg');
   background-repeat:repeat-y;
   overflow:auto;
}

.footer
{
   background-color:#111111;
   width:97.777778%;
   height:30px;
   text-align:center;
   font-size:25px;
   color:#333333;
   overflow:hidden;
   padding:10px;
}

.left_sidebar
{
   width:11%;
   float:left;
}

.center_page_out
{
   width:59%;
   float:left;
   padding:0px;
   margin:0px;
}

.center_page
{
   padding:10px;
   overflow:hidden;
}

.right_sidebar_out
{
   width:30%;
   float:left;
}

.right_sidebar
{
   padding:10px;
   color:#dddddd;
   font-size:40px;
   text-align:center;
}

.events
{
   padding:0px;
   color:#dddddd;
   font-size:24px;
   text-align:right;
}

.tab_links
{
   width:600px;
   position:relative;
   background-color:#000099;
}

.page_break
{
   width:100%;
   height:1px;
   border:1px black solid;
}

.logo
{
   float:left;
}

table.links
{
   width:904px;
   position:relative;
   right:2px;
   border-spacing:0px;
   text-indent:0px;
   text-align:center;
}

td.links
{
   white-space:nowrap;
   outline:black solid 1px;
}

hr
{
   border:thin black solid;
   width:75%;
}

td.bar
{
   background-color:#999999;
   width:25px;
   border:2px #2828ac solid;
}

.photo
{
   border-style:none;
}

.large
{
   display:inline-block;
   border-style:none;
   width:95%;
   height:auto;
}

a
{
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	word-wrap:break-word;
	overflow-wrap:break-word;
}

a:link,a:visited
{
   color:#333333;
   font-weight:bold;
   font-style:italic;
   text-decoration:none
}

a:hover
{
   color:#0099ff;
   font-weight:bold;
   text-decoration:underline
}

p.copyright
{
   font-size:25px;
   color:#333333;
   text-align:center;
}