﻿a:link, a:visited, a:hover
{
    text-decoration: none;
    color: White;
}

a:hover
{
    text-decoration: underline;
}

body 
{
    background-color: Blue;
    color: White;
    font-family: Arial, Sans-Serif;
}

#content
{
    width: 708px;
    margin: auto;
}

h1
{
    font-family: "Arial Rounded MT Bold", Arial, Sans-Serif;
    font-size: 65pt;
}

p.center 
{
    text-align: center;
}

#content h3
{
    text-align: center;
    margin: 0;
}

#content h3.callnow
{
    color: Yellow;
}
    
#header
{
    text-align: center;
}

#header img
{
    float: left;
}

#header h1, #header h2
{
    margin: 0;
}

#navbar
{
    width: 100%;
    border-top: solid;
    border-bottom: solid;
    border-width: 2px;
    text-align: center;
    font-size: 90%;
    margin-top: 15px;
	margin-bottom: 10px;
}

#navbar ul 
{
    margin: 0;
	padding: 5px 0 5px 0;
}

#navbar li {
	display: inline;
	font-weight: bold;
	padding: 0 0.8em 0 0.8em;
}

#navbar a:hover
{
    color: blue;
    background-color: White;
    text-decoration: none;
}

#footer
{
    clear: both;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
    text-align: center;
    font-size: 10pt;
    width: 100%;
    border-top: solid;
    border-width: 2px;
}

#logo
{
    text-align: center;
}


#box-left, #box-righttop, #box-rightbottom, #box-right, #box-lefttop, #box-leftbottom, #box-all 
{
    float: left;
    margin: 4px;
    padding: 6px;
    border: solid;
    border-width: 2px;
    width: 326px;
}

#box-left-container
{
    float: left;
}

#box-lefttop, box-leftbottom
{
    float: none;
}

#box-left, #box-right
{
    height: 424px;
}

#box-all
{
    width: 652px;
}

#box-righttop, #box-rightbottom, #box-lefttop, #box-leftbottom 
{
    height: 200px;
}

#contact .text
{
    width: 350px;
}

#contact table, #times table
{
    margin: auto;
}

#contact td, #times td
{
    vertical-align: top;
}

#times td
{
    padding: 0 5px 0 5px;
    font-weight: bold;
}

#times img
{
    border: 0;
    padding-top: 20px;
    padding-left: 60px;
}

#times p
{
    text-align: center;
}

#training-link
{
    font-weight: bold;
    color: Yellow;
}

.alignright
{
    text-align: right;
}