﻿.header-div
{
    background-image:url(/images/header-back.jpg);
    background-repeat:repeat-x;
}
.menu
{
  background-color:#99c6f0;
}
.menubutton
{
	font-size: 16px;
	cursor: pointer;
	color: Blue;
	text-decoration: none;
	margin-left: 10px;
	font-family:Times New Roman;
}
a.menubutton:hover
{
    color:White;
    background-color:Orange;
}
.sidemenu
{
    Background-Color:#c8e1f8;
    cursor:pointer;
}
.sidemenuFonts
{
	font-size: small;
	color: Blue;
	font-family:Times New Roman;
}
.sidemenuright
{
    border-style: solid;
    Background-Color: #c8e1f8;
    font-size: large;
    color: Blue;
}
.footer
{
    Background-Color:#ccc5c6;
}
.text
{
	color: Black;
	font-family: "Microsoft Sans Serif";
	font-size: small;
}
.pagestitle
{
	background-color:#8ce6f3;
	color:#3f5356;
}
.pages
{
	background-color:#cbe3f9;
	font-family:Times New Roman;
}
.maintitle
{	
	margin:5% 5% 5% 5%; font-size:29px;
	font-family:Times New Roman;
}
.mainsubtitle
{
	margin:10% 10% 10% 10%; font-size:29px;
	font-family:Times New Roman;
}
.posttitle
{
	background-color:#8ce6f3;
	color:#3f5356;
	font-size: large;
}
.basicdiv
{
	width:800px;
	background-color:#cbe3f9;
	margin:0 auto;
	
}
.news
{
	text-align:center;
	color:White;
	background-color:Red;
	font-size:18px;
	font-weight:bold;	
}
.news a:link
{
	text-align:center;
	color:White;
	background-color:Red;
	font-size:18px;
	font-weight:bold;	
	text-decoration:underline;
}
.news a:visited
{
	text-align:center;
	color:White;
	background-color:Red;
	font-size:18px;
	font-weight:bold;	
	text-decoration:underline;
}
.divEmpty
{
	Height:30px;
}



