﻿

.menu
{
    color: white;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    border-right: 1px solid white;
    text-decoration: none;
    background-color: maroon;
	padding: 5px 5px 5px 5px;
}

.menustart
{
    color: white;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    border-right: 1px solid white;
    border-left: 1px solid white;
    text-decoration: none;
    background-color: maroon;
    padding: 5px 5px 5px 5px;
}

.menu:hover
{
    background-color: #CC3333;
    text-decoration: underline;
}

.menustart:hover
{
    background-color: #CC3333;
    text-decoration: underline;
}

#toolbar
{
	text-align:center;
	height: 25px;
	background-color:Maroon; 
	width: 100%;
}

#caption
{
	color: White; 
	font-family:Candara;
	font-size:40px;
	font-weight: bold;	
	text-align:center;
	width: 100%;
}
#Links
{
	background-image: url(/images/b-top2.jpg);
	background-repeat:repeat;
	height: 50px;
	width:100%;
}
#Linkss
{
	background-image: url(/images/b-top.jpg);
	background-repeat:repeat;
	height: 150px;
}

