﻿body {
background:white;
}

#all{

min-width:800px;
width:90%;
margin:2% auto;
}

#header{
width:96.8%;
padding:1.1%;
text-align:center;
background: white;
color:Black;
border: 3px black solid;
border-bottom: 1px black solid;
}
#header h1{
font-size: 50px;
}

#left{
border-left: 3px black solid;
border-right: 1px black solid;
width:20%;
text-align:center;

}


#right{
border-right: 3px black solid;
width:74.9%;

}

.columns{
font:0.5em "Comic Sans MS", Verdana, Arial, sans-serif;
min-height:500px;
float:left;
font-size: 15px;
padding:1%;
background: white;
color:Black;
border-bottom: 3px black solid;
}

.meetimg{
float:right;
}

a:hover
{
color: Black;
text-decoration: underline;
}

a:visited
{
color: Black;
text-decoration: underline;
}

a
{
color: Black;
text-decoration: underline;
}

.error{
color:red;
font-weight:bold;
}

#sidebar li {
margin:0;
padding:0px 0px 0px 0px;
list-style:none;
position:relative;
}

.menuitem {
font-size:1.5em;
border-top:solid black;
border-bottom:solid black;
border-width:1px;
padding: 0px 0px;
}

#active {
font-weight:bold;
background:Silver;

}

.menuitem a:hover {
background:silver;

}


#sidebar li a {
color: Black;
text-decoration: none;
padding:10px 10px;
display:block;
}


