﻿body 
{
	margin: 0;
	padding: 0;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 70%;
}

#container
{
	margin-left:auto;
	margin-right:auto;
	width: 700px;
	padding-top: 20px;
}


#MainTable 
{
	width: 100%;
}

#banner 
{
	background-color: #99b0cf;
}

#banner image
{
    float: left;
}

#BannerHead 
{
    background-color: #99b0cf;
}

#TopMenu
{
	text-align: center;	
	background-color: #99b0cf;
	font-size: 20px;
        border: 0 none;
    margin: 0;
    padding: 0;
}

#TopMenu ul 
{
    border: 0 none;
    margin: 0;
    padding: 0;
}

#TopMenu td
{
    border: 0 none;
    margin: 0;
    padding: 0;
}

#TopMenu td ul li
{
	display:inline;
	border: 0 none;
    margin: 0;
    padding: 0;
}

#TopMenu td ul li a
{
	text-decoration: none;
	color: white;
}

#TopMenu td ul li a:hover
{
	text-decoration: underline;
}

#TopMenu td 
{
	border: 0;
}

.left
{
	float: left;
	padding-right: 5px;
}

.right
{
    float:right;
    padding-left: 5px;
    }

#Footer 
{
	text-align: center;
	background-color: #99b0cf;
}

a 
{
	text-decoration: none;
	color: white;
}
a:hover
{
	text-decoration: underline;
}

.floatleft 
{
	float:left;
}

.floatright
{
	float: right;
	display: inline;	
}

.mainpic
{
	height: 30%;
	width: 30%;
}

.center
{
    text-align: center;
    }
    
#MainContent 
{
    padding-left: 5px;
    padding-right: 5px;
}

#MainContent a
{
	text-decoration: none;
	color: #99b0cf;
}
 #MainContenta:hover
{
	text-decoration: underline;
}
