﻿body 
    {
        font-family:arial,helvetica,sans-serif; 
		font-size: 11px; 
		color: #4c4c4c; 
		background-color:#05230c;
		margin-top:0px;
		margin-left:0;
		background-image:url(images/line.gif);
		background-repeat:repeat-y;
    }

h1
	{
		font-family: Arial,helvetica,sans-serif; 
		padding-top:10px;
		font-weight:normal; 
		font-size:20px; 
		-font-size:21px; 
		line-height:21px; 
		-line-height:22px;
		color:#02410D;
	}

h2
	{
		font-family: Arial,helvetica,sans-serif; 
		font-weight:normal; 
		font-size:14px; 
		-font-size:15px; 
		line-height:15px; 
		-line-height:16px;
		color:#02410D;
	}
		
h3
    {
        font-weight:bold;
        margin-bottom:0px;
        margin-top:2px;
        color:#AA7300;
        font-size:20px;
    }
    
   
#pageTitleId
    {
		position: absolute;
		left: 20px;
		margin-top:4px;
    }
    
a
	{
		color:Black;
		text-decoration: underline;
	}

a.MainMenu
	{
		color: #ffffff; 
		text-decoration: none;
	}
		
a.footerLink
	{
		color: #000000; 
		text-decoration:underline;
	}

a:hover.footerLink
	{
		color: #ffffff; 
		text-decoration: underline;
	}
	
a:hover.MainMenu
	{
		color: #ffad00; 
		text-decoration: underline;
	}
	
a:hover
	{
		color:Green; 
		text-decoration: underline;
	}
	
label, .label
	{
		display: block;
		text-align: right;
		float: left;
		padding-right: 10px;
		width:100px;
	}
	
li
	{
		list-style-type:none;
		padding-top: 3px;
		background-image:url(images/dot.gif);
		background-position:right bottom;
		background-repeat:no-repeat;
		padding-right:15px;
	}

ul 
	{
		margin-left: 20px;
		padding-left: 0px;
		list-style: none;
		width: 160px;
	}

.errorText
	{
		color:Red;
		font-weight:bold;
	}

br 
	{
		clear: left;
	}  

input
	{
		display: block;
		float: left;
		margin-bottom: 10px;
		margin-right:5px;
		font-family:Arial; 
		font-size:11px; 
	}

#Header
	{	
		background-image: url(images/header1.gif);
		background-repeat: no-repeat;
		background-position: left;
		height:124px;
		padding-left:3px;
		background-color:#ffffff;
	}
	
#MenuBar
    {
		position: absolute;
		left: 0px;
		top: 124px;
		height:22px;
		width:100%;
		background-color:#ffad00;
    }
    
#MainArea 
	{
		position: absolute;
		left: 175px;
		top: 147px;
		text-align: justify;
		padding-left:20px;
		padding-top:5px;
        padding-right:20px;
        width:600px;
        background-color:#ffffff;
        z-index:0;
	}

#MainMenu 
	{
		position: absolute;
		left:0px;
		top: 147px;
		padding-top:5px;
		text-align:right;
		z-index:1;
	}
	
#RightArea
    {
        position: absolute;
        left:927px;
		top: 147px;
        background-image:url(images/lineRight.gif);
		background-repeat:repeat-y;
		background-position:right;
		width:100px;
		height:100%;
    }

#Footer
	{
	    position:absolute;
	    top:129px;
	    left:505px;
	}

#homeNews
    {
        position: absolute;
		left:20px;
		top: 70px;
		width:240px;
		border:1px solid #808080;
		background-color:#FFFF77;	
		padding-left:5px;
		padding-right:5px;
		height:120px;
    }
    
#homeEvents
    {
        position: absolute;
		left:320px;
		top: 70px;
		width:240px;
		border:1px solid #808080;
		background-color:#FFFF77;	
		padding-left:5px;
		padding-right:5px;
		height:120px;
    }
    
#homeRinks
    {
        position: absolute;
		left:20px;
		top: 220px;
		width:240px;
		border:1px solid #808080;
		background-color:#FFFF77;	
		padding-left:5px;
		padding-right:5px;
		height:120px;
    }
    
#homeTests
    {
        position: absolute;
		left:320px;
		top: 220px;
		width:240px;
		border:1px solid #808080;
		background-color:#FFFF77;	
		padding-left:5px;
		padding-right:5px;
		height:120px;
    }
    
    
#specialNotice
    {
        position: absolute;
		left:20px;
		top: 370px;
		width:540px;
		border:1px solid #808080;
		background-color:#FFFF77;	
		padding-left:5px;
		padding-right:5px;
		height:90px;
    }