body {
	background-color: #084efc;
	font-family: "Comic Sans MS";
}

h1 {
font-size: 25px;
text-align: center;
font-weight: bold;
}

h1.agenda{
font-size: 22px;
text-align: center;
font-weight: bold;
}

h2{
font-size: 14px;
text-align: center;
}

h3{
font-size:15px;
text-align: center;
}

h5{
font-size:15px;
text-align: left;
font-family: "Comic Sans MS";
font-weight: bold;
}

h6{
font-size:12px;
text-align: center;
}

ul.center{
margin: 0;
padding: 0;
text-align: center;
}

a.left{
float: left;
}

img.noborder{
border: 0 none;
}

img.right{
float: right;
margin: 5px;
padding: 5px;
}

img.left{
float: left;
margin: 5px;
padding: 5px;
}

img.center{
float:center;
}

img.gallery:hover{
cursor: hand;
}

table.h2{
font-size: 14px;
text-align: center;
border: 0px;
font-weight: bold;
}

a:link{
color: #084efc;
}

a:visited{
color: #084efc;
}

h3.agendaleft{
font-size:15px;
text-align: left;
}

h3.agendaright{
font-size:15px;
text-align: right;
}



/* Layout */
#top {
	height: 150px;
	background-color: #d3d3d3;
	text-align: center;
	margin: 10px;
	padding: 5px;
        border: 3px solid black;
}

#wrapper {
	margin: 10px;
  	padding: 5px;
}

#left {
	float: left;
	width: 200px;
	background-color: #d3d3d3;
	padding: 5px;
	height: 100%;
        border: 3px solid black;
}

#right {
	float: right;
	width: 200px;
	background-color: #d3d3d3;
	padding: 5px;
	height: 100%;
        border: 3px solid black;
}

#center {
	margin-left: 225px;
	margin-right: 225px;
	background-color: #d3d3d3;
  	padding: 5px;
	height: 100%;
        border: 3px solid black;
}

#footer {
	text-align: center;
	margin: 10px;
	background-color: #d3d3d3;
}

/*       MENU      */

.outer{
	list-style:none;
	margin:0px;
	padding:0px;
}

	
#menu {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #0e69be;
	border: 1px;
	border-width: 1px;
	}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight:normal;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #ffffff;
	display: block;
	background: url(images/menu1.jpg);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #ffffff;
	background: url(images/menu3.bmp) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #ffffff;
	background: url(v5.jpg) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}                    
                    