﻿html
{
    height: 100%;
}

a:link 
{ 
	color: rgb(30,0,175); 
	text-decoration: none;
}

a:active 
{ 
	color: rgb(30,0,175); 
	text-decoration: none;
}

a:visited 
{ 
	color: rgb(30,0,175); 
	text-decoration: none;
}

a:hover 
{ 
	color: rgb(30,0,175); 
	text-decoration: underline;
}

.calendar
{
  border-color: black;
  border-width: 0 0 1px 1px;
  border-style: solid;
  margin: 0px;
}

.calendar2
{
  border-color: black;
  border-width: 0 0 0px 1px;
  border-style: solid;
  margin: 0px;
}

body 
{
    height: 100%;
    background-color: rgb(209,244,255);
    margin: 0px;
    padding: 0px;
}

.container
{
    width: 750px;
    min-height: 100%;
    margin-left: 20px;
    background-image: url(gradient.jpg);
    background-repeat: repeat-y;
    background-color: white;
    padding-left: 30px;
}

* html .container
{
  height: 100%
}


.spacer20 
{
    height: 20px;
}

.spacer10 
{
    height: 10px;
}

.menu
{
    background-image: url(aikido.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    font-family: times, serif;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    height: 250px;
    text-align: center;
}

.content
{
    font-family: times, serif;
    font-size: 14px;
    padding-left: 10px;   
}

.bullet
{
    color: rgb(30,0,175);
}

.cap
{
    font-size: 22px;
    font-weight: bold;
}

.pagetitle
{
    font-family: times, serif; 
    font-size: 23px; 
    padding-left: 10px; 
    padding-right: 20px; 
    text-align: left;
}

.maintext
{
    font-family: times, serif; 
    font-size: 14px; 
    padding-left: 10px; 
    padding-right: 40px;
}

.maintextcenter
{
    font-family: times, serif; 
    font-size: 14px; 
    padding-left: 10px; 
    padding-right: 40px;
    text-align: center;
}

.mainparagraph
{
    font-family: times, serif;
    font-size: 14px; 
    padding-left: 10px; 
    padding-right: 40px; 
    text-align: justify; 
    text-indent: 20px;
}

.subheading
{
    font-family: times, serif; 
    font-size: 17px;
}

.subheading2
{
    font-family: times, serif; 
    font-size: 16px;
}

.indent
{
    margin-left: 15px;
}