body
	{
	font-family: helvetica,arial,sans-serif;
	background-image: url(background/bg.png);
	background-position: center center;
	background-color: white;
	min-width: 860px;
	}

#content
	{
	width: 840px;
	margin-bottom: 10px;
	}
		
#top
	{
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background: #6495ED;
	height: 200px;
	width: 838px;
	clear: both;
	}

#bottom
	{
	text-align: center;
	vertical-align: center;
	padding: 20px;
	border: 5px solid #ccc;
	background: white;
	width: 790px;
	overflow: auto;
	clear: both;
	}

#motto
	{
	color: blue;
	text-align: left;
	/*padding: 10px;*/
	margin-bottom: 10px;
	border: 5px solid #ccc;
	background: white;
	background-image: url(images/person3.png);
	background-repeat: repeat-x;
	background-position: center left;
	min-height: 30px;
	font-size: 150%;
	font-weight: bold;
	font-family: Matura MT Script Capitals, Papyrus, URW Chancery L;
	vertical-align: middle;
	width: 830px;
	overflow: auto;
	}
	
#middle
	{
	margin-left: 200px;
	margin-right: 200px;
	}

.content
	{
	padding: 10px;
	border: 5px solid #ccc;
	background: white;
	margin-bottom: 10px;
	overflow: auto;
	}
.banner,#ChangingBanner
	{
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	border: 5px solid #ccc;
	background: #FFFFCC;
	margin-bottom: 10px;
	font-size: 250%;
	font-weight: bold;
	}

#left
	{
	float: left;
	width: 190px;
	}
			
#right
	{
	float: right;
	width: 190px;
	}

.RightBox
	{
	padding: 5px;
	color: white;
	background-color: #6495ED;
	border: 1px solid black;
	margin-bottom: 10px;
	overflow: auto;
	}

.RightBoxHeading
	{
	padding: 5px;
	color: black;
	background-color: #FFFFCC;
	background-image: url(images/hr.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
	margin-bottom: 5px;
	overflow: auto;
	min-height: 40px;
	}
		
.LeftBox
	{
	padding: 5px;
	color: white;
	background-color: #6495ED;
	border: 1px solid black;
	margin-bottom: 10px;
	/*overflow: hidden;*/
	}

.LeftBoxHeading
	{
	padding: 5px;
	color: black;
	background-color: #FFFFCC;
	background-image: url(images/hr.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
	margin-bottom: 5px;
	overflow: auto;
	min-height: 40px;
	}

#NewsBox1
	{
	height: 200px;
	overflow: auto;
	}
	
div.LeftBox a {color: blue;}
div.LeftBox a:hover {color: #FFFFCC;}

div.LeftBox h3
	{
	background-color: white;
	color: #6495ED;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	}
	
div.RightBox a {color: blue;}
div.RightBox a:hover {color: #FFFFCC;}

.verse
	{
	font-style: italic;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
#menu
	{
	padding: 5px;
	background-color: #6495ED;
	border: 1px solid black;
	margin-bottom: 10px;
	overflow: hidden;
	}

div#menu a
	{
	display: block;
	text-align: left;
	font: bold 1em sans-serif; 
   padding: 5px 10px;
   margin: 0px 0px 2px;
   border: 2px groove; 
   text-decoration: none;
   color: white;
   }
   
div#menu a:hover {color: red; background-color: white;}

div#menu ul {padding: 0px; margin: 0px;}

div#menu ul li
	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

div#menu ul ul
	{
	position: relative;
	background-color: #F5F5DC;
	top: 0%;
	left: 0%;
	width: 100%;
	}

div#menu li li a
	{
	font-size: 90%;
	color: black;
	}
div#menu li li a:hover
	{
	color: blue;
	}

div#menu ul ul ul
	{
	position: relative;
	background-color: white;
	top: 0%;
	left: 0%;
	width: 100%;
	}

div#menu li li li a
	{
	font-size: 90%;
	color: #6495ED;
	}
div#menu li li li a:hover
	{
	color: green;
	background-color: #F5F5DC;
	}
	
#youthmenu
	{
	border-width: 0px;
	}
#youthmenu tr
	{
	text-align: center;
	width: 100%;
	margin: 0;
	}
#youthmenu tr td
	{
	width: 15%;
	padding: 5px;
	background-color: #6495ED;
	}
#youthmenu a
	{
	font-size: 80%;
	text-decoration: none;
	color: white;
	}

#youthmenu a:hover
	{
	color: red;
	}

table.changerow tr
	{
	background-color: white;
	color: black;
	}

table.changerow tr:hover
	{
	background-color: #6495ED;
	color: white;
	}
	
table.MessageTable
	{
	border-style: groove;
	border-width: 3px;
	font-size: 75%;
	}

table.MessageTable th
	{
	background-color: #6495ED;
	color: white;
	}

table.MessageTable td
	{
	border-right-style: groove;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	border-width: 1px;
	}
	
table.MessageTable tr:hover
	{
	background-color: #FFFFCC;
	}
	
ul.events_list li
	{
	margin-bottom: 10px;
	}