@charset "utf-8";
/* CSS Document */
ul {list-style-type:none; margin:0; padding:0; text-align:center;}
ul li a.menu:link {color: White;}
ul li a.menu:visited {color: White;}
ul li a.menu:hover {color: #a2becf;}
ul.navigation{list-style:none; font: 0.75em/1.5em normal Tahoma, Verdana, Geneva, sans-serif;}
ul.navigation li{ background:#7195aa url(images/bg.gif) repeat-x; margin:-2px; display: inline-block; float: none; padding:9px 20px 9px 20px; font-family:Tahoma; font-size:8pt; font-weight:bold; text-transform:uppercase; border-top:1px solid #9cbed2; border-right:1px solid #607987; border-left:1px solid #94b5c8; letter-spacing:.08em;}
ul.navigation li.highlight{ background:#3b6a85 url(images/bg2.gif) repeat-x;}
ul.navigation li.highlight a{ color:#f5f5f5; cursor:default;}


body{font-family: Tahoma}
a{text-decoration: none}
a:link {color: Blue; text-decoration: none}
a:visited {color: Blue; text-decoration: none}
a:hover {color: Fuchsia;}
a:active {color: Red;}

body
{ 
background-image: url('images/background.gif'); background-repeat: repeat; background-attachment:fixed; text-align: center; 
}

html {
       overflow-y: scroll;
}

#title{
	color: Navy;
	font-size: 22px;
    text-shadow: 1px 1px Gray;
	text-align: center;
	font-weight: bold;
}

.shadow{
	text-shadow: 1px 1px Gray;
}

h1 {
       font-size: 30px;
	   font-weight: bold;
	   text-decoration: underline;
	   text-shadow: 1px 1px Gray;
	   text-align: left;
}

h2 {
       font-size: 18px;
	   font-weight: bold;
	   text-shadow: 1px 1px Gray;
	   text-align: left;
}

.rules {
       font-size: 16px;
	   font-weight: bold;
	   text-decoration: underline;
	   text-shadow: 1px 1px Gray;
	   text-align: left;
}

.rules2 {
	   color: Navy;
       font-size: 20px;
	   font-weight: bold;
	   text-decoration: underline;
	   text-shadow: 1px 1px Gray;
	   text-align: center;
}